Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-08-07 | Always return NT_STATUS_DISK_FULL, even for quota errors. | Jeremy Allison | 1 | -1/+1 |
2001-08-07 | Added fixes to return correct error codes on space allocation fail. | Jeremy Allison | 1 | -1/+30 |
2001-08-03 | The write zero bytes is an allocate, not set EOF. | Jeremy Allison | 1 | -1/+2 |
2001-08-03 | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 1 | -210/+46 |
2001-07-25 | we need to pull passwords in client charset for crypto to work | Andrew Tridgell | 1 | -1/+1 |
2001-07-21 | This patch fixes up a few issues where we would do lookups in the local system | Andrew Bartlett | 1 | -38/+42 |
2001-07-11 | Toomas Soome's fix for joining a domain the old way. | Jeremy Allison | 1 | -1/+1 |
2001-07-08 | This removes unused paramaters from various authtication functions, and should | Andrew Bartlett | 1 | -2/+2 |
2001-07-06 | fixed bug where we looked at the first byte of a password to determine | Andrew Tridgell | 1 | -12/+2 |
2001-07-05 | Fix for rabbit-pellet mode. Chris please test this. Thanks for Dave CB | Jeremy Allison | 1 | -0/+6 |
2001-07-05 | fixed a bug in the parameters SMBctemp uses in open_file_shared() | Andrew Tridgell | 1 | -8/+7 |
2001-07-05 | use alpha_strcpy on the domain as it comes off the wire | Andrew Tridgell | 1 | -8/+3 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -16/+16 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -60/+39 |
2001-07-04 | check for bad usernames early in session setup | Andrew Tridgell | 1 | -0/+6 |
2001-07-03 | Fixed incorrect debug parameters for lock_pid. | Jeremy Allison | 1 | -2/+2 |