Age | Commit message (Expand) | Author |
2008-07-07 | Fix a problem where we can not detach a jail after its creation, because we're still inside its root directory. | erdgeist |
2008-07-06 | Making paths absolute did not work correctly. Also move commands handling multiple jails to a for loop instead of a while loop | erdgeist |
2008-07-06 | Use sh\'s own line splitting algorithm instead of cut | erdgeist |
2008-07-06 | Fix pathname substitution to prevent incorrect retrieval of soft links, when creating a jail from archive. | erdgeist |
2008-06-04 | Make deletes less verbose. also rename tmpfile to ezjail_tmpfile | erdgeist |
2008-06-01 | Saving config from archive to tempfile in order to source it | erdgeist |
2008-05-19 | Fix quoting errors. | erdgeist |
2008-05-11 | Fix ezjail_makeabsolute, it was broken, when the provided 2nd path wasnt absolute. Also add lots of logic to the restore command. Soon will be working[tm]. | erdgeist |
2008-04-02 | when specifying jail name, options must not be quoted | erdgeist |
2008-03-23 | Default login command changed from /bin/sh to /usr/bin/login -f root | erdgeist |
2008-03-22 | Include version information. Also fix an amd64 install problem. | erdgeist |
2008-03-14 | fixed stray control character | erdgeist |
2008-03-14 | abstract making absolute paths. use pax instead of tar to extract archives. Also do not report an error, if ezjail.conf is missing. | erdgeist |
2008-01-08 | Reverse jail order when calling stop | erdgeist |
2008-01-08 | Format for property files in ezjail archive now changed to use - as seperator. | erdgeist |
2008-01-02 | Fetching first values from an ezjail archive in restore command. Still not functional. | erdgeist |
2008-01-02 | Guess archive name on restores | erdgeist |
2008-01-02 | Allow restoring from a archive coming in from stdin | erdgeist |
2007-11-27 | Fix some bugs in stdout archive code | erdgeist |
2007-11-27 | Allow for specifying - as filename if archiving to stdout is desired. | erdgeist |
2007-11-27 | Conditions checked the wrong way | erdgeist |
2007-10-14 | cosmetics | erdgeist |
2007-10-08 | In a function we must not shift positional parameters | erdgeist |
2007-10-08 | Get rid off rather ugly ezjail_imageparams HACK | erdgeist |
2007-10-08 | Fix a check that once required the variable to be != YES | erdgeist |
2007-10-08 | Revert the "fix" from 1.43, there was no bug in here but in ezjail-admin | erdgeist |
2007-10-08 | Fixed some missmatched quotes | erdgeist |
2007-10-08 | Some nesting errors occured... investigating | erdgeist |
2007-10-08 | We need all image parameters, even when the image already existed | erdgeist |
2007-10-08 | Also include stopcrypto to the list of proxied requests | erdgeist |
2007-10-08 | Apply coding style guides to ezjail.sh as well. Also fix bug making startcrypto useless | erdgeist |
2007-10-08 | Also include startcrypto to the list of proxied requests | erdgeist |
2007-10-07 | introduce -f option to getopt list of ezjail-admin delete | erdgeist |
2007-10-07 | Lots of things changed: | erdgeist |
2007-10-02 | A strange utf8 char slipped into my code. | erdgeist |
2007-10-02 | put the jails name into archive | erdgeist |
2007-10-01 | document ezjail_archivedir option, fix hierarchy of ezjail.conf options | erdgeist |
2007-10-01 | Documentation for ezjail-admin archive enhanced | erdgeist |
2007-10-01 | Document ezjail-admin archive | erdgeist |
2007-10-01 | archive switch now is -a for both ezjail-admin archive and ezjail-admin create | erdgeist |
2007-09-30 | archiving multiple or all jails now works. Documentation in manpages is due | erdgeist |
2007-09-30 | Archive command should be working right now | erdgeist |
2007-09-29 | Fix a quoting bug | erdgeist |
2007-09-29 | We'll be using pax to archive | erdgeist |
2007-09-26 | Fixed quoting | erdgeist |
2007-09-26 | Started experimenting with archive and restore of jails | erdgeist |
2007-09-15 | introduced a console subcommand that allows attaching to a jail by it jailname. Also added documentation for that and the magic rc.d/ezjail.sh-proxy introduc... | erdgeist |
2007-09-14 | Added short cuts to ezjail-admin that will invoke PREFIX/etc/rc.d/ezjail{,.sh} with | erdgeist |
2007-09-01 | rc.d/ezjail.sh restart failed on image jails | erdgeist |
2007-09-01 | Corrected path to sudoers file where to fix permissions | erdgeist |