summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-29/+18
2000-07-25Added some error checking and returns to the new 'move' code.Jeremy Allison1-0/+2
2000-07-25A rather big change set ! (listed in no particular order)Jean-François Micouleau1-8/+20
2000-06-09Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison1-3/+1
2000-06-09reverted jeremy's changes that removed NET_USER_INFO_3. will you pleaseLuke Leighton1-1/+3
2000-06-08include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...Jeremy Allison1-3/+1
2000-06-08added a NET_USER_INFO_3 struct to user_struct.Luke Leighton1-1/+4
2000-05-23Did a proper fix for the file access on IPC$. Denied all pipe opens onJeremy Allison1-2/+6
2000-05-23Fixed bug where file access was allowed on IPC$ share.Jeremy Allison1-3/+3
2000-05-15passdb/secrets.c: Fix typo in comment.Jeremy Allison1-5/+0
2000-05-12use "winbind separator" option for domain/user separator characterAndrew Tridgell1-1/+1
2000-05-12fixed a problem with appliance operationAndrew Tridgell1-2/+2
2000-05-10- changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell1-8/+19
2000-05-10more merging voodooAndrew Tridgell1-0/+2
2000-05-10Fix for misunderstanding of fsync added when vfs layerHerb Lewis1-7/+7
2000-05-09- use smb_gwtpwnam() in another couple of placesAndrew Tridgell1-7/+9
2000-05-08added secrets.tdb and changed storage of trust account password to useAndrew Tridgell1-8/+1
2000-05-04a minimal change to get appliance mode to work with winbinddAndrew Tridgell1-3/+3
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