index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
reply.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-16
/
+16
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-60
/
+39
*
check for bad usernames early in session setup
Andrew Tridgell
2001-07-04
1
-0
/
+6
*
Fixed incorrect debug parameters for lock_pid.
Jeremy Allison
2001-07-03
1
-2
/
+2
*
Fixed the nastiest locking bug to track down.... smb_pids are sent in the
Jeremy Allison
2001-07-02
1
-11
/
+27
*
Fixed the first locking error (test #8 found by locktest code from
Jeremy Allison
2001-06-30
1
-10
/
+10
*
Always use DOMAIN\user first that this is the more specific case.
Jeremy Allison
2001-06-26
1
-12
/
+17
*
Log debug before and after netbios names copied so we know if they've been
Jeremy Allison
2001-06-23
1
-0
/
+3
*
Added other_safe_chars to alpha_strcpy(). Needs testing but is a better
Jeremy Allison
2001-06-23
1
-2
/
+2
*
Better fix for client name vulnarability.
Jeremy Allison
2001-06-23
1
-0
/
+2
*
Andrew - please look this over. I've fixed a long standing (maybe 4-5
Jeremy Allison
2001-06-22
1
-1
/
+17
*
Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,
Jeremy Allison
2001-06-21
1
-5
/
+5
*
Extra debug in open.c, fix for bad debug message in reply.c
Jeremy Allison
2001-06-19
1
-1
/
+1
*
Removed commented out msdfs code that was being called anyway.
Tim Potter
2001-06-12
1
-2
/
+0
*
*Wonderful* patch from Andrew Bartlett that will help ensure tdb's are
Jeremy Allison
2001-06-09
1
-4
/
+8
*
Set correct reply word in large writeX (greater than 64k) replies.
Jeremy Allison
2001-06-05
1
-2
/
+5
*
Deal with incorrect large writes from old NT4.x clients.
Jeremy Allison
2001-06-05
1
-1
/
+5
*
return an error code on password attack, rather than exiting.
Andrew Tridgell
2001-05-25
1
-4
/
+7
*
Fixup the large_writex problem (a large_writex can send a full 64k of data,
Jeremy Allison
2001-05-24
1
-2
/
+3
*
Defensive brlock and locking database cleaning code.
Jeremy Allison
2001-05-22
1
-42
/
+40
*
Fixes to get pam_auth() functionality working again.
Tim Potter
2001-05-17
1
-1
/
+1
*
Patch from Simo:
Gerald Carter
2001-05-07
1
-5
/
+5
*
Big cleanup of passdb and backends.
Jean-François Micouleau
2001-05-04
1
-3
/
+11
*
- fixed some compiler warnings
Andrew Tridgell
2001-04-28
1
-2
/
+2
*
merge from 2.2
Andrew Tridgell
2001-04-18
1
-1
/
+6
*
Removed mktemp from HEAD - same as done in 2.2.
Jeremy Allison
2001-04-18
1
-7
/
+16
*
Merge of Andrew's changes in 2.2.
Jeremy Allison
2001-04-13
1
-2
/
+2
*
As Andrew suggested, make smbrun return a fd for a deleted file which can then
Jeremy Allison
2001-04-13
1
-2
/
+2
*
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
2001-04-08
1
-1
/
+1
*
converted reply_printqueue
Andrew Tridgell
2001-03-16
1
-3
/
+3
*
converted reply_search
Andrew Tridgell
2001-03-16
1
-7
/
+9
*
fixed srvstr_push() call
Andrew Tridgell
2001-03-13
1
-1
/
+1
*
converted a bunch more fns to unicode
Andrew Tridgell
2001-03-13
1
-14
/
+12
*
simpler and more correct srvstr_push()
Andrew Tridgell
2001-03-13
1
-6
/
+6
*
converted reply_tcon()
Andrew Tridgell
2001-03-13
1
-40
/
+22
*
converted a bunch more server functions to unicode
Andrew Tridgell
2001-03-13
1
-10
/
+20
*
- convert chkpath
Andrew Tridgell
2001-03-13
1
-4
/
+5
*
this patch does a number of things:
Andrew Tridgell
2001-03-13
1
-20
/
+20
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-2
/
+0
*
converted reply_open, reply_open_and_x and reply_fclose
Andrew Tridgell
2001-03-10
1
-8
/
+11
*
started support for unicode on the wire in smbd. Using a very similar
Andrew Tridgell
2001-03-10
1
-36
/
+33
*
merge of 'lanman auth' and 'min protocol' from 2.2
Gerald Carter
2001-03-09
1
-11
/
+22
*
configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...
Jeremy Allison
2001-02-16
1
-3
/
+2
*
Merge of i18n fixes from appliance branch. Samba can now talk to a network
Tim Potter
2001-02-14
1
-2
/
+5
*
Merge of JohnR's changes to appliance-head, JF's changes to 2.2,
Jeremy Allison
2001-02-12
1
-5
/
+5
*
smbd/process.c: & type with 0xff for paranioa sake...
Jeremy Allison
2001-01-24
1
-4
/
+1
*
only add the service name and client machine name to list of users names
Gerald Carter
2001-01-23
1
-1
/
+6
*
include/vfs.h:
Jeremy Allison
2001-01-23
1
-3
/
+3
*
rpc_server/srv_samr.c:
Jeremy Allison
2001-01-11
1
-5
/
+37
*
Extra part of fix that Gerald missed (sorry).
Jeremy Allison
2000-12-12
1
-1
/
+1
[next]