summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
1999-08-13spelling mistake.Luke Leighton1-1/+1
1999-08-13pnum should be a uint16.Luke Leighton1-2/+2
1999-07-22Copy service name into vfs_connection_struct.Tim Potter1-0/+2
1999-07-22Pass VFS options defined in smb.conf to vfs_init() function.Tim Potter1-4/+7
1999-07-21comments requested by jeremy as to why NT/95 NULL-password distinction hackLuke Leighton1-1/+6
1999-07-16NTLMv2 check being actioned when NT password response was only 24 chars.Luke Leighton1-1/+1
1999-07-16copy of password struct needed to be made prior to calling copy_passwd_structLuke Leighton1-6/+8
1999-07-15work-around for win95 NULL session bug: NULL password actually beingLuke Leighton1-3/+13
1999-07-15more dfs stuff. this looks like it's going to be more appropriate to useLuke Leighton5-84/+231
1999-07-15dfs issuesLuke Leighton2-8/+15
1999-07-15added %d %d to error message, try to track down the uid / smb_uid mismatchLuke Leighton1-2/+2
1999-07-14removed strncpy()Luke Leighton1-23/+25
1999-07-13dfs parsed string length was being set explicitly to value "6", overwritingLuke Leighton1-22/+21
1999-07-12Jean-Francois Micouleau's rewrite of Nigel William's DFS supportLuke Leighton1-0/+215
1999-07-12lengths of NT passwords when "encrypt passwords = no" can be completelyLuke Leighton1-1/+1
1999-07-12Jean-Francois Micouleau's rewritten DFS patch, originally written byLuke Leighton6-67/+354
1999-07-07oops, refused lm when ntlmv2 was true not false/auto. oops!Luke Leighton1-1/+1
1999-07-06reporting failure to accept ntlmv2 (only) with down-level protocols (LANMAN1Luke Leighton1-3/+13
1999-07-06smb_password_ok() checking incorrectly whether lm password exists.Luke Leighton1-13/+16
1999-06-29improving authentication code (tidyup).Luke Leighton3-50/+109
1999-06-24debugging of NBT messages added.Luke Leighton1-0/+3
1999-06-13Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter5-6/+6
1999-06-02Fixing core dump bug with unix password sync, caused by a NULLMatthew Chapman1-5/+7
1999-05-06Fix compiler warning.Tim Potter1-3/+104
1999-05-06Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hackLuke Leighton1-1/+1
1999-05-01added server ntlmv2 false/auto/true parameter, defaults to off.Luke Leighton1-13/+20
1999-04-27rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau2-0/+2
1999-04-20Rewrite of VFS initialisation routines.Tim Potter1-101/+114
1999-04-20Added dummy connect and disconnect VFS operations to avoid theTim Potter1-2/+17
1999-04-20Changed the way a VFS is initialised. The vfs_init() function isTim Potter1-4/+51
1999-04-20Changed arguments to fsync() function to break dependency onTim Potter3-18/+22
1999-04-14Removed unused vfs_read_data() function at the request of tridge.Tim Potter1-49/+0
1999-04-08Mainly BDC-related changes.Matthew Chapman1-1/+5
1999-04-08Always do a compile before CVS commit! )-:Tim Potter1-1/+1
1999-04-08Forgot about closedir() function for VFS. Hoo embarassing.Tim Potter3-2/+12
1999-04-05Under IRIX, a void function may return a value, even if that value isTim Potter1-1/+1
1999-04-05Fix incorrect conversion of fd_attempt_open() calls to vfs_ops.open().Tim Potter1-9/+12
1999-04-05Use VFS I/O for stat_cache_lookup()Tim Potter1-3/+5
1999-04-05Disable VFS routines if no libdl available.Tim Potter2-3/+13
1999-04-04Fixed up incorrect calls to read_file().Tim Potter1-2/+2
1999-04-04Use VFS operations for file I/O.Tim Potter1-8/+7
1999-04-04Use VFS operations for file I/O.Tim Potter1-3/+2
1999-04-04Wrote VFS initialisation routines.Tim Potter1-0/+407
1999-04-04Wrapped up all VFS disk I/O functions for portability. I rememberTim Potter1-0/+180
1999-04-04Use VFS operations for file I/O.Tim Potter7-110/+126
1999-04-04Call VFS initialisation, share connect and share disconnect functions.Tim Potter1-1/+35
1999-04-04Use VFS operations for file I/O.Tim Potter1-22/+32
1999-04-04Use VFS operations for file I/O.Tim Potter1-5/+5
1999-04-04Use VFS operations for file I/O.Tim Potter1-3/+3
1999-04-01Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell3-1/+16