Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r25025: Remove an unused function | Volker Lendecke | 2007-09-08 | 1 | -5/+0 |
| | |||||
* | r24949: Remove some static buffers | Volker Lendecke | 2007-09-04 | 1 | -5/+5 |
| | |||||
* | r24607: Merge the sessionsetup fix from 3.2 | Jeremy Allison | 2007-08-21 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-07-10 | 1 | -2/+1 |
| | |||||
* | r23780: Find and fix more GPL2 -> GPL3. | Jeremy Allison | 2007-07-09 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r23410: Merge the core of the cluster code. | Volker Lendecke | 2007-06-10 | 1 | -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 again | Gerald Carter | 2006-11-21 | 1 | -0/+18 |
| | |||||
* | r19810: more merge work....does not compile currently. Working on smbd merge | Gerald Carter | 2006-11-21 | 1 | -112/+77 |
| | |||||
* | r19806: merge time.c changes | Gerald Carter | 2006-11-20 | 1 | -1/+1 |
| | |||||
* | r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822) | Gerald Carter | 2006-05-23 | 1 | -1/+1 |
| | |||||
* | r14075: * add support for long variable names in smb.conf in the form of %(....) | Gerald Carter | 2006-03-09 | 1 | -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 mistakes | Jeremy Allison | 2006-03-07 | 1 | -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 #3347 | Jeremy Allison | 2006-02-02 | 1 | -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 example | Lars Müller | 2006-01-20 | 1 | -0/+6 |
| | | | | valid users = %S, %D%w%S | ||||
* | r11655: Two small fixes | Gerald Carter | 2005-11-10 | 1 | -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 Allison | 2005-10-18 | 1 | -2/+2 |
| | | | | Jeremy. | ||||
* | r8899: various compiler warning fixes reported by Jason Mader ↵ | Gerald Carter | 2005-08-01 | 1 | -1/+1 |
| | | | | <jason@ncac.gwu.edu> | ||||
* | r8686: Revert %LOGONSERVER%-substitution. The substition is done on the client, | Günther Deschner | 2005-07-21 | 1 | -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 be | Günther Deschner | 2005-07-15 | 1 | -2/+7 |
| | | | | | | substituted like our %L-variable. Guenther | ||||
* | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 2005-04-06 | 1 | -1/+2 |
| | |||||
* | r5174: ensure that we consistently use the current_user_info.smb_name vs. ↵ | Gerald Carter | 2005-02-02 | 1 | -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 Allison | 2004-12-07 | 1 | -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 Carter | 2004-10-18 | 1 | -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 Carter | 2004-05-11 | 1 | -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/trunk | CVS Import User | 2004-04-04 | 1 | -0/+802 |
metze |