converted smbd to use NTSTATUS by default
[sfrench/samba-autobuild/.git] / source3 / smbd / reply.c
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-08-24 Herb Lewisget rid of compiler warnings
2001-08-24 Andrew Tridgellflush on a invalid fsp should give an error
2001-08-23 Andrew BartlettFix to only send the status32 error for status32 client...
2001-08-22 Andrew BartlettA few changes:
2001-08-22 Jean-François Mico... The DELL powervault 705 is sending a tcon&x with the...
2001-08-20 Andrew Tridgelltwo fixes for NT clients -> share level Samba server
2001-08-17 Andrew Bartlettsmbd/auth_server: Doco, we want to use cli_nt_error...
2001-08-17 Andrew BartlettOne less getpwnam() call...
2001-08-07 Jeremy AllisonAlways return NT_STATUS_DISK_FULL, even for quota errors.
2001-08-07 Jeremy AllisonAdded fixes to return correct error codes on space...
2001-08-03 Jeremy AllisonThe write zero bytes is an allocate, not set EOF.
2001-08-03 Andrew BartlettThis is my 'Authentication Rewrite' version 1.01, mostl...
2001-07-25 Andrew Tridgellwe need to pull passwords in client charset for crypto...
2001-07-21 Andrew BartlettThis patch fixes up a few issues where we would do...
2001-07-11 Jeremy AllisonToomas Soome's fix for joining a domain the old way.
2001-07-08 Andrew BartlettThis removes unused paramaters from various authticatio...
2001-07-06 Andrew Tridgellfixed bug where we looked at the first byte of a passwo...
2001-07-05 Jeremy AllisonFix for rabbit-pellet mode. Chris please test this...
2001-07-05 Andrew Tridgellfixed a bug in the parameters SMBctemp uses in open_fil...
2001-07-05 Andrew Tridgelluse alpha_strcpy on the domain as it comes off the...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-07-04 Andrew Tridgellcheck for bad usernames early in session setup
2001-07-03 Jeremy AllisonFixed incorrect debug parameters for lock_pid.
2001-07-02 Jeremy AllisonFixed the nastiest locking bug to track down.... smb_pi...
2001-06-30 Jeremy AllisonFixed the first locking error (test #8 found by locktes...
2001-06-26 Jeremy AllisonAlways use DOMAIN\user first that this is the more...
2001-06-23 Jeremy AllisonLog debug before and after netbios names copied so...
2001-06-23 Jeremy AllisonAdded other_safe_chars to alpha_strcpy(). Needs testing...
2001-06-23 Jeremy AllisonBetter fix for client name vulnarability.
2001-06-22 Jeremy AllisonAndrew - please look this over. I've fixed a long stand...
2001-06-21 Jeremy AllisonFollowing info from TAKAHASHI Motonobu <monyo@samba...
2001-06-19 Jeremy AllisonExtra debug in open.c, fix for bad debug message in...
2001-06-12 Tim PotterRemoved commented out msdfs code that was being called...
2001-06-09 Jeremy Allison*Wonderful* patch from Andrew Bartlett that will help...
2001-06-05 Jeremy AllisonSet correct reply word in large writeX (greater than...
2001-06-05 Jeremy AllisonDeal with incorrect large writes from old NT4.x clients.
2001-05-25 Andrew Tridgellreturn an error code on password attack, rather than...
2001-05-24 Jeremy AllisonFixup the large_writex problem (a large_writex can...
2001-05-22 Jeremy AllisonDefensive brlock and locking database cleaning code.
2001-05-17 Tim PotterFixes to get pam_auth() functionality working again.
2001-05-07 Gerald CarterPatch from Simo:
2001-05-04 Jean-François Mico... Big cleanup of passdb and backends.
2001-04-28 Andrew Tridgell- fixed some compiler warnings
2001-04-18 Andrew Tridgellmerge from 2.2
2001-04-18 Jeremy AllisonRemoved mktemp from HEAD - same as done in 2.2.
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2001-04-13 Jeremy AllisonAs Andrew suggested, make smbrun return a fd for a...
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-03-16 Andrew Tridgellconverted reply_printqueue
2001-03-16 Andrew Tridgellconverted reply_search
2001-03-13 Andrew Tridgellfixed srvstr_push() call
2001-03-13 Andrew Tridgellconverted a bunch more fns to unicode
2001-03-13 Andrew Tridgellsimpler and more correct srvstr_push()
2001-03-13 Andrew Tridgellconverted reply_tcon()
2001-03-13 Andrew Tridgellconverted a bunch more server functions to unicode
2001-03-13 Andrew Tridgell- convert chkpath
2001-03-13 Andrew Tridgellthis patch does a number of things:
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-03-10 Andrew Tridgellconverted reply_open, reply_open_and_x and reply_fclose
2001-03-10 Andrew Tridgellstarted support for unicode on the wire in smbd. Using...
2001-03-09 Gerald Cartermerge of 'lanman auth' and 'min protocol' from 2.2
2001-02-16 Jeremy Allisonconfigure configure.in smbd/posix_acls.c smbd/dosmode...
2001-02-14 Tim PotterMerge ... i18n fixes from appliance branch. Samba...
2001-02-12 Jeremy AllisonMerge ... JohnR's changes to appliance-head, JF's chang...
2001-01-24 Jeremy Allisonsmbd/process.c: & type with 0xff for paranioa sake...
2001-01-23 Gerald Carteronly add the service name and client machine name to...
2001-01-23 Jeremy Allisoninclude/vfs.h:
2001-01-11 Jeremy Allisonrpc_server/srv_samr.c:
2000-12-12 Jeremy AllisonExtra part of fix that Gerald missed (sorry).
2000-11-21 Jeremy AllisonDon't forget to convert into UNIX character set before...
2000-11-16 Jeremy AllisonOk - fixed a bug in our levelII oplock code. We need...
2000-11-14 Jeremy AllisonMerge from appliance head of JR's changes for driver...
2000-11-13 Gerald CarterLarge commit which restructures the local password...
2000-10-19 Jeremy AllisonOk - this is a big patch - and it may break smbd a...
2000-10-10 Jean-François Mico... a netlogon enum trust query doesn't have a function_cod...
2000-10-06 Jeremy AllisonHerb's warning fixes. Also the POSIX locking fix.
2000-10-06 Jeremy AllisonRestructuring of vfs layer to include a "this" pointer...
2000-10-03 Jeremy Allisonutf-8 and EUC3 patch from Hiroshi Miura Samba User...
2000-09-29 Andrew Tridgellfixed a harmess mixup of bitops and a boolean
2000-09-27 Jeremy AllisonRestructuring of the code to remove dos_ChDir/dos_GetWd...
2000-09-20 Jeremy AllisonFix to allow a timestamp of zero to cause an instantane...
2000-09-12 Andrew Tridgellwe should not lowercase the username we receive in
2000-08-30 Jeremy AllisonAdded vfs_unlink call to ensure vfs is used on unlink...
2000-08-28 Jeremy Allisonsmbd/password.c: Fixed typo in Tim's new code that...
2000-08-01 Jeremy AllisonTidyup removing many of the 0xC0000000 | NT_STATUS_XXX...
2000-07-25 Jeremy AllisonAdded some error checking and returns to the new 'move...
2000-07-25 Jean-François Mico... A rather big change set ! (listed in no particular...
2000-06-09 Jeremy AllisonLuke, I am moving the code back into passdb/passdb...
2000-06-09 Luke Leightonreverted jeremy's changes that removed NET_USER_INFO_3...
2000-06-08 Jeremy Allisoninclude/smb.h: Removed NET_USER_3 struct from user...
2000-06-08 Luke Leightonadded a NET_USER_INFO_3 struct to user_struct.
2000-05-23 Jeremy AllisonDid a proper fix for the file access on IPC$. Denied...
2000-05-23 Jeremy AllisonFixed bug where file access was allowed on IPC$ share.
2000-05-15 Jeremy Allisonpassdb/secrets.c: Fix typo in comment.
2000-05-12 Andrew Tridgelluse "winbind separator" option for domain/user separato...
2000-05-12 Andrew Tridgellfixed a problem with appliance operation
2000-05-10 Andrew Tridgell- changed smb_getpwnam() to use winbind style usernames
2000-05-10 Andrew Tridgellmore merging voodoo
next