summaryrefslogtreecommitdiffstats
path: root/source/lib/substitute.c
Commit message (Expand)AuthorAgeFilesLines
* r17039: Eliminate snum from enumshares and getshareinfo. Get rid of some pstr...Volker Lendecke2007-10-101-1/+24
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-120/+62
* r15494: Fix debug statementVolker Lendecke2007-10-101-1/+1
* r14075: * add support for long variable names in smb.conf in the form of %(....)Gerald Carter2007-10-101-210/+155
* r13971: Fix Coverity bugs #209 - #213 - it detected mistakesJeremy Allison2007-10-101-56/+67
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2007-10-101-4/+4
* r13058: Add %w macro for the winbind seperator which allows us for exampleLars Müller2007-10-101-0/+6
* r11655: Two small fixesGerald Carter2007-10-101-4/+26
* r11159: Added some const to fix warnings.Jeremy Allison2007-10-101-2/+2
* r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...Gerald Carter2007-10-101-1/+1
* r8686: Revert %LOGONSERVER%-substitution. The substition is done on the client,Günther Deschner2007-10-101-8/+8
* r8493: According to MSKB 141714 the %LOGONSERVER% variable should beGünther Deschner2007-10-101-2/+7
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-1/+2
* r5174: ensure that we consistently use the current_user_info.smb_name vs. smb...Gerald Carter2007-10-101-0/+12
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-5/+5
* r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...Gerald Carter2007-10-101-3/+5
* r647: fix for setting the called name to by our IP if the called name was *SM...Gerald Carter2007-10-101-6/+6
* 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