summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
2001-02-16configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...Jeremy Allison1-3/+2
2001-02-14Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter1-2/+5
2001-02-12Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison1-5/+5
2001-01-24smbd/process.c: & type with 0xff for paranioa sake...Jeremy Allison1-4/+1
2001-01-23only add the service name and client machine name to list of users namesGerald Carter1-1/+6
2001-01-23include/vfs.h:Jeremy Allison1-3/+3
2001-01-11rpc_server/srv_samr.c:Jeremy Allison1-5/+37
2000-12-12Extra part of fix that Gerald missed (sorry).Jeremy Allison1-1/+1
2000-11-21Don't forget to convert into UNIX character set before callingJeremy Allison1-1/+1
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison1-7/+18
2000-11-14Merge from appliance head of JR's changes for driver versioning.Jeremy Allison1-23/+42
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-7/+11
2000-10-19Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison1-55/+52
2000-10-10a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau1-1/+1
2000-10-06Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison1-1/+1
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-98/+358
2000-10-03utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison1-2/+1
2000-09-29fixed a harmess mixup of bitops and a booleanAndrew Tridgell1-1/+1
2000-09-27Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison1-1/+1
2000-09-20Fix to allow a timestamp of zero to cause an instantaneous changenotifyJeremy Allison1-1/+10
2000-09-12we should not lowercase the username we receive inAndrew Tridgell1-2/+0
2000-08-30Added vfs_unlink call to ensure vfs is used on unlink from client.Jeremy Allison1-1/+1
2000-08-28smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error.Jeremy Allison1-2/+2
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