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