summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-718/+1111
* changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton1999-12-121-1/+1
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-35/+3
* the first independent msrpc daemon - lsarpcd.Luke Leighton1999-12-061-2/+3
* domain_client_validate() no longer takes serverlist, it callsLuke Leighton1999-12-021-10/+1
* need a domain resolving function, but get_trusted_serverlist() will do.Luke Leighton1999-12-021-30/+6
* implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton1999-11-211-1/+1
* hmmm... have to add client-side support in domain_client_validate() toLuke Leighton1999-11-211-4/+6
* modified domain_client_validate to take trust account name / type. thisLuke Leighton1999-11-201-5/+56
* - added DCE/RPC "fault" PDU support.Luke Leighton1999-11-151-0/+4
* comments requested by jeremy as to why NT/95 NULL-password distinction hackLuke Leighton1999-07-211-1/+6
* 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-151-25/+75
* 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-121-0/+10
* reporting failure to accept ntlmv2 (only) with down-level protocols (LANMAN1Luke Leighton1999-07-061-3/+13
* improving authentication code (tidyup).Luke Leighton1999-06-291-3/+5
* 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-131-1/+1
* Changed arguments to fsync() function to break dependency onTim Potter1999-04-201-13/+17
* Fixed up incorrect calls to read_file().Tim Potter1999-04-041-2/+2
* Use VFS operations for file I/O.Tim Potter1999-04-041-73/+80
* SAM database "set user info".Luke Leighton1999-03-251-3/+4
* trying to track down issues in get_home_dir().Luke Leighton1998-12-141-1/+5
* check server role before doing nt user to unix user mappingLuke Leighton1998-12-011-12/+15
* andrej spotted that entries _not_ in domain map user were being refused.Luke Leighton1998-12-011-10/+6
* hm. removed the "if failed to map nt name to unix name, fail tcon call"Luke Leighton1998-12-011-8/+2
* attempting to fix "domain user map" up, but it's a bit complicated.Luke Leighton1998-11-301-34/+56
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-14/+14
* Fixed NT modify timestamp issue.Jeremy Allison1998-11-171-0/+11
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-1/+3
* O_EXCL fixes for printing files & oplocks.Jeremy Allison1998-11-161-1/+1
* change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macrosAndrew Tridgell1998-11-151-1/+1
* include/local.h:Jeremy Allison1998-11-101-6/+13
* Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...Jeremy Allison1998-11-031-44/+86
* Fix from thwartedefforts@wonky.org (slightly modified) toJeremy Allison1998-10-281-1/+1
* Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1998-10-231-1/+1
* include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1998-10-231-16/+22
* - dce/rpc codeLuke Leighton1998-10-191-1/+1
* Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1998-10-181-15/+52
* check for lp_nt_pipe_support() in open callsAndrew Tridgell1998-10-181-1/+1
* made pass_check_smb() available for dce/rpc use.Luke Leighton1998-10-161-2/+2
* dce/rpcLuke Leighton1998-10-071-0/+4
* implemented unix semantics for rename in smbwrapperAndrew Tridgell1998-10-061-1/+1
* Fixed the problem with reply_getatr() being passed a "" name in reply_getatr,Jeremy Allison1998-09-261-8/+10
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-1/+1
* look at the CAP_NT_SMBS bit in the client capabilities to determine ifAndrew Tridgell1998-09-231-3/+5
* 3 changes:Andrew Tridgell1998-09-201-2/+4
* Fixed problems with premature kernel oplock checkin code.Jeremy Allison1998-09-181-1/+1
* fixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T)Andrew Tridgell1998-09-181-1/+1