summaryrefslogtreecommitdiff
path: root/source3/lib/substitute.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24949: Remove some static buffersVolker Lendecke1-5/+5
2007-10-10r24589: Refactor our vuid code so that we keep the sameJeremy Allison1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23410: Merge the core of the cluster code.Volker Lendecke1-1/+5
2007-10-10r17039: Eliminate snum from enumshares and getshareinfo. Get rid of some pstr...Volker Lendecke1-1/+24
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-120/+62
2007-10-10r15494: Fix debug statementVolker Lendecke1-1/+1
2007-10-10r14075: * add support for long variable names in smb.conf in the form of %(....)Gerald Carter1-210/+155
2007-10-10r13971: Fix Coverity bugs #209 - #213 - it detected mistakesJeremy Allison1-56/+67
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-4/+4
2007-10-10r13058: Add %w macro for the winbind seperator which allows us for exampleLars Müller1-0/+6
2007-10-10r11655: Two small fixesGerald Carter1-4/+26
2007-10-10r11159: Added some const to fix warnings.Jeremy Allison1-2/+2
2007-10-10r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...Gerald Carter1-1/+1
2007-10-10r8686: Revert %LOGONSERVER%-substitution. The substition is done on the client,Günther Deschner1-8/+8
2007-10-10r8493: According to MSKB 141714 the %LOGONSERVER% variable should beGünther Deschner1-2/+7
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+2
2007-10-10r5174: ensure that we consistently use the current_user_info.smb_name vs. smb...Gerald Carter1-0/+12
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-5/+5
2007-10-10r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...Gerald Carter1-3/+5
2007-10-10r647: fix for setting the called name to by our IP if the called name was *SM...Gerald Carter1-6/+6
2004-03-19BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter1-0/+5
2003-12-08working on bug 687; protect against null src strings in alloc_sub_basic()Gerald Carter1-0/+7
2003-11-07Implement %i-Macro for the locally used IP address. With this you can againVolker Lendecke1-0/+3
2003-11-05make sure that we expand %H (from vl); bug 612Gerald Carter1-0/+3
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-2/+2
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison1-3/+3
2003-08-28Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison1-4/+17
2003-08-20metze's autogenerate patch for version.hGerald Carter1-2/+2
2003-07-27If we strupper_m after the alpha_strcpy() we know that it is less likalyAndrew Bartlett1-2/+2
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-6/+6
2003-06-17Const fixes by metzeVolker Lendecke1-4/+4
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