If we strupper_m after the alpha_strcpy() we know that it is less likaly
[tprouty/samba.git] / source / lib / substitute.c
2003-07-27 Andrew BartlettIf we strupper_m after the alpha_strcpy() we know that...
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-06-17 Volker LendeckeConst fixes by metze
2003-05-27 Tim PotterMerge from 3.0: Fix set_local_machine_name() for both...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-30 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-23 Andrew BartlettFix this for both *SMBSERVER and *SMBSERV as per commen...
2003-04-23 Andrew BartlettTry to avoid setting *SMBSERVER as a 'local name'.
2003-03-18 Andrew BartlettAdd an extra parameter to our 'set_remote_machine_name...
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-08 Andrew BartlettThis is C, not C++
2003-03-08 Andrew BartlettMake sure that the 'remote' machine name can only be...
2002-11-20 Andrew Tridgellmerged the %U changes to 3.0
2002-11-20 Andrew Tridgellmore %U fixes for head
2002-11-19 Andrew Tridgella better for for using %U in smb.conf
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-09 Herb Lewislowercase global_myname in %L substitution
2002-09-07 Simo Sorceconfigure.in:
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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 Tridgellupdated the 3.0 branch from the head branch - ready...
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-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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