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
/
source
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Always use DOMAIN\user first that this is the more specific case.
Jeremy Allison
2001-06-26
1
-12
/
+17
*
Remove warning about trapdoor systems for non-root mode.
Andrew Bartlett
2001-06-26
1
-0
/
+4
*
Fixed stupid typo that would stop trusted domains working.
Jeremy Allison
2001-06-25
1
-4
/
+3
*
fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...
Andrew Tridgell
2001-06-25
5
-16
/
+16
*
- make the regresison test mode code build in by default. This should
Andrew Tridgell
2001-06-25
1
-11
/
+1
*
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
2
-4
/
+4
*
Better fix for client name vulnarability.
Jeremy Allison
2001-06-23
1
-0
/
+2
*
Fixed logic bug in timeout processing spotted by Ying Chen <ying@almaden.ibm....
Jeremy Allison
2001-06-22
1
-1
/
+1
*
added the ability to test smbd safely as an ordinary user. The way it works is
Andrew Tridgell
2001-06-22
1
-0
/
+2
*
Andrew - please look this over. I've fixed a long standing (maybe 4-5
Jeremy Allison
2001-06-22
2
-137
/
+164
*
next_token() was supposed to be a reentrant replacement for strtok(),
Andrew Tridgell
2001-06-21
1
-3
/
+6
*
Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does
Andrew Tridgell
2001-06-21
2
-26
/
+30
*
Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,
Jeremy Allison
2001-06-21
2
-8
/
+7
*
Fixed W2K SP2 joining a Samba PDC hosted domain.
Jeremy Allison
2001-06-20
1
-1
/
+1
*
added a close-share smbcontrol message that forcibly closes a share in smbd (...
Andrew Tridgell
2001-06-20
3
-0
/
+41
*
Extra debug in open.c, fix for bad debug message in reply.c
Jeremy Allison
2001-06-19
2
-3
/
+3
*
Set support for info levels...
Jeremy Allison
2001-06-19
1
-20
/
+14
*
Best-effort so far implementation of new W2K info levels.
Jeremy Allison
2001-06-18
1
-0
/
+148
*
Be sure to not use strlen with NULL pointer.
Simo Sorce
2001-06-15
1
-1
/
+2
*
Fixed some return code checks for cli_initialise() from False to NULL.
Tim Potter
2001-06-14
1
-1
/
+1
*
Removed commented out msdfs code that was being called anyway.
Tim Potter
2001-06-12
1
-2
/
+0
*
lib/util_getent.c: removed debug code.
Jeremy Allison
2001-06-12
1
-4
/
+49
*
*Wonderful* patch from Andrew Bartlett that will help ensure tdb's are
Jeremy Allison
2001-06-09
10
-36
/
+70
*
Log tdb failures.
Jeremy Allison
2001-06-08
1
-2
/
+6
*
Extra stuff for large readwrite support.
Jeremy Allison
2001-06-08
1
-1
/
+2
*
Correctly make max pathlength 255.
Jeremy Allison
2001-06-08
1
-1
/
+1
*
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
*
use LDSHFLAGS not -shared in several places
Andrew Tridgell
2001-06-04
1
-1
/
+1
*
Added *.po to .cvsignore files.
Tim Potter
2001-06-01
1
-0
/
+1
*
Fix debug statement so it doesn't use lp_workgroup() either.
Jeremy Allison
2001-05-31
1
-1
/
+1
*
use the new tdb_open_log() fn on connections database
Andrew Tridgell
2001-05-30
1
-1
/
+1
*
i18n fix for domain_client_validate()
Tim Potter
2001-05-25
1
-1
/
+1
*
return an error code on password attack, rather than exiting.
Andrew Tridgell
2001-05-25
1
-4
/
+7
*
Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.
Jeremy Allison
2001-05-25
2
-11
/
+9
*
Fixup the large_writex problem (a large_writex can send a full 64k of data,
Jeremy Allison
2001-05-24
3
-7
/
+8
*
Added tdb_errstr() messages so we can see if these functions fail.
Jeremy Allison
2001-05-23
1
-3
/
+10
*
This is *very* cool. I'm pretty convinced we can just set the
Jeremy Allison
2001-05-23
1
-0
/
+1
*
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
2
-11
/
+12
*
groupdb/mapping.c: Fix gcc compiler warning.
Jeremy Allison
2001-05-17
1
-20
/
+28
*
Check sizes of data entries in connections.tdb before deciding they're crecs...
Jeremy Allison
2001-05-15
1
-0
/
+3
*
make the max_connections code less horrendously inefficient
Andrew Tridgell
2001-05-15
1
-23
/
+9
*
tdb_traverse returns number of records, not zero, on success.
Jeremy Allison
2001-05-14
1
-2
/
+14
*
Implemented max connections in a similar way to 2.0.x (scan of connection db).
Jeremy Allison
2001-05-14
1
-5
/
+83
*
statcache initialisation fix
Andrew Tridgell
2001-05-12
1
-5
/
+5
*
Now we're doing the substituion in the lp_string code remove the erroneous
Jeremy Allison
2001-05-12
1
-5
/
+0
*
Fixed nasty little bug found by Gerald where we were corrupting the mode
Jeremy Allison
2001-05-10
1
-2
/
+15
*
Made "security XXX" masks apply to ACL set. By default they have no effect.
Jeremy Allison
2001-05-10
1
-29
/
+19
[next]