summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-30fixed dptr_wcard handling (need to use strdup)Andrew Tridgell1-1/+1
2000-04-30removed more cruft from our old wildcard matching codeAndrew Tridgell1-37/+0
2000-04-30fixed our smbsearch code. We now store the mask with the dptr, thisAndrew Tridgell1-22/+8
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell1-9/+6
2000-04-27Fixed range check on writeX.Jeremy Allison1-1/+4
2000-04-27Tidyup of smbecho.Jeremy Allison1-2/+4
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-2/+0
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-1/+1
2000-04-22fixed overlapping strcpy() found by insureAndrew Tridgell1-9/+6
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-50/+14
2000-04-16the changes to the main smb codeAndrew Tridgell1-6/+6
2000-04-12Implmented mapping of lock offset/count from 64 bit MS rangesJeremy Allison1-1/+1
2000-04-11include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison1-105/+53
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-13/+12
2000-04-10the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell1-103/+28
2000-03-29More Japanese filename fixes wrt VFS code fromTim Potter1-6/+9
2000-03-13include/smb.h:Jeremy Allison1-5/+5
2000-03-08dded Microsoft Dfs services.Shirish Kalele1-1/+34
2000-02-03Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter1-19/+22
2000-02-03Mega-VFS merge. Yeah baby!Tim Potter1-58/+62
2000-01-26Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison1-1/+1
2000-01-14Added "inherit permissions" patch.Jeremy Allison1-7/+12
2000-01-13changes to reflect the new syntax of the locking calls.Andrew Tridgell1-15/+14
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