Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-07-02 | Fixed the nastiest locking bug to track down.... smb_pids are sent in the | Jeremy Allison | 1 | -11/+27 |
2001-06-30 | Fixed the first locking error (test #8 found by locktest code from | Jeremy Allison | 1 | -10/+10 |
2001-06-26 | Always use DOMAIN\user first that this is the more specific case. | Jeremy Allison | 1 | -12/+17 |
2001-06-23 | Log debug before and after netbios names copied so we know if they've been | Jeremy Allison | 1 | -0/+3 |
2001-06-23 | Added other_safe_chars to alpha_strcpy(). Needs testing but is a better | Jeremy Allison | 1 | -2/+2 |
2001-06-23 | Better fix for client name vulnarability. | Jeremy Allison | 1 | -0/+2 |
2001-06-22 | Andrew - please look this over. I've fixed a long standing (maybe 4-5 | Jeremy Allison | 1 | -1/+17 |
2001-06-21 | Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>, | Jeremy Allison | 1 | -5/+5 |
2001-06-19 | Extra debug in open.c, fix for bad debug message in reply.c | Jeremy Allison | 1 | -1/+1 |
2001-06-12 | Removed commented out msdfs code that was being called anyway. | Tim Potter | 1 | -2/+0 |
2001-06-09 | *Wonderful* patch from Andrew Bartlett that will help ensure tdb's are | Jeremy Allison | 1 | -4/+8 |