index
:
ezjail
freebsd_upgrade_stuff
master
FreeBSD Jail administration framework
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-04-14
document the new jail(8) behaviour regarding the interface prefix on the ip address
erdgeist
2013-04-14
If jail IPs are specified with an interface prefix, drop it for display and test functions
erdgeist
2013-04-14
Keep post_start_script jail parameters when rewriting config
erdgeist
2013-04-11
Farewell CVS for ports. ezjail_portscvsroot is gone.
erdgeist
2013-04-10
Do not attempt to chflags the root directory after it is gone, when wiping is requested on ezjail-admin delete. Thanks to Tom.
erdgeist
2013-04-10
Document the new ezjail-admin create -z feature. Also properly attribute the man page authors.
erdgeist
2013-04-10
Allow user to specify another parent zfs or zpool for a new jail. This also implies -c zfs. Thanks to Cryx.
erdgeist
2013-04-01
We now read and dump the jail_JAIL_parameters variable. So user settings dont get lost. Thanks to Vitaliy.
erdgeist
2013-03-28
Introduce _post_start_script.
saite
2013-03-27
Retry freebsd-update until install fails
erdgeist
2013-03-27
Handle relative paths in packages better
erdgeist
2013-03-11
man1 is unused now
erdgeist
2012-11-17
Fixed a bug where ezjail-admin install would indicate a failure after successfully installing the base
erdgeist
2012-11-17
Cleaned up the code that differentiates between pre 9.0 and post 9.0 distribution layout.
erdgeist
2012-11-08
Got the indent wrong in the last commit. So I missed a 'fi'
erdgeist
2012-11-08
Fix a bug where the host system's release version was not queried in case of file:/// uris
erdgeist
2012-09-20
Fixed a problem where reuse of the ezjail_sourcetree variable led to ezjail-admin update not finding source tree. Thanks to Paul Macdonald.
RELEASE_3_2_3
erdgeist
2012-09-18
Fix a bug, so that we are force starting a single jail only, when console -f is requested.
erdgeist
2012-09-09
Document the new ezjail_use_zfs_for_jails variable
RELEASE_3_2_2
erdgeist
2012-09-09
Document the new ezjail_use_zfs_for_jails variable
erdgeist
2012-09-08
Add a switch to make all jails use its own zfs by default, also provide a parameter to specify default zfs options
erdgeist
2012-09-08
make ezjail-admin list not print an error when there are no jails
erdgeist
2012-09-08
Cleanup zfs code. Make sure, ezjail_zfs_properties are properly passed. Move checks for ezjails zfs to a central location. Fix typos
erdgeist
2012-05-06
FreeBSD versions before 8.0 did not know about jls -n. Use the old check for now. Thanks to Fahad.
erdgeist
2012-04-25
Unset variable to ensure the warning message being displayed
erdgeist
2012-04-24
Small typo in unpacker
erdgeist
2012-04-06
Include the .* in the quoted expression to prevent unwanted expansion
erdgeist
2012-03-08
Remove deprecated use of rcvar, thanks to Glen Barber
erdgeist
2012-02-02
Make the clone script more end user friendly. Still more to go. Maybe the script will be merged to ezjail-admin one day.
RELEASE_3_2_1
erdgeist
2012-01-28
Remove schg flags from old basejail before installing a new one over it
erdgeist
2012-01-15
Have the test for local addresses be done by ping while trying to send from the IP to the IP. The intermediate approach using nc did not work in 9.0
erdgeist
2012-01-14
Test for locally configured IP addresses by trying to bind nc to it. Thanks to Thomas Steen Rasmussen and #bsdports
erdgeist
2012-01-14
Fix regex to grep for pids in a running Jail. Thanks to Thomas Steen Rasmussen.
erdgeist
2012-01-14
ezjail-admin delete -f now not any longer stops all jails but only the one to be deleted. Thanks to Thomas Steen Rasmussen
erdgeist
2012-01-14
Re-add ports to the exclusion list
erdgeist
2012-01-14
Tiny script to help import Servers into ezjail
erdgeist
2012-01-09
Counting ezjail-flavours did not work correctly
erdgeist
2012-01-07
Copy content of directory, not directory itself
RELEASE_3_2
erdgeist
2012-01-07
Correct version information
erdgeist
2012-01-07
Make flavourize script a new style rc command
erdgeist
2012-01-07
Make flavour script a real new style rc script
erdgeist
2012-01-07
query_ftp_server broke a loop to far above
erdgeist
2012-01-04
Fix white space issue
erdgeist
2012-01-04
Fix logic in the non-RELEASE ftp server query
erdgeist
2012-01-04
Try to unify installarch and installplatform so that query_ftp_server can work with it, too
erdgeist
2012-01-04
Create new manpage directory for man7
erdgeist
2012-01-04
Create new manpage directory for man8
erdgeist
2012-01-02
From FreeBSD 9.0 on there's no need to install extra man pages. The come with the base pkg.
erdgeist
2012-01-02
Older bsdtar version can't decompress on the fly. Use xzdec instead
erdgeist
2012-01-02
Some more subtle changes in the new release directory structure
erdgeist
[next]