summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-16/+16
* The big character set handling changeover!Andrew Tridgell2001-07-041-60/+39
* check for bad usernames early in session setupAndrew Tridgell2001-07-041-0/+6
* Fixed incorrect debug parameters for lock_pid.Jeremy Allison2001-07-031-2/+2
* Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison2001-07-021-11/+27
* Fixed the first locking error (test #8 found by locktest code fromJeremy Allison2001-06-301-10/+10
* Always use DOMAIN\user first that this is the more specific case.Jeremy Allison2001-06-261-12/+17
* Log debug before and after netbios names copied so we know if they've beenJeremy Allison2001-06-231-0/+3
* Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison2001-06-231-2/+2
* Better fix for client name vulnarability.Jeremy Allison2001-06-231-0/+2
* Andrew - please look this over. I've fixed a long standing (maybe 4-5Jeremy Allison2001-06-221-1/+17
* Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,Jeremy Allison2001-06-211-5/+5
* Extra debug in open.c, fix for bad debug message in reply.cJeremy Allison2001-06-191-1/+1
* Removed commented out msdfs code that was being called anyway.Tim Potter2001-06-121-2/+0
* *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-091-4/+8
* Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison2001-06-051-2/+5
* Deal with incorrect large writes from old NT4.x clients.Jeremy Allison2001-06-051-1/+5
* return an error code on password attack, rather than exiting.Andrew Tridgell2001-05-251-4/+7
* Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison2001-05-241-2/+3
* Defensive brlock and locking database cleaning code.Jeremy Allison2001-05-221-42/+40
* Fixes to get pam_auth() functionality working again.Tim Potter2001-05-171-1/+1
* Patch from Simo:Gerald Carter2001-05-071-5/+5
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-041-3/+11
* - fixed some compiler warningsAndrew Tridgell2001-04-281-2/+2
* merge from 2.2Andrew Tridgell2001-04-181-1/+6
* Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison2001-04-181-7/+16
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-2/+2
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-131-2/+2
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-1/+1
* converted reply_printqueueAndrew Tridgell2001-03-161-3/+3
* converted reply_searchAndrew Tridgell2001-03-161-7/+9
* fixed srvstr_push() callAndrew Tridgell2001-03-131-1/+1
* converted a bunch more fns to unicodeAndrew Tridgell2001-03-131-14/+12
* simpler and more correct srvstr_push()Andrew Tridgell2001-03-131-6/+6
* converted reply_tcon()Andrew Tridgell2001-03-131-40/+22
* converted a bunch more server functions to unicodeAndrew Tridgell2001-03-131-10/+20
* - convert chkpathAndrew Tridgell2001-03-131-4/+5
* this patch does a number of things:Andrew Tridgell2001-03-131-20/+20
* 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