Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-08-23 | Fix to only send the status32 error for status32 clients, not to other | Andrew Bartlett | 1 | -3/+1 |
2001-08-23 | Fix up some unused variables and functions, fix up formatting | Andrew Bartlett | 2 | -3/+0 |
2001-08-22 | A few changes: | Andrew Bartlett | 3 | -38/+17 |
2001-08-22 | The DELL powervault 705 is sending a tcon&x with the service name being | Jean-François Micouleau | 1 | -5/+15 |
2001-08-22 | force checking of log size after 200 smbd in a row or after 30 sec with no | Herb Lewis | 1 | -2/+3 |
2001-08-22 | Missed '\' at eol... | Jeremy Allison | 1 | -1/+1 |
2001-08-22 | Tidyup fixes for fcntl spin problem. | Jeremy Allison | 1 | -3/+13 |
2001-08-22 | Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin. | Jeremy Allison | 3 | -11/+50 |
2001-08-21 | Add a new option to disable our paranoid server check. | Andrew Bartlett | 1 | -1/+1 |
2001-08-21 | This is Jeremy pretending to be Volker, 'cos the | Volker Lendecke | 2 | -0/+23 |
2001-08-20 | Add comment to clarify why we call this twice. | Andrew Bartlett | 1 | -0/+2 |
2001-08-20 | two fixes for NT clients -> share level Samba server | Andrew Tridgell | 2 | -2/+11 |
2001-08-20 | a bunch of fixes from the sflight to seattle | Andrew Tridgell | 1 | -1/+0 |
2001-08-17 | OK, so not freeing these was a mistake. I'll try to be less exuberent next | Andrew Bartlett | 1 | -0/+2 |
2001-08-17 | Move the claim_connection stuff till a little later in the process. | Andrew Bartlett | 1 | -16/+14 |
2001-08-17 | Move admin user check into a helper function. | Andrew Bartlett | 1 | -18/+35 |
2001-08-17 | Move read only check into a helper funcion. Ensure conn->service is set | Andrew Bartlett | 1 | -40/+50 |
2001-08-17 | Restore a debug I think I dropped earlier | Andrew Bartlett | 1 | -0/+2 |
2001-08-17 | smbd/auth_server: Doco, we want to use cli_nt_error here soon | Andrew Bartlett | 4 | -36/+46 |
2001-08-17 | Style cleanup for the last vuid change. | Andrew Bartlett | 2 | -6/+9 |
2001-08-17 | One less getpwnam() call... | Andrew Bartlett | 2 | -11/+6 |
2001-08-12 | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 1 | -2/+8 |
2001-08-12 | This patch does a number of things, mostly smaller than they look :-) | Andrew Bartlett | 5 | -420/+153 |
2001-08-10 | Use the new client error api. | Tim Potter | 1 | -1/+1 |
2001-08-10 | More constant conversions. | Tim Potter | 2 | -4/+4 |
2001-08-10 | merge from 2.2 | Gerald Carter | 2 | -2/+2 |
2001-08-09 | Fixed wrong placement of allocate code :-(. | Jeremy Allison | 1 | -5/+5 |
2001-08-09 | Fix inspired by Don @ HP. Close down password server connection if keepalive | Jeremy Allison | 1 | -1/+4 |
2001-08-09 | a few cleanups while mergeing the passdb code into 2.2 | Gerald Carter | 1 | -1/+1 |
2001-08-09 | Try to set the socket options early for some OSs (like Sol 8) where they | Andrew Bartlett | 1 | -1/+8 |
2001-08-08 | Some better debugs for our security=server code. I want to track down why | Andrew Bartlett | 1 | -1/+3 |
2001-08-07 | Always return NT_STATUS_DISK_FULL, even for quota errors. | Jeremy Allison | 1 | -1/+1 |