summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-98/+358
* utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-031-2/+1
* fixed a harmess mixup of bitops and a booleanAndrew Tridgell2000-09-291-1/+1
* Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2000-09-271-1/+1
* Fix to allow a timestamp of zero to cause an instantaneous changenotifyJeremy Allison2000-09-201-1/+10
* we should not lowercase the username we receive inAndrew Tridgell2000-09-121-2/+0
* Added vfs_unlink call to ensure vfs is used on unlink from client.Jeremy Allison2000-08-301-1/+1
* smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error.Jeremy Allison2000-08-281-2/+2
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-29/+18
* Added some error checking and returns to the new 'move' code.Jeremy Allison2000-07-251-0/+2
* A rather big change set ! (listed in no particular order)Jean-François Micouleau2000-07-251-8/+20
* Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison2000-06-091-3/+1
* reverted jeremy's changes that removed NET_USER_INFO_3. will you pleaseLuke Leighton2000-06-091-1/+3
* include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...Jeremy Allison2000-06-081-3/+1
* added a NET_USER_INFO_3 struct to user_struct.Luke Leighton2000-06-081-1/+4
* Did a proper fix for the file access on IPC$. Denied all pipe opens onJeremy Allison2000-05-231-2/+6
* Fixed bug where file access was allowed on IPC$ share.Jeremy Allison2000-05-231-3/+3
* passdb/secrets.c: Fix typo in comment.Jeremy Allison2000-05-151-5/+0
* 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