summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-23Log debug before and after netbios names copied so we know if they've beenJeremy Allison1-0/+3
2001-06-23Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison1-2/+2
2001-06-23Better fix for client name vulnarability.Jeremy Allison1-0/+2
2001-06-22Andrew - please look this over. I've fixed a long standing (maybe 4-5Jeremy Allison1-1/+17
2001-06-21Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,Jeremy Allison1-5/+5
2001-06-19Extra debug in open.c, fix for bad debug message in reply.cJeremy Allison1-1/+1
2001-06-12Removed commented out msdfs code that was being called anyway.Tim Potter1-2/+0
2001-06-09*Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison1-4/+8
2001-06-05Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison1-2/+5
2001-06-05Deal with incorrect large writes from old NT4.x clients.Jeremy Allison1-1/+5
2001-05-25return an error code on password attack, rather than exiting.Andrew Tridgell1-4/+7
2001-05-24Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison1-2/+3
2001-05-22Defensive brlock and locking database cleaning code.Jeremy Allison1-42/+40
2001-05-17Fixes to get pam_auth() functionality working again.Tim Potter1-1/+1
2001-05-07Patch from Simo:Gerald Carter1-5/+5
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-3/+11
2001-04-28- fixed some compiler warningsAndrew Tridgell1-2/+2
2001-04-18merge from 2.2Andrew Tridgell1-1/+6
2001-04-18Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison1-7/+16
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-2/+2
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison1-2/+2
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-1/+1
2001-03-16converted reply_printqueueAndrew Tridgell1-3/+3
2001-03-16converted reply_searchAndrew Tridgell1-7/+9
2001-03-13fixed srvstr_push() callAndrew Tridgell1-1/+1
2001-03-13converted a bunch more fns to unicodeAndrew Tridgell1-14/+12
2001-03-13simpler and more correct srvstr_push()Andrew Tridgell1-6/+6
2001-03-13converted reply_tcon()Andrew Tridgell1-40/+22
2001-03-13converted a bunch more server functions to unicodeAndrew Tridgell1-10/+20
2001-03-13- convert chkpathAndrew Tridgell1-4/+5
2001-03-13this patch does a number of things:Andrew Tridgell1-20/+20
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-2/+0
2001-03-10converted reply_open, reply_open_and_x and reply_fcloseAndrew Tridgell1-8/+11
2001-03-10started support for unicode on the wire in smbd. Using a very similarAndrew Tridgell1-36/+33
2001-03-09merge of 'lanman auth' and 'min protocol' from 2.2Gerald Carter1-11/+22
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