applied http://savannah.nongnu.org/patch/?func=detailitem&item_id=4814
[util-vserver.git] / util-vserver / scripts / vserver.functions
2006-01-21 Enrico Scholzapplied savannah.nongnu.org/patch/?func=detailitem...
2006-01-18 Enrico Scholzapplied vnet patch from Daniel Hokka Zakrisson
2005-12-31 Enrico Scholzadded 'novlandev' interface flag
2005-10-30 Enrico Scholzcall 'vattribute' with '--flag default'
2005-10-29 Enrico Scholzok... try #3 of the new vwait stuff: it seems to be...
2005-10-29 Enrico Scholzfixed the TIMEOUT case in yet another way: now, start...
2005-10-29 Enrico Scholz- initWait(): call 'vwait' without --terminate; this...
2005-10-09 Enrico Scholzfixed VLAN setup: set the name-type, honor the 'ip...
2005-08-08 Enrico Scholzfixed detection of commented lines in config-files...
2005-07-03 Enrico ScholzinitSync(): fixed parameter naming
2005-07-03 Enrico Scholzcheck whether filesystem is mounted readonly; if so...
2005-06-30 Enrico Scholzuse CHROOT_SH instead of CHROOT_*
2005-04-28 Enrico Scholz* _generatePersonalityOptions(): added and use it
2005-04-16 Enrico Scholzuse the common isRegularFile() method to filter out...
2005-04-12 Enrico Scholzadded verify-proc sanity check
2005-04-10 Enrico Scholzuse 'killContext()' instead of invoking 'vkill' manually
2005-03-25 Enrico Scholzminor cleanups: call vkill with '--xid' instead of...
2005-02-25 Enrico ScholzLEGACY BREAKAGE FOR 3RD PARTY PATCHES: introduced a...
2005-02-04 Enrico ScholzSECURITY: fixed detection of the mtab-location (Georg...
2005-02-04 Enrico Scholzfixed one of the previously added 'test -n'
2005-01-27 Enrico Scholzuse 'test -n "..."' instead of 'test "..."'; when ...
2005-01-27 Enrico Scholzmoved sanity checks which were spread in various functi...
2005-01-26 Enrico Scholzuse unique prefixes for variables used in functions...
2005-01-21 Enrico Scholz* interface-configuration: accept 'nodev' without a...
2004-12-28 Enrico Scholzuse $_<prog> (which expands to absolute paths) instead...
2004-12-07 Enrico Scholzread enter-shell from the defaults-directory also
2004-10-19 Enrico Scholzmade runlevel_{start,stop} global variables
2004-08-25 Enrico Scholzuse the new 'secure-mount' CLI
2004-07-03 Enrico ScholzprepareInit(): fixed case when .autofsck does not exist
2004-07-02 Enrico Scholzfunction prepareInit(): do some cleanups in the plain...
2004-05-27 Enrico Scholzuse '--fakeinit' by default; users will have to disable...
2004-05-05 Enrico ScholzsendKillSequence(): be silent and succeed everytime
2004-04-21 Enrico Scholzmoved the 'ip_only' handling to the right place
2004-04-21 Enrico Scholzmade 'nodev' work
2004-04-15 Enrico Scholzcall vattribute with '--flag fakeinit' additionally...
2004-04-08 Enrico ScholzexecScriptlets(): fixed initialization of 'start'
2004-04-08 Enrico Scholzimplemented support for default-scriptlets (inspired...
2004-03-31 Enrico ScholzenableInterfaces(), disableInterfaces(): added locking
2004-03-30 Enrico Scholzmade it work...
2004-03-30 Enrico Scholzimplemented parts of Liam Helmer's dummy-interface...
2004-03-26 Enrico Scholzadapted code to new getFileArray() behavior
2004-03-24 Enrico Scholzadded scheduler support
2004-03-16 Enrico Scholzhandle fakeinit separately
2004-03-12 Enrico Scholzadded gentoo startup style
2004-03-10 Enrico Scholzadded support for 'fstab.local' files
2004-03-10 Enrico Scholzminor cosmetical cleanups...
2004-03-09 Enrico Scholzadded some parenthesis
2004-03-07 Enrico Scholzuse different files for 'bcap' and 'ccap' for now
2004-03-07 Enrico Scholzadded .../interfaces/.../nodev option and deprecated...
2004-03-05 Enrico Scholzadded support for new migrate feature
2004-03-05 Enrico Scholzadded some '>&2'
2004-02-25 Enrico Scholzadded better namespace supportc
2004-02-14 Enrico Scholzmoved isAvoidNamespace() into main-functions file
2004-02-11 Enrico Scholzmade namespace stuff configurable at a global place
2004-02-10 Enrico Scholzimplemented CLONE_NS and --rbind mounting
2004-02-06 Enrico Scholz_generateFlagOptions(): fixed a case expression; former...
2004-02-05 Enrico Scholzadded another path for the template mtab file
2003-12-30 Enrico ScholzsendKillSequence(): added
2003-12-26 Enrico Scholzuse 'exec-cd' instead of 'secure-umount'
2003-12-02 Enrico Scholzevaluate CHBIND_OPTS lazily
2003-11-03 Enrico Scholz- fixed some statements which would fail with 'set -e'
2003-10-22 Enrico Scholz- reorganized CHCONTEXT_INIT_OPTS/CHCONTEXT_DISCONNECT...
2003-10-20 Enrico Scholz- moved getFileValue/getFileArray from 'vserver.functio...
2003-10-17 Enrico Scholz- removed '#! /bin/bash' header
2003-10-17 Enrico Scholzadded getEnterShell() function
2003-10-16 Enrico Scholzbasic 'vserver ... start|stop' function should work...