Age | Commit message (Expand) | Author | Files | Lines |
2002-01-11 | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 1 | -34/+34 |
2002-01-04 | Missed error return is can_rename fails. | Jeremy Allison | 1 | -0/+1 |
2002-01-04 | Re-wrote the guts of the rename_internals code to cope with a reported | Jeremy Allison | 1 | -37/+80 |
2002-01-03 | Ensure modtime is set correctly on destination files in copy command. | Jeremy Allison | 1 | -0/+4 |
2001-12-29 | passing NULL to print_queue_status()'s status parameter could end in a segfault | Simo Sorce | 1 | -1/+2 |
2001-12-16 | Ensured filetimes set (by name) after close. Ignore errors. This is the | Jeremy Allison | 1 | -14/+13 |
2001-11-25 | I think this is a fix for the "out of space" errors with oplocks=no. | Jeremy Allison | 1 | -49/+58 |
2001-11-17 | Tidyups when I was doing the big merge... | Jeremy Allison | 1 | -12/+16 |
2001-11-14 | Fix from Herb. mincount/maxcount need to be ssize_t for comparisons. | Jeremy Allison | 1 | -1/+1 |
2001-11-09 | Fixup __LPID -> _LPID. | Jeremy Allison | 1 | -1/+1 |
2001-11-08 | Change to guest logon code. | Andrew Bartlett | 1 | -2/+0 |
2001-11-05 | Don't put a \n on the end of the arg to exit_server() | Tim Potter | 1 | -5/+5 |
2001-11-01 | Various post AuthRewrite cleanups, fixups and tidyups. | Andrew Bartlett | 1 | -2/+2 |
2001-10-31 | When you make a data_blob() then you probably need to free it too... | Andrew Bartlett | 1 | -0/+4 |
2001-10-31 | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 1 | -16/+21 |
2001-10-29 | another few changes to the new mangle code | Simo Sorce | 1 | -2/+27 |
2001-10-20 | Converted a bunch of 0x85 constants to SMBkeepalive. | Tim Potter | 1 | -2/+2 |
2001-10-19 | Restored old Bmpx code - actually used by OS/2. | Jeremy Allison | 1 | -57/+247 |
2001-10-15 | split session setup code out of reply.c in preparation for adding | Andrew Tridgell | 1 | -344/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -1/+0 |
2001-09-26 | Kill of the reply.c end of the workstaion trust account mess. | Andrew Bartlett | 1 | -155/+43 |
2001-09-23 | Lets call an NTSTATUS an nt_status, not an ecode. | Andrew Bartlett | 1 | -6/+6 |
2001-09-23 | Zero out these pstrings before we start: makes for much easier debugging. | Andrew Bartlett | 1 | -2/+2 |
2001-09-23 | Fix up NT_STATUS return for session setups, Win2k objects to anything other | Andrew Bartlett | 1 | -3/+3 |
2001-09-21 | fixed the error code handling in can_delete() by converting it to | Andrew Tridgell | 1 | -19/+22 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -1/+1 |
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 | 1 | -4/+7 |
2001-09-16 | Start pushing the NTSTATUS stuff out to the wire for session setups. | Andrew Bartlett | 1 | -51/+27 |
2001-09-15 | Kill off the //server/share%user hack in share level security. | Andrew Bartlett | 1 | -65/+8 |
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-12 | Some patches to authentication: | Tim Potter | 1 | -2/+3 |
2001-09-08 | convert more code to using d_printf | Andrew Tridgell | 1 | -1/+0 |
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-04 | Merge of transfer file code from 2.2, fix for readbraw. | Jeremy Allison | 1 | -267/+267 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -102/+83 |
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-27 | started converting NTSTATUS to be a structure on systems with gcc in order to... | Andrew Tridgell | 1 | -11/+13 |
2001-08-27 | converted smbd to use NTSTATUS by default | Andrew Tridgell | 1 | -765/+495 |
2001-08-24 | get rid of compiler warnings | Herb Lewis | 1 | -2/+2 |
2001-08-24 | flush on a invalid fsp should give an error | Andrew Tridgell | 1 | -16/+16 |
2001-08-23 | Fix to only send the status32 error for status32 clients, not to other | Andrew Bartlett | 1 | -3/+1 |
2001-08-22 | A few changes: | Andrew Bartlett | 1 | -3/+1 |
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-20 | two fixes for NT clients -> share level Samba server | Andrew Tridgell | 1 | -1/+9 |
2001-08-17 | smbd/auth_server: Doco, we want to use cli_nt_error here soon | Andrew Bartlett | 1 | -3/+2 |
2001-08-17 | One less getpwnam() call... | Andrew Bartlett | 1 | -1/+3 |