summaryrefslogtreecommitdiffstats
path: root/source/lib/substitute.c
Commit message (Collapse)AuthorAgeFilesLines
* r23410: Merge the core of the cluster code.Volker Lendecke2007-06-101-1/+5
| | | | | | | | | | | | | | | | I'm 100% certain I've forgotten to merge something, but the main code should be in. It's mainly in dbwrap_ctdb.c, ctdbd_conn.c and messages_ctdbd.c. There should be no changes to the non-cluster case, it does survive make test on my laptop. It survives some very basic tests with ctdbd enables, I did not do the full test suite for clusters yet. Phew... Volker
* r19813: smbd now compiles againGerald Carter2006-11-211-0/+18
|
* r19810: more merge work....does not compile currently. Working on smbd mergeGerald Carter2006-11-211-112/+77
|
* r19806: merge time.c changesGerald Carter2006-11-201-1/+1
|
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-1/+1
|
* r14075: * add support for long variable names in smb.conf in the form of %(....)Gerald Carter2006-03-091-210/+155
| | | | | | | | * add support for %(DomainSID) * replace standard_sub_XXX() functions with wrappers around their alloc_sub_XXX() counterparts * add support for using SIDs in read list, et. al. (anything that is checked by nt_token_contains_name_in_list())
* r13971: Fix Coverity bugs #209 - #213 - it detected mistakesJeremy Allison2006-03-071-56/+67
| | | | | | | in the pointer aliasing once realloc could change a pointer. This was in the bugzilla.samba.org database as #687 but we never figured out what it was ! Jeremy.
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2006-02-021-4/+4
| | | | | | | | by saving the UNIX token used to set a delete on close flag, and using it when doing the delete. libsmbsharemodes.so still needs updating to cope with this change. Samba4 torture tests to follow. Jeremy.
* r13058: Add %w macro for the winbind seperator which allows us for exampleLars Müller2006-01-201-0/+6
| | | | valid users = %S, %D%w%S
* r11655: Two small fixesGerald Carter2005-11-101-4/+26
| | | | | | | | | | | * remove redundant call to sub_set_smb_name() in session setup code. * Fix lockup when running 'wbinfo -t' on a Samba PDC. Cause was new authenticated session setup from winbindd which resulted in a mangled username (machine_) that was not found in the local files and so was queiued up to nss_winbindd. Deadlock.... So now make sure to keep the trailing '$' for machine account names when calling sub_set_smb_name().
* r11159: Added some const to fix warnings.Jeremy Allison2005-10-181-2/+2
| | | | Jeremy.
* r8899: various compiler warning fixes reported by Jason Mader ↵Gerald Carter2005-08-011-1/+1
| | | | <jason@ncac.gwu.edu>
* r8686: Revert %LOGONSERVER%-substitution. The substition is done on the client,Günther Deschner2005-07-211-8/+8
| | | | | | | | | | | not on the server. We now preserve this windows variable (important for vampired setups) and correctly substitute only the "%L"s in strings like: "%LOGONSERVER% %L %lOgOnSeRvEr% %L". Guenther
* r8493: According to MSKB 141714 the %LOGONSERVER% variable should beGünther Deschner2005-07-151-2/+7
| | | | | | substituted like our %L-variable. Guenther
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2005-04-061-1/+2
|
* r5174: ensure that we consistently use the current_user_info.smb_name vs. ↵Gerald Carter2005-02-021-0/+12
| | | | smb_name when parsing smb.conf and reloading config files
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2004-12-071-5/+5
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r3049: fixing some calls in the printing code to stanard_sub_basic(); fix ↵Gerald Carter2004-10-181-3/+5
| | | | standard_sub_snum() to use the current user's gid; add some (snum == -1) checks to standard_sub_advanced()
* r647: fix for setting the called name to by our IP if the called name was ↵Gerald Carter2004-05-111-6/+6
| | | | *SMBSERVER and *SMBSERV -- fixes issue with connecting to printers via \ip.ad.dr.ess\printer UNC path
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+802
metze