summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-67/+0
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-0/+31
* cli_nt_setup_creds() returns uint32 NT status code not a BOOL.Luke Leighton1999-10-291-3/+4
* various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1999-10-211-1/+1
* David van Geyn spotted that ulong is not defined on FREEBSD, not supposedLuke Leighton1999-10-051-1/+1
* don't leak printer handles,Jean-François Micouleau1999-09-271-2/+5
* reading in smb server domain name from SMBnegprot responseLuke Leighton1999-09-161-3/+4
* #defines for port 445 to SMB_PORT2Luke Leighton1999-09-151-4/+4
* - initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton1999-09-121-1/+0
* oops, port 455 instead of 445Luke Leighton1999-09-101-1/+1
* bertl <bs@niggard.org> patch for making samba listen on port 445, just likeLuke Leighton1999-09-082-28/+76
* spelling mistake.Luke Leighton1999-08-131-1/+1
* pnum should be a uint16.Luke Leighton1999-08-131-2/+2
* Copy service name into vfs_connection_struct.Tim Potter1999-07-221-0/+2
* Pass VFS options defined in smb.conf to vfs_init() function.Tim Potter1999-07-221-4/+7
* comments requested by jeremy as to why NT/95 NULL-password distinction hackLuke Leighton1999-07-211-1/+6
* NTLMv2 check being actioned when NT password response was only 24 chars.Luke Leighton1999-07-161-1/+1
* copy of password struct needed to be made prior to calling copy_passwd_structLuke Leighton1999-07-161-6/+8
* work-around for win95 NULL session bug: NULL password actually beingLuke Leighton1999-07-151-3/+13
* more dfs stuff. this looks like it's going to be more appropriate to useLuke Leighton1999-07-155-84/+231
* dfs issuesLuke Leighton1999-07-152-8/+15
* added %d %d to error message, try to track down the uid / smb_uid mismatchLuke Leighton1999-07-151-2/+2
* removed strncpy()Luke Leighton1999-07-141-23/+25
* dfs parsed string length was being set explicitly to value "6", overwritingLuke Leighton1999-07-131-22/+21
* Jean-Francois Micouleau's rewrite of Nigel William's DFS supportLuke Leighton1999-07-121-0/+215
* lengths of NT passwords when "encrypt passwords = no" can be completelyLuke Leighton1999-07-121-1/+1
* Jean-Francois Micouleau's rewritten DFS patch, originally written byLuke Leighton1999-07-126-67/+354
* oops, refused lm when ntlmv2 was true not false/auto. oops!Luke Leighton1999-07-071-1/+1
* reporting failure to accept ntlmv2 (only) with down-level protocols (LANMAN1Luke Leighton1999-07-061-3/+13
* smb_password_ok() checking incorrectly whether lm password exists.Luke Leighton1999-07-061-13/+16
* improving authentication code (tidyup).Luke Leighton1999-06-293-50/+109
* debugging of NBT messages added.Luke Leighton1999-06-241-0/+3
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-135-6/+6
* Fixing core dump bug with unix password sync, caused by a NULLMatthew Chapman1999-06-021-5/+7
* Fix compiler warning.Tim Potter1999-05-061-3/+104
* Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hackLuke Leighton1999-05-061-1/+1
* added server ntlmv2 false/auto/true parameter, defaults to off.Luke Leighton1999-05-011-13/+20
* rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau1999-04-272-0/+2
* Rewrite of VFS initialisation routines.Tim Potter1999-04-201-101/+114
* Added dummy connect and disconnect VFS operations to avoid theTim Potter1999-04-201-2/+17
* Changed the way a VFS is initialised. The vfs_init() function isTim Potter1999-04-201-4/+51
* Changed arguments to fsync() function to break dependency onTim Potter1999-04-203-18/+22
* Removed unused vfs_read_data() function at the request of tridge.Tim Potter1999-04-141-49/+0
* Mainly BDC-related changes.Matthew Chapman1999-04-081-1/+5
* Always do a compile before CVS commit! )-:Tim Potter1999-04-081-1/+1
* Forgot about closedir() function for VFS. Hoo embarassing.Tim Potter1999-04-083-2/+12
* Under IRIX, a void function may return a value, even if that value isTim Potter1999-04-051-1/+1
* Fix incorrect conversion of fd_attempt_open() calls to vfs_ops.open().Tim Potter1999-04-051-9/+12
* Use VFS I/O for stat_cache_lookup()Tim Potter1999-04-051-3/+5
* Disable VFS routines if no libdl available.Tim Potter1999-04-052-3/+13