| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed incorrect debug. | Tim Potter | 2001-08-24 | 1 | -4/+1 |
* | flush on a invalid fsp should give an error | Andrew Tridgell | 2001-08-24 | 1 | -16/+16 |
* | Fix W2K profiles writing to a Samba PDC. Thanks to Microsoft for their help ! | Jeremy Allison | 2001-08-23 | 1 | -15/+6 |
* | Fix to only send the status32 error for status32 clients, not to other | Andrew Bartlett | 2001-08-23 | 1 | -3/+1 |
* | Fix up some unused variables and functions, fix up formatting | Andrew Bartlett | 2001-08-23 | 2 | -3/+0 |
* | A few changes: | Andrew Bartlett | 2001-08-22 | 3 | -38/+17 |
* | The DELL powervault 705 is sending a tcon&x with the service name being | Jean-François Micouleau | 2001-08-22 | 1 | -5/+15 |
* | force checking of log size after 200 smbd in a row or after 30 sec with no | Herb Lewis | 2001-08-22 | 1 | -2/+3 |
* | Missed '\' at eol... | Jeremy Allison | 2001-08-22 | 1 | -1/+1 |
* | Tidyup fixes for fcntl spin problem. | Jeremy Allison | 2001-08-22 | 1 | -3/+13 |
* | Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin. | Jeremy Allison | 2001-08-22 | 3 | -11/+50 |
* | Add a new option to disable our paranoid server check. | Andrew Bartlett | 2001-08-21 | 1 | -1/+1 |
* | This is Jeremy pretending to be Volker, 'cos the | Volker Lendecke | 2001-08-21 | 2 | -0/+23 |
* | Add comment to clarify why we call this twice. | Andrew Bartlett | 2001-08-20 | 1 | -0/+2 |
* | two fixes for NT clients -> share level Samba server | Andrew Tridgell | 2001-08-20 | 2 | -2/+11 |
* | a bunch of fixes from the sflight to seattle | Andrew Tridgell | 2001-08-20 | 1 | -1/+0 |
* | OK, so not freeing these was a mistake. I'll try to be less exuberent next | Andrew Bartlett | 2001-08-17 | 1 | -0/+2 |
* | Move the claim_connection stuff till a little later in the process. | Andrew Bartlett | 2001-08-17 | 1 | -16/+14 |
* | Move admin user check into a helper function. | Andrew Bartlett | 2001-08-17 | 1 | -18/+35 |
* | Move read only check into a helper funcion. Ensure conn->service is set | Andrew Bartlett | 2001-08-17 | 1 | -40/+50 |
* | Restore a debug I think I dropped earlier | Andrew Bartlett | 2001-08-17 | 1 | -0/+2 |
* | smbd/auth_server: Doco, we want to use cli_nt_error here soon | Andrew Bartlett | 2001-08-17 | 4 | -36/+46 |
* | Style cleanup for the last vuid change. | Andrew Bartlett | 2001-08-17 | 2 | -6/+9 |
* | One less getpwnam() call... | Andrew Bartlett | 2001-08-17 | 2 | -11/+6 |
* | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 2001-08-12 | 1 | -2/+8 |
* | This patch does a number of things, mostly smaller than they look :-) | Andrew Bartlett | 2001-08-12 | 5 | -420/+153 |
* | Use the new client error api. | Tim Potter | 2001-08-10 | 1 | -1/+1 |
* | More constant conversions. | Tim Potter | 2001-08-10 | 2 | -4/+4 |
* | merge from 2.2 | Gerald Carter | 2001-08-10 | 2 | -2/+2 |
* | Fixed wrong placement of allocate code :-(. | Jeremy Allison | 2001-08-09 | 1 | -5/+5 |
* | Fix inspired by Don @ HP. Close down password server connection if keepalive | Jeremy Allison | 2001-08-09 | 1 | -1/+4 |
* | a few cleanups while mergeing the passdb code into 2.2 | Gerald Carter | 2001-08-09 | 1 | -1/+1 |
* | Try to set the socket options early for some OSs (like Sol 8) where they | Andrew Bartlett | 2001-08-09 | 1 | -1/+8 |
* | Some better debugs for our security=server code. I want to track down why | Andrew Bartlett | 2001-08-08 | 1 | -1/+3 |
* | Always return NT_STATUS_DISK_FULL, even for quota errors. | Jeremy Allison | 2001-08-07 | 1 | -1/+1 |
* | Added fixes to return correct error codes on space allocation fail. | Jeremy Allison | 2001-08-07 | 2 | -2/+31 |
* | Correctly report amount written in debug when allocation space. | Jeremy Allison | 2001-08-07 | 1 | -1/+1 |
* | Added Gerald's lanman printing only change to HEAD. | Jeremy Allison | 2001-08-06 | 2 | -167/+95 |
* | Fix for getting allocate_file_space to return the correct errno. | Jeremy Allison | 2001-08-06 | 1 | -2/+2 |
* | Record the NT_STATUS constant rather than its number in the logfiles | Andrew Bartlett | 2001-08-06 | 1 | -1/+2 |
* | Extra debug to see what errno is on write fail. | Jeremy Allison | 2001-08-04 | 1 | -0/+2 |
* | The write zero bytes is an allocate, not set EOF. | Jeremy Allison | 2001-08-03 | 1 | -1/+2 |
* | This is the fix for the PAM bug I probably introduced in the previous commit, | Andrew Bartlett | 2001-08-03 | 1 | -0/+3 |
* | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 2001-08-03 | 9 | -1282/+1520 |
* | Added "strict allocate" per share parameter. This causes actual on-disk alloc... | Jeremy Allison | 2001-08-01 | 2 | -12/+123 |
* | Pidfile check can be read-only. Removed old ifdef in password.c | Jeremy Allison | 2001-08-01 | 1 | -24/+3 |
* | Added "use mmap" for HPUX. | Jeremy Allison | 2001-07-30 | 2 | -2/+2 |
* | uint -> uint32. | Jeremy Allison | 2001-07-30 | 1 | -1/+1 |
* | Fix invalid uid being used after logoff. Thanks to Nigel Williams | Jeremy Allison | 2001-07-28 | 1 | -2/+1 |
* | Fix for potential crash bug with bad fid. | Jeremy Allison | 2001-07-28 | 1 | -1/+13 |