summaryrefslogtreecommitdiffstats
path: root/source3/lib/substitute.c
Commit message (Expand)AuthorAgeFilesLines
...
* BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter2004-03-191-0/+5
* working on bug 687; protect against null src strings in alloc_sub_basic()Gerald Carter2003-12-081-0/+7
* Implement %i-Macro for the locally used IP address. With this you can againVolker Lendecke2003-11-071-0/+3
* make sure that we expand %H (from vl); bug 612Gerald Carter2003-11-051-0/+3
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-2/+2
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-3/+3
* Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison2003-08-281-4/+17
* metze's autogenerate patch for version.hGerald Carter2003-08-201-2/+2
* If we strupper_m after the alpha_strcpy() we know that it is less likalyAndrew Bartlett2003-07-271-2/+2
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-6/+6
* Const fixes by metzeVolker Lendecke2003-06-171-4/+4
* Fix this for both *SMBSERVER and *SMBSERV as per comments in loadparm.c.Andrew Bartlett2003-04-231-1/+9
* Try to avoid setting *SMBSERVER as a 'local name'.Andrew Bartlett2003-04-231-0/+3
* Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett2003-03-181-2/+29
* merged the %U changes to 3.0Andrew Tridgell2002-11-201-5/+24
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-4/+3
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+20
* sync 3.0 branch with headJelmer Vernooij2002-08-171-9/+44
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-63/+367
* 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