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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Whoops - missed some tdb message registrations from a previous merge.
Tim Potter
2003-04-14
1
-0
/
+5
*
|
Merge of doxygen updates from HEAD.
Tim Potter
2003-04-14
1
-14
/
+14
*
|
Merge removal of some unused functions. Commit mistakenly included with
Tim Potter
2003-04-14
1
-44
/
+0
*
|
workaround streams leak on SCO openserver 5.0.x
Gerald Carter
2003-04-11
1
-0
/
+4
*
|
const cleanup.
Jeremy Allison
2003-04-07
1
-1
/
+1
*
|
BUGS.txt -> Bugs appendix in HOWTO Collection
Jelmer Vernooij
2003-04-07
1
-1
/
+1
*
|
Export lazy_initialize_conv so that it can be called from
Martin Pool
2003-04-04
1
-1
/
+5
*
|
check_dos_char: Change this to use a lazily-initialized lookup table
Martin Pool
2003-04-04
1
-3
/
+49
*
|
lazy_initialize_conv: Remove redundant call to init_valid_table,
Martin Pool
2003-04-04
1
-4
/
+6
*
|
check_dos_char: Export this function so that it can be tested in
Martin Pool
2003-04-04
1
-1
/
+1
*
|
Don't set zero length for the base64 decoded string (fixes swat auth).
Andrew Bartlett
2003-04-02
1
-2
/
+2
*
|
fix CIDR hosts allow/deny notation
Gerald Carter
2003-03-28
1
-1
/
+1
*
|
(merge from HEAD)
Andrew Bartlett
2003-03-24
1
-2
/
+22
*
|
(merge from HEAD) Valgrind found some memory leaks!
Andrew Bartlett
2003-03-22
1
-0
/
+4
*
|
(merge from HEAD)
Andrew Bartlett
2003-03-22
2
-7
/
+9
*
|
Patch from Samuel Thibault to convert messages from dos to unix charset
Jelmer Vernooij
2003-03-20
1
-1
/
+1
*
|
lib/messages.c: Check return from chainlock before modifying message queue.
Jeremy Allison
2003-03-20
1
-1
/
+3
*
|
use strnlen to prevent coredumps
Jim McDonough
2003-03-19
1
-3
/
+3
*
|
Merge mbp's HEAD changes.
Jeremy Allison
2003-03-18
1
-33
/
+71
*
|
Add const.
Andrew Bartlett
2003-03-18
1
-2
/
+2
*
|
Add an extra parameter to our 'set_remote_machine_name' and
Andrew Bartlett
2003-03-18
1
-2
/
+29
*
|
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
2003-03-18
1
-0
/
+60
|
\
|
|
*
Split "clobber" function and variables into its own file before it
Martin Pool
2003-03-18
2
-39
/
+60
|
*
Update comment: Valgrind 1.9.4 seems to always respect client
Martin Pool
2003-03-18
1
-1
/
+1
|
*
global_globber_region_function/line ought to be recorded before
Martin Pool
2003-03-18
1
-3
/
+15
|
*
- Make ReadDirName return a const char*.
Andrew Bartlett
2003-03-16
1
-1
/
+1
|
*
Remove an unused function and fix the build.
Andrew Bartlett
2003-03-15
1
-36
/
+0
|
*
String handling parinoia fixes.
Andrew Bartlett
2003-03-15
3
-112
/
+59
|
*
fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...
Gerald Carter
2003-03-14
1
-0
/
+16
|
*
adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...
Gerald Carter
2003-03-12
1
-0
/
+3
|
*
Add const
Andrew Bartlett
2003-03-12
1
-2
/
+2
|
*
This patch attemptes to clean up winbindd's mutex locking.
Andrew Bartlett
2003-03-11
1
-4
/
+2
|
*
Remove valgrind_strlen function, hopefully no longer needed with
Martin Pool
2003-03-11
1
-9
/
+0
|
*
Clobber strings with 0xf1f1f1f1 before writing to them to check buffer
Martin Pool
2003-03-10
1
-8
/
+33
|
*
This is C, not C++
Andrew Bartlett
2003-03-08
1
-4
/
+4
|
*
Make sure that the 'remote' machine name can only be set once. For some weird
Andrew Bartlett
2003-03-08
1
-2
/
+29
|
*
Some progress towards gums and tdbsam2
Simo Sorce
2003-03-07
1
-0
/
+18
|
*
dlsym takes a const char *.
Jeremy Allison
2003-03-03
1
-1
/
+1
|
*
Doxygen janitor: add note that strequal is in fact case-insensitive.
Martin Pool
2003-02-28
1
-6
/
+8
|
*
Doxygen janitor
Martin Pool
2003-02-28
2
-8
/
+8
|
*
Doxygen janitor: fix parameter names, grammar, tag names.
Martin Pool
2003-02-28
1
-14
/
+14
|
*
Add a comment about the meaning of samba's internal character set and
Martin Pool
2003-02-28
1
-0
/
+24
|
*
additional fix for CR 601
Gerald Carter
2003-02-27
1
-0
/
+3
|
*
Doxygen janitor
Martin Pool
2003-02-27
1
-5
/
+6
|
*
- Rename 'modules = ' to 'preload modules = '
Jelmer Vernooij
2003-02-27
1
-3
/
+32
|
*
init_valid_table: Fix a memory leak that would lose the
Martin Pool
2003-02-26
1
-8
/
+15
|
*
Move off-by-one buggy malloc()/safe_strcpy() combination to strdup() instead.
Andrew Bartlett
2003-02-24
1
-3
/
+1
|
*
Merge documentation from 3_0.
Martin Pool
2003-02-24
1
-6
/
+13
|
*
Add const
Andrew Bartlett
2003-02-24
1
-4
/
+4
|
*
Fix 2 off-by-one bugs in the use of malloc()ed strings and safe_strcpy().
Andrew Bartlett
2003-02-24
1
-2
/
+4
[prev]
[next]