summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-2/+0
* converted reply_open, reply_open_and_x and reply_fcloseAndrew Tridgell2001-03-101-8/+11
* started support for unicode on the wire in smbd. Using a very similarAndrew Tridgell2001-03-101-36/+33
* merge of 'lanman auth' and 'min protocol' from 2.2Gerald Carter2001-03-091-11/+22
* configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...Jeremy Allison2001-02-161-3/+2
* Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter2001-02-141-2/+5
* Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison2001-02-121-5/+5
* smbd/process.c: & type with 0xff for paranioa sake...Jeremy Allison2001-01-241-4/+1
* only add the service name and client machine name to list of users namesGerald Carter2001-01-231-1/+6
* include/vfs.h:Jeremy Allison2001-01-231-3/+3
* rpc_server/srv_samr.c:Jeremy Allison2001-01-111-5/+37
* Extra part of fix that Gerald missed (sorry).Jeremy Allison2000-12-121-1/+1
* Don't forget to convert into UNIX character set before callingJeremy Allison2000-11-211-1/+1
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-161-7/+18
* Merge from appliance head of JR's changes for driver versioning.Jeremy Allison2000-11-141-23/+42
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-7/+11
* Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison2000-10-191-55/+52
* a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau2000-10-101-1/+1
* Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-061-1/+1
* 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