index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
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
16
-49
/
+49
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
25
-573
/
+186
*
check for bad usernames early in session setup
Andrew Tridgell
2001-07-04
1
-0
/
+6
*
Ensure we correctly round down to 2 second boundary if dos filetime
Jeremy Allison
2001-07-04
2
-9
/
+46
*
Remove the exit_server() calls that stop nmbd linking.
Jeremy Allison
2001-07-03
1
-3
/
+5
*
Fixed incorrect debug parameters for lock_pid.
Jeremy Allison
2001-07-03
1
-2
/
+2
*
Very minor cleanup. I was looking for another problem and found some bits
Christopher R. Hertel
2001-07-02
1
-2
/
+2
*
Fixed the nastiest locking bug to track down.... smb_pids are sent in the
Jeremy Allison
2001-07-02
3
-16
/
+36
*
- fix bug in reply_nt- fix bug in reply_nt1
Simo Sorce
2001-07-01
1
-4
/
+4
*
Fixed the first locking error (test #8 found by locktest code from
Jeremy Allison
2001-06-30
2
-11
/
+11
*
Ensured all the system calls in msdfs.c go through the vfs layer.
Jeremy Allison
2001-06-29
3
-126
/
+145
*
Win9x weirdness. When setting the named pipe handle state on a Unicode
Tim Potter
2001-06-29
1
-2
/
+10
*
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
[prev]
[next]