summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed up incorrect calls to read_file().Tim Potter1999-04-041-2/+2
* Use VFS operations for file I/O.Tim Potter1999-04-041-8/+7
* Use VFS operations for file I/O.Tim Potter1999-04-041-3/+2
* Wrote VFS initialisation routines.Tim Potter1999-04-041-0/+407
* Wrapped up all VFS disk I/O functions for portability. I rememberTim Potter1999-04-041-0/+180
* Use VFS operations for file I/O.Tim Potter1999-04-047-110/+126
* Call VFS initialisation, share connect and share disconnect functions.Tim Potter1999-04-041-1/+35
* Use VFS operations for file I/O.Tim Potter1999-04-041-22/+32
* Use VFS operations for file I/O.Tim Potter1999-04-041-5/+5
* Use VFS operations for file I/O.Tim Potter1999-04-041-3/+3
* Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell1999-04-013-1/+16
* SAM database "set user info".Luke Leighton1999-03-254-41/+66
* going to start adding inter-domain trust logons soon.Luke Leighton1999-03-191-123/+130
* Beau Kuiper: provided patch so that passwords could only be changed byLuke Leighton1999-03-191-0/+8
* cli_setup_creds new arguments added.Luke Leighton1999-03-121-1/+3
* Return either STATUS_BUFFER_OVERFLOW or ERRDOS/ERRmoredata depending onMatthew Chapman1999-02-241-7/+10
* Win9x user level security.Matthew Chapman1999-02-241-0/+4
* Always null-terminate strings.Matthew Chapman1999-02-151-3/+3
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-122-9/+8
* UNICODE issues.Luke Leighton1999-02-111-1/+1
* use jeremy's versions of the UNICODE routines.Luke Leighton1999-02-101-1/+1
* when multiple independent large rpc calls come in on the same pipe,Luke Leighton1999-02-091-1/+2
* UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1999-02-081-1/+1
* reload_services needs to be called prior to init_files but afterLuke Leighton1999-02-081-4/+4