summaryrefslogtreecommitdiffstats
path: root/source/lib/substitute.c
Commit message (Expand)AuthorAgeFilesLines
* This is C, not C++Andrew Bartlett2003-03-081-4/+4
* Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett2003-03-081-2/+29
* more %U fixes for headAndrew Tridgell2002-11-201-0/+3
* a better for for using %U in smb.confAndrew Tridgell2002-11-191-5/+21
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-4/+3
* lowercase global_myname in %L substitutionHerb Lewis2002-09-091-2/+7
* configure.in:Simo Sorce2002-09-071-0/+13
* Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett2002-08-111-1/+3
* Fix the %m security bug again - and try to make it harder to reintroduce inAndrew Bartlett2002-08-101-8/+41
* don't use C++ comments in C - it doesn't work on many compilersAndrew Tridgell2002-07-151-1/+1
* addedd new (t)alloc_sub_* functionsSimo Sorce2002-07-141-28/+302
* Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison2002-07-021-31/+55
* Simplify this code further. Just substitute %H, and let the normal codeAndrew Bartlett2002-06-151-36/+0
* Rework much of the service.c code:Andrew Bartlett2002-06-151-3/+10
* Clean up a few unused functions, add a bit of static etc.Andrew Bartlett2002-05-251-18/+1
* A few things in this commit:Andrew Bartlett2002-05-181-0/+52
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-1/+0
* Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison2002-01-161-5/+1
* Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.Jeremy Allison2002-01-161-16/+53
* const religionSimo Sorce2001-12-311-3/+3
* again an intrusive patch:Jean-François Micouleau2001-12-061-11/+9
* Ensured the %G substitution exactly matches what the man page states.Jeremy Allison2001-11-301-1/+2
* This commit is number 3 of 4.Andrew Bartlett2001-10-291-1/+1
* This commit is number 2 of 4.Andrew Bartlett2001-10-291-3/+14
* removed an unused variableAndrew Tridgell2001-10-201-1/+0
* Merge Gerry's %G change from 2.2.2.Jeremy Allison2001-10-181-7/+8
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-4/+0
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-4/+4
* Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercaseJeremy Allison2001-04-251-2/+12
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-1/+1
* Patch to make automount lookup fallback to get home directory from getpwnam.Jeremy Allison2001-03-261-9/+15
* include/vfs.h:Jeremy Allison2001-01-231-2/+3
* - fixed the %U macro so that the old (and documented) semantics workAndrew Tridgell2000-08-251-2/+13
* do some standard_sub_advanced() in api_net_sam_logon on lp_logon_xxx().Jean-François Micouleau2000-06-091-1/+1
* split the username in the vuser structure into a separateAndrew Tridgell2000-05-021-2/+2
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-241-1/+0
* split out standard_sub_basic() again to fix a bug where %p was beingAndrew Tridgell2000-04-231-14/+29
* - got rid of the "passive" optionAndrew Tridgell2000-04-191-70/+54
* moved standard_sub() and friends into a separate moduleAndrew Tridgell2000-04-171-0/+295