Removed global_myworkgroup, global_myname, global_myscope. Added liberal
[samba.git] / source3 / lib / substitute.c
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-09-09 Herb Lewislowercase global_myname in %L substitution
2002-09-07 Simo Sorceconfigure.in:
2002-08-11 Andrew BartlettMake 'remote_machine' private to lib/substitute.c,...
2002-08-10 Andrew BartlettFix the %m security bug again - and try to make it...
2002-07-15 Andrew Tridgelldon't use C++ comments in C - it doesn't work on many...
2002-07-14 Simo Sorceaddedd new (t)alloc_sub_* functions
2002-07-02 Jeremy AllisonAddress the string_sub problem by changing len = 0...
2002-06-15 Andrew BartlettSimplify this code further. Just substitute %H, and...
2002-06-15 Andrew BartlettRework much of the service.c code:
2002-05-25 Andrew BartlettClean up a few unused functions, add a bit of static...
2002-05-18 Andrew BartlettA few things in this commit:
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2002-01-16 Jeremy AllisonSeparate out get_user_home_dir() from get_user_home_ser...
2002-01-16 Jeremy AllisonMerged in %S fixes and XX_NOT_CHANGED fixes from 2.2.
2001-12-31 Simo Sorceconst religion
2001-12-06 Jean-François Mico... again an intrusive patch:
2001-11-30 Jeremy AllisonEnsured the %G substitution exactly matches what the...
2001-10-29 Andrew BartlettThis commit is number 3 of 4.
2001-10-29 Andrew BartlettThis commit is number 2 of 4.
2001-10-20 Andrew Tridgellremoved an unused variable
2001-10-18 Jeremy AllisonMerge Gerry's %G change from 2.2.2.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-04-25 Jeremy AllisonFixed %U and %D substitutions. %U is lowercase user...
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-03-26 Jeremy AllisonPatch to make automount lookup fallback to get home...
2001-01-23 Jeremy Allisoninclude/vfs.h:
2000-08-25 Andrew Tridgell- fixed the %U macro so that the old (and documented...
2000-06-09 Jean-François Mico... do some standard_sub_advanced() in api_net_sam_logon...
2000-05-02 Andrew Tridgellsplit the username in the vuser structure into a separate
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-24 Jeremy AllisonNow that fsp's are created on successful file open...
2000-04-23 Andrew Tridgellsplit out standard_sub_basic() again to fix a bug where...
2000-04-19 Andrew Tridgell- got rid of the "passive" option
2000-04-17 Andrew Tridgellmoved standard_sub() and friends into a separate module