Age | Commit message (Expand) | Author | Files | Lines |
2003-01-14 | merge alt_name patch from head | Andrew Tridgell | 2 | -2/+2 |
2003-01-13 | Don't touch data after a free. | Jeremy Allison | 1 | -1/+0 |
2003-01-13 | Merge of indirection fixes from HEAD. | Jeremy Allison | 1 | -5/+5 |
2003-01-13 | More janitorial duties. Pulling these in from samba-head. | Richard Sharpe | 1 | -0/+281 |
2003-01-13 | Now that I am running config.developer, I decided to get rif of some warnings: | Richard Sharpe | 5 | -179/+267 |
2003-01-11 | [merge] make sure to update print queue cache during timeout_processing() to ... | Gerald Carter | 4 | -15/+61 |
2003-01-11 | fix tdb_append() prototype | Gerald Carter | 1 | -1/+1 |
2003-01-11 | Added new message_send_pid() code that uses tdb append to reduce locking | Jeremy Allison | 1 | -54/+55 |
2003-01-11 | Added tdb_append() call. Efficiently adds to an entry. Used by new messaging | Jeremy Allison | 3 | -12/+148 |
2003-01-10 | First part of efficiency fixes for message sending to pid's (cutting down | Jeremy Allison | 1 | -48/+95 |
2003-01-10 | Don't delete jobs subitted after the lpq time. | Jeremy Allison | 1 | -4/+4 |
2003-01-09 | a 0 length printer data value is not a memory allocation error; fix CR601 | Gerald Carter | 1 | -2/+10 |
2003-01-09 | Moved smbd process counting functions from smbd/server.c to smbd/process.c | Herb Lewis | 2 | -30/+26 |
2003-01-08 | Ensure we return disk full by default on short writes. | Jeremy Allison | 1 | -6/+6 |
2003-01-08 | Ensure we don't get an invalid number for total smbd's if the tdb update | Jeremy Allison | 2 | -6/+18 |
2003-01-08 | Fix erroneous free of SAM_ACCOUNT (make clearer when allocated | Jeremy Allison | 1 | -15/+8 |
2003-01-08 | cannot assign to const | Herb Lewis | 1 | -1/+1 |
2003-01-08 | Fix open problem with changing attributes on an existing file - based | Jeremy Allison | 2 | -9/+45 |
2003-01-07 | Fix memory leak. Thanks, Herb! | Volker Lendecke | 1 | -0/+1 |
2003-01-07 | Merge from HEAD. | Volker Lendecke | 1 | -4/+14 |
2003-01-07 | Added code to the handling of the -M option to ensure that we default to | Christopher R. Hertel | 1 | -1/+7 |
2003-01-06 | Fix memory leaks in pdb_ code. | Jeremy Allison | 1 | -1/+13 |
2003-01-06 | removed idpool from schema file (experimental) to remove the dependency | Gerald Carter | 1 | -1/+1 |
2003-01-06 | Merge from HEAD - handle VFS module load failures, change some error returns to | Andrew Bartlett | 2 | -3/+9 |
2003-01-06 | Fix from "Ken Cross" <kcross@nssolutions.com> for enumerating | Jeremy Allison | 1 | -1/+3 |
2003-01-06 | Some more profiles merges from HEAD (cvsignore and a stray const). | Tim Potter | 2 | -1/+2 |
2003-01-06 | Add profiles utility support to Samba 3.0.x | Richard Sharpe | 2 | -2/+6 |
2003-01-05 | Merge from HEAD - updates to correctly recognise LMv2, and NT# in LM feild. | Andrew Bartlett | 1 | -33/+58 |
2003-01-05 | Merge from HEAD - get the test the right way around, so that we can change | Andrew Bartlett | 1 | -1/+1 |
2003-01-04 | The last of the merge of idra's shutdown changes from head... | Andrew Bartlett | 1 | -2/+2 |
2003-01-04 | Merge from HEAD - whitespace :-) | Andrew Bartlett | 2 | -1/+1 |
2003-01-04 | Merge from HEAD - vl's fix to my const patch. Also update the 'not have_krb5' | Andrew Bartlett | 1 | -1/+1 |
2003-01-04 | The winbind in Samba 3.0 doesn't use the 'proof' for ntlm_auth_crap, so don't | Andrew Bartlett | 1 | -1/+0 |
2003-01-04 | Merge from HEAD - do an nt_errstr(nt_status) *after* assiging nt_status with | Andrew Bartlett | 1 | -1/+1 |
2003-01-04 | Make it clear that the credentials are being setup on the NETLOGON channel, and | Andrew Bartlett | 1 | -3/+3 |
2003-01-04 | Merge from HEAD - we already have one function for converting a unistr2 to a | Andrew Bartlett | 3 | -42/+25 |
2003-01-04 | Merge from HEAD - extract user's list of SIDs from their NT_TOKEN and return | Andrew Bartlett | 2 | -10/+37 |
2003-01-04 | Merge from HEAD - don't base RID on a name being the lp_guest_account(), let | Andrew Bartlett | 1 | -2/+0 |
2003-01-04 | Merge from HEAD - baseless parinoia about never having a closed dbf (the debug | Andrew Bartlett | 1 | -2/+4 |
2003-01-04 | Merge from HEAD - mimir's new gencache based namecache code. | Andrew Bartlett | 5 | -207/+359 |
2003-01-04 | Merge from HEAD - move user password changes into the NTSTATUS era, and add | Andrew Bartlett | 3 | -50/+89 |
2003-01-04 | Missed from previous commit - merge from HEAD the changes to the remote | Andrew Bartlett | 1 | -4/+8 |
2003-01-04 | Merge from HEAD - idra's fix for the fact that the shutdown command takes two 1 | Andrew Bartlett | 4 | -36/+22 |
2003-01-04 | Fix another pstring/fstring typo | Andrew Bartlett | 1 | -1/+1 |
2003-01-03 | Fix problem with "hide unreadable". stat file opens are baaack :-). | Jeremy Allison | 5 | -586/+544 |
2003-01-03 | patch to include support for daemontools from Michael Handler | Gerald Carter | 7 | -18/+89 |
2003-01-03 | make sure we create the PIDDIR and LOCKDIR from installdirs | Gerald Carter | 1 | -1/+1 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 131 | -1190/+1199 |
2003-01-03 | Fixed some simple typos, including one that would cause the wrong value | Christopher R. Hertel | 1 | -2/+2 |
2003-01-03 | Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions. | Andrew Bartlett | 7 | -7/+18 |