Age | Commit message (Expand) | Author | Files | Lines |
2001-09-11 | Some small changes to configure to remove things like -X4 etc on compiles. | Richard Sharpe | 1 | -4/+3 |
2001-09-10 | Fix for second logic bug when handing oplock breaks and client messages | Jeremy Allison | 1 | -1/+11 |
2001-09-10 | left out { | Herb Lewis | 1 | -1/+1 |
2001-09-10 | prevent segv by not calling tdb_traverse and tdb_close if tdb_open_log | Herb Lewis | 1 | -18/+20 |
2001-09-10 | cut-n-paste error | Gerald Carter | 1 | -1/+1 |
2001-09-10 | merge from APPLIANCE_HEAD | Gerald Carter | 1 | -12/+21 |
2001-09-10 | convert more code to use XFILE | Andrew Tridgell | 4 | -46/+45 |
2001-09-10 | convert more code to use XFILE | Andrew Tridgell | 9 | -50/+44 |
2001-09-10 | declare dbf in one spot | Andrew Tridgell | 21 | -19/+7 |
2001-09-10 | more static/dead fns | Andrew Tridgell | 2 | -11/+2 |
2001-09-10 | kill a dead fn and make a local one static | Andrew Tridgell | 2 | -80/+4 |
2001-09-10 | made a couple of local fns static | Andrew Tridgell | 3 | -7/+13 |
2001-09-10 | passdb/smbpassfile ain't needed any more - it only provided migration from an... | Andrew Tridgell | 2 | -298/+1 |
2001-09-10 | added xfile | Andrew Tridgell | 2 | -0/+384 |
2001-09-10 | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 28 | -110/+86 |
2001-09-09 | Make sure that if there are no interfaces, name_register_wins does not | Richard Sharpe | 1 | -0/+7 |
2001-09-09 | fixed typo | Andrew Tridgell | 1 | -1/+1 |
2001-09-09 | removed pointless parameter from readfile() | Andrew Tridgell | 1 | -3/+3 |
2001-09-09 | fixed missing const on d_printf declaration | Andrew Tridgell | 1 | -3/+3 |
2001-09-08 | convert more code to using d_printf | Andrew Tridgell | 7 | -564/+566 |
2001-09-07 | Change the description on --with-pam_smbpass to make it clearer - some peope | Andrew Bartlett | 4 | -67/+81 |
2001-09-07 | Don't fail if no owner/group owner set. Use existing owners. | Jeremy Allison | 1 | -3/+7 |
2001-09-07 | #ifdef out function when not used. | Jeremy Allison | 1 | -0/+2 |
2001-09-07 | added "display charset" option in smb.conf, along with d_printf() | Andrew Tridgell | 8 | -155/+318 |
2001-09-06 | Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX. | Jeremy Allison | 2 | -94/+53 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 19 | -28/+27 |
2001-09-06 | Fixed O(N^2) talloc loop when allocating printer name memory - fix from | Jeremy Allison | 1 | -2/+2 |
2001-09-06 | - fixed proto.h build on systems using a parallel make | Andrew Tridgell | 4 | -197/+1590 |
2001-09-06 | Converted to NTSTATUS return codes. | Tim Potter | 1 | -17/+92 |
2001-09-06 | Started a cleanup of smbpasswd related stuff. I've created a new file | Tim Potter | 8 | -156/+232 |
2001-09-06 | Removed 18 duplicate #undef entries. | Tim Potter | 1 | -21/+0 |
2001-09-06 | Annotated definition of NEW_PW_FORMAT_SPACE_PADDED_LEN constant. | Tim Potter | 1 | -1/+3 |
2001-09-06 | flush stdout in test logging fns | Andrew Tridgell | 2 | -0/+2 |
2001-09-06 | use a different test tdb name for tdbtest and tdbtorture | Andrew Tridgell | 1 | -1/+1 |
2001-09-06 | actually obey the "use mmap" smb.conf option | Andrew Tridgell | 2 | -2/+6 |
2001-09-06 | Logon workstation checks from Toomas Soome <tsoome@ut.ee> | Tim Potter | 1 | -9/+42 |
2001-09-06 | enable strict locking by default. This will be slow, so now we just | Andrew Tridgell | 1 | -1/+1 |
2001-09-06 | it turns out that XP agrees with the samba head branch over the right | Andrew Tridgell | 1 | -12/+13 |
2001-09-06 | use NTSTATUS not BOOL in do_lock() | Andrew Tridgell | 2 | -21/+24 |
2001-09-05 | Removed unneeded set of delete on close in fsp->share_mode. | Jeremy Allison | 1 | -7/+0 |
2001-09-05 | Fix I think for the fcntl spinning problem. Re-prioritize so | Jeremy Allison | 2 | -1/+21 |
2001-09-05 | 2nd DELETE_ON_CLOSE_FLAG fix ... | Andrew Tridgell | 1 | -3/+3 |
2001-09-05 | when you update the share mode in the db you must also update | Andrew Tridgell | 1 | -0/+7 |
2001-09-05 | fixed formatting to make the code vaguely readable. It's still a dogs | Andrew Tridgell | 1 | -142/+143 |
2001-09-05 | add PROFILE_OBJ to nmbd now | Herb Lewis | 1 | -1/+1 |
2001-09-05 | merge profile data changes from 2.2 | Herb Lewis | 4 | -32/+101 |
2001-09-05 | always include profile support so you do not need a different binary of | Herb Lewis | 1 | -5/+0 |
2001-09-05 | add profiling stats from 2.2 | Herb Lewis | 2 | -3/+383 |
2001-09-05 | variable name changed to --with-profiling-data | Herb Lewis | 2 | -620/+617 |
2001-09-05 | When sending a message via a tdb, it must be open read/write. | Jeremy Allison | 1 | -1/+1 |