Age | Commit message (Expand) | Author | Files | Lines |
1999-09-27 | don't leak printer handles, | Jean-François Micouleau | 1 | -2/+5 |
1999-09-16 | reading in smb server domain name from SMBnegprot response | Luke Leighton | 1 | -3/+4 |
1999-09-15 | #defines for port 445 to SMB_PORT2 | Luke Leighton | 1 | -4/+4 |
1999-09-12 | - initialising mach_passwd_file locks to zero (prev. uninit.) | Luke Leighton | 1 | -1/+0 |
1999-09-10 | oops, port 455 instead of 445 | Luke Leighton | 1 | -1/+1 |
1999-09-08 | bertl <bs@niggard.org> patch for making samba listen on port 445, just like | Luke Leighton | 2 | -28/+76 |
1999-08-13 | spelling mistake. | Luke Leighton | 1 | -1/+1 |
1999-08-13 | pnum should be a uint16. | Luke Leighton | 1 | -2/+2 |
1999-07-22 | Copy service name into vfs_connection_struct. | Tim Potter | 1 | -0/+2 |
1999-07-22 | Pass VFS options defined in smb.conf to vfs_init() function. | Tim Potter | 1 | -4/+7 |
1999-07-21 | comments requested by jeremy as to why NT/95 NULL-password distinction hack | Luke Leighton | 1 | -1/+6 |
1999-07-16 | NTLMv2 check being actioned when NT password response was only 24 chars. | Luke Leighton | 1 | -1/+1 |
1999-07-16 | copy of password struct needed to be made prior to calling copy_passwd_struct | Luke Leighton | 1 | -6/+8 |
1999-07-15 | work-around for win95 NULL session bug: NULL password actually being | Luke Leighton | 1 | -3/+13 |
1999-07-15 | more dfs stuff. this looks like it's going to be more appropriate to use | Luke Leighton | 5 | -84/+231 |
1999-07-15 | dfs issues | Luke Leighton | 2 | -8/+15 |
1999-07-15 | added %d %d to error message, try to track down the uid / smb_uid mismatch | Luke Leighton | 1 | -2/+2 |
1999-07-14 | removed strncpy() | Luke Leighton | 1 | -23/+25 |
1999-07-13 | dfs parsed string length was being set explicitly to value "6", overwriting | Luke Leighton | 1 | -22/+21 |
1999-07-12 | Jean-Francois Micouleau's rewrite of Nigel William's DFS support | Luke Leighton | 1 | -0/+215 |
1999-07-12 | lengths of NT passwords when "encrypt passwords = no" can be completely | Luke Leighton | 1 | -1/+1 |
1999-07-12 | Jean-Francois Micouleau's rewritten DFS patch, originally written by | Luke Leighton | 6 | -67/+354 |
1999-07-07 | oops, refused lm when ntlmv2 was true not false/auto. oops! | Luke Leighton | 1 | -1/+1 |
1999-07-06 | reporting failure to accept ntlmv2 (only) with down-level protocols (LANMAN1 | Luke Leighton | 1 | -3/+13 |
1999-07-06 | smb_password_ok() checking incorrectly whether lm password exists. | Luke Leighton | 1 | -13/+16 |
1999-06-29 | improving authentication code (tidyup). | Luke Leighton | 3 | -50/+109 |
1999-06-24 | debugging of NBT messages added. | Luke Leighton | 1 | -0/+3 |
1999-06-13 | Moved code that changes the pw_passwd entry (i.e shadow password and | Tim Potter | 5 | -6/+6 |
1999-06-02 | Fixing core dump bug with unix password sync, caused by a NULL | Matthew Chapman | 1 | -5/+7 |
1999-05-06 | Fix compiler warning. | Tim Potter | 1 | -3/+104 |
1999-05-06 | Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hack | Luke Leighton | 1 | -1/+1 |
1999-05-01 | added server ntlmv2 false/auto/true parameter, defaults to off. | Luke Leighton | 1 | -13/+20 |
1999-04-27 | rpc_parse/parse_misc.c : defined a new BUFFER5 struct | Jean-François Micouleau | 2 | -0/+2 |
1999-04-20 | Rewrite of VFS initialisation routines. | Tim Potter | 1 | -101/+114 |
1999-04-20 | Added dummy connect and disconnect VFS operations to avoid the | Tim Potter | 1 | -2/+17 |
1999-04-20 | Changed the way a VFS is initialised. The vfs_init() function is | Tim Potter | 1 | -4/+51 |
1999-04-20 | Changed arguments to fsync() function to break dependency on | Tim Potter | 3 | -18/+22 |
1999-04-14 | Removed unused vfs_read_data() function at the request of tridge. | Tim Potter | 1 | -49/+0 |
1999-04-08 | Mainly BDC-related changes. | Matthew Chapman | 1 | -1/+5 |
1999-04-08 | Always do a compile before CVS commit! )-: | Tim Potter | 1 | -1/+1 |
1999-04-08 | Forgot about closedir() function for VFS. Hoo embarassing. | Tim Potter | 3 | -2/+12 |
1999-04-05 | Under IRIX, a void function may return a value, even if that value is | Tim Potter | 1 | -1/+1 |
1999-04-05 | Fix incorrect conversion of fd_attempt_open() calls to vfs_ops.open(). | Tim Potter | 1 | -9/+12 |
1999-04-05 | Use VFS I/O for stat_cache_lookup() | Tim Potter | 1 | -3/+5 |
1999-04-05 | Disable VFS routines if no libdl available. | Tim Potter | 2 | -3/+13 |
1999-04-04 | Fixed up incorrect calls to read_file(). | Tim Potter | 1 | -2/+2 |
1999-04-04 | Use VFS operations for file I/O. | Tim Potter | 1 | -8/+7 |
1999-04-04 | Use VFS operations for file I/O. | Tim Potter | 1 | -3/+2 |
1999-04-04 | Wrote VFS initialisation routines. | Tim Potter | 1 | -0/+407 |
1999-04-04 | Wrapped up all VFS disk I/O functions for portability. I remember | Tim Potter | 1 | -0/+180 |