summaryrefslogtreecommitdiff
path: root/source3/lib/substitute.c
AgeCommit message (Expand)AuthorFilesLines
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