summaryrefslogtreecommitdiff
path: root/source3/lib/substitute.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-23Fix this for both *SMBSERVER and *SMBSERV as per comments in loadparm.c.Andrew Bartlett1-1/+9
2003-04-23Try to avoid setting *SMBSERVER as a 'local name'.Andrew Bartlett1-0/+3
2003-03-18Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett1-2/+29
2002-11-20merged the %U changes to 3.0Andrew Tridgell1-5/+24
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-4/+3
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-2/+20
2002-08-17sync 3.0 branch with headJelmer Vernooij1-9/+44
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-63/+367
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-1/+0
2002-01-16Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison1-5/+1
2002-01-16Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.Jeremy Allison1-16/+53
2001-12-31const religionSimo Sorce1-3/+3
2001-12-06again an intrusive patch:Jean-François Micouleau1-11/+9
2001-11-30Ensured the %G substitution exactly matches what the man page states.Jeremy Allison1-1/+2
2001-10-29This commit is number 3 of 4.Andrew Bartlett1-1/+1
2001-10-29This commit is number 2 of 4.Andrew Bartlett1-3/+14
2001-10-20removed an unused variableAndrew Tridgell1-1/+0
2001-10-18Merge Gerry's %G change from 2.2.2.Jeremy Allison1-7/+8
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-4/+0
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-4/+4
2001-04-25Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercaseJeremy Allison1-2/+12
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-1/+1
2001-03-26Patch to make automount lookup fallback to get home directory from getpwnam.Jeremy Allison1-9/+15
2001-01-23include/vfs.h:Jeremy Allison1-2/+3
2000-08-25- fixed the %U macro so that the old (and documented) semantics workAndrew Tridgell1-2/+13
2000-06-09do some standard_sub_advanced() in api_net_sam_logon on lp_logon_xxx().Jean-François Micouleau1-1/+1
2000-05-02split the username in the vuser structure into a separateAndrew Tridgell1-2/+2
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-1/+0
2000-04-23split out standard_sub_basic() again to fix a bug where %p was beingAndrew Tridgell1-14/+29
2000-04-19- got rid of the "passive" optionAndrew Tridgell1-70/+54
2000-04-17moved standard_sub() and friends into a separate moduleAndrew Tridgell1-0/+295