summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* use "winbind separator" option for domain/user separator characterAndrew Tridgell2000-05-121-1/+1
* fixed a problem with appliance operationAndrew Tridgell2000-05-121-2/+2
* - changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell2000-05-101-8/+19
* more merging voodooAndrew Tridgell2000-05-101-0/+2
* Fix for misunderstanding of fsync added when vfs layerHerb Lewis2000-05-101-7/+7
* - use smb_gwtpwnam() in another couple of placesAndrew Tridgell2000-05-091-7/+9
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-081-8/+1
* a minimal change to get appliance mode to work with winbinddAndrew Tridgell2000-05-041-3/+3
* fixed dptr_wcard handling (need to use strdup)Andrew Tridgell2000-04-301-1/+1
* removed more cruft from our old wildcard matching codeAndrew Tridgell2000-04-301-37/+0
* fixed our smbsearch code. We now store the mask with the dptr, thisAndrew Tridgell2000-04-301-22/+8
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-9/+6
* Fixed range check on writeX.Jeremy Allison2000-04-271-1/+4
* Tidyup of smbecho.Jeremy Allison2000-04-271-2/+4
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-2/+0
* Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-241-1/+1
* fixed overlapping strcpy() found by insureAndrew Tridgell2000-04-221-9/+6
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-50/+14
* the changes to the main smb codeAndrew Tridgell2000-04-161-6/+6
* Implmented mapping of lock offset/count from 64 bit MS rangesJeremy Allison2000-04-121-1/+1
* include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison2000-04-111-105/+53
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-13/+12
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-101-103/+28
* More Japanese filename fixes wrt VFS code fromTim Potter2000-03-291-6/+9
* include/smb.h:Jeremy Allison2000-03-131-5/+5
* dded Microsoft Dfs services.Shirish Kalele2000-03-081-1/+34
* Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter2000-02-031-19/+22
* Mega-VFS merge. Yeah baby!Tim Potter2000-02-031-58/+62
* Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-261-1/+1
* Added "inherit permissions" patch.Jeremy Allison2000-01-141-7/+12
* changes to reflect the new syntax of the locking calls.Andrew Tridgell2000-01-131-15/+14
* first cut at using the tdb code for the connections structure, theAndrew Tridgell1999-12-211-1/+1
* 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