Age | Commit message (Expand) | Author | Files | Lines |
2001-09-19 | Removed unneeded variable, added comment on deadlock prevention. | Jeremy Allison | 1 | -9/+9 |
2001-09-19 | removed anti-race code that could cause a classic ABBA deadlock | Andrew Tridgell | 1 | -21/+1 |
2001-09-19 | added a hook to reopen all tdb's after the server fork | Andrew Tridgell | 1 | -0/+3 |
2001-09-19 | Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c by | Andrew Bartlett | 1 | -4/+10 |
2001-09-19 | got rid of bogus write list substitution error messages | Andrew Tridgell | 1 | -15/+18 |
2001-09-19 | don't try to initgroups in non root mode | Andrew Tridgell | 1 | -0/+4 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 27 | -162/+118 |
2001-09-17 | fixed ctemp in server and client. It turns out that ctemp on NT is completely... | Andrew Tridgell | 1 | -9/+20 |
2001-09-16 | Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where | Andrew Bartlett | 3 | -17/+62 |
2001-09-16 | Start pushing the NTSTATUS stuff out to the wire for session setups. | Andrew Bartlett | 1 | -51/+27 |
2001-09-15 | use variables _before_ freeing them! | Simo Sorce | 1 | -3/+2 |
2001-09-15 | Kill off the //server/share%user hack in share level security. | Andrew Bartlett | 3 | -93/+21 |
2001-09-15 | Oops... For reference, NTLMv2 passwords are > 24 chars in length, while | Andrew Bartlett | 1 | -1/+1 |
2001-09-15 | This looked suspicious now we are attempting to to NTLMv2. | Andrew Bartlett | 1 | -2/+2 |
2001-09-15 | Actually fill in the status for sainity checks | Andrew Bartlett | 1 | -1/+1 |
2001-09-14 | Now that we always get back an NTSTATUS code actually pass it on to the | Andrew Bartlett | 2 | -17/+5 |
2001-09-12 | Some patches to authentication: | Tim Potter | 5 | -19/+29 |
2001-09-12 | - enable MSDFS by default, there seems no reason not to have it enabled | Andrew Tridgell | 2 | -5/+1 |
2001-09-10 | Fix for second logic bug when handing oplock breaks and client messages | Jeremy Allison | 1 | -1/+11 |
2001-09-10 | made a couple of local fns static | Andrew Tridgell | 2 | -6/+12 |
2001-09-10 | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 1 | -5/+0 |
2001-09-08 | convert more code to using d_printf | Andrew Tridgell | 2 | -2/+2 |
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-06 | Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX. | Jeremy Allison | 1 | -0/+32 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 2 | -2/+2 |
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 | 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 | merge profile data changes from 2.2 | Herb Lewis | 1 | -6/+36 |
2001-09-05 | added filename to error_packet() | Andrew Tridgell | 1 | -7/+8 |
2001-09-04 | Fixes to ensure invalid vuids cannot stop oplock breaks. | Jeremy Allison | 1 | -5/+7 |
2001-09-04 | Merge of transfer file code from 2.2, fix for readbraw. | Jeremy Allison | 4 | -350/+286 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 12 | -158/+143 |
2001-09-03 | tidied up some unused vars in JFs new fns | Andrew Tridgell | 1 | -12/+0 |
2001-09-01 | more NTSTATUS changes | Andrew Tridgell | 1 | -17/+4 |
2001-08-30 | Fix crash bug with indirecting through null pointer on recursive delete. | Jeremy Allison | 1 | -134/+119 |
2001-08-30 | if no ACL elements then use chmod - fixes ability to set read-only bit | Herb Lewis | 1 | -2/+2 |
2001-08-30 | this was a stupid typo, | Simo Sorce | 1 | -1/+1 |
2001-08-28 | Ouch ! I didn't think I would have to do that: add 2 new rap calls ! | Jean-François Micouleau | 1 | -0/+127 |
2001-08-28 | Added dummy handlers for SAM_SYNC and SAM_REPL messages. | Tim Potter | 1 | -0/+30 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 8 | -40/+40 |
2001-08-27 | started converting NTSTATUS to be a structure on systems with gcc in order to... | Andrew Tridgell | 5 | -35/+38 |
2001-08-27 | converted smbd to use NTSTATUS by default | Andrew Tridgell | 13 | -1323/+995 |
2001-08-24 | get rid of compiler warnings | Herb Lewis | 5 | -11/+11 |
2001-08-24 | fixed level2 find first for unisys clients | Andrew Tridgell | 1 | -0/+1 |
2001-08-24 | Fixed incorrect debug. | Tim Potter | 1 | -4/+1 |
2001-08-24 | flush on a invalid fsp should give an error | Andrew Tridgell | 1 | -16/+16 |
2001-08-23 | Fix W2K profiles writing to a Samba PDC. Thanks to Microsoft for their help ! | Jeremy Allison | 1 | -15/+6 |