index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2001-06-27
Syncup between 2.2 and HEAD.
Jeremy Allison
1
-17
/
+16
2001-06-27
on sco2 socketpair_tcp needs a bind
Andrew Tridgell
1
-0
/
+9
2001-06-27
handle EISCONN in socketpair_tcp
Andrew Tridgell
1
-1
/
+2
2001-06-25
Ensure numeric group or user names don't get misinterpreted.
Jeremy Allison
1
-4
/
+8
2001-06-25
make sure we have BOOL in autoconf usage of util_sec.c
Andrew Tridgell
1
-0
/
+1
2001-06-25
- make the regresison test mode code build in by default. This should
Andrew Tridgell
2
-30
/
+53
2001-06-23
fix compiler warnings
Simo Sorce
1
-3
/
+0
2001-06-23
Added other_safe_chars to alpha_strcpy(). Needs testing but is a better
Jeremy Allison
2
-6
/
+14
2001-06-22
Fix for race condition found by Herb where we can end up with a NULL dbf.
Jeremy Allison
1
-8
/
+0
2001-06-22
added the ability to test smbd safely as an ordinary user. The way it works is
Andrew Tridgell
2
-0
/
+85
2001-06-22
Spelling fix.
Tim Potter
1
-1
/
+1
2001-06-22
the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have n...
Andrew Tridgell
1
-7
/
+1
2001-06-21
next_token() was supposed to be a reentrant replacement for strtok(),
Andrew Tridgell
4
-210
/
+75
2001-06-20
initial support for paramter type P_LIST
Simo Sorce
1
-43
/
+23
2001-06-18
Added patches to remove Linux specific XFS ACLs. These are now handled by the
Jeremy Allison
1
-219
/
+0
2001-06-18
Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitive
Tim Potter
2
-69
/
+8
2001-06-12
Fix from TAKAHASHI Motonobu <monyo@samba.gr.jp> for multibyte conversion
Jeremy Allison
1
-30
/
+16
2001-06-12
lib/util_getent.c: removed debug code.
Jeremy Allison
1
-5
/
+2
2001-06-11
Found & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........
Jeremy Allison
1
-16
/
+47
2001-06-09
Fixed typo in Solaris and UnixWare ACLs.
Jeremy Allison
1
-1
/
+1
2001-06-09
*Wonderful* patch from Andrew Bartlett that will help ensure tdb's are
Jeremy Allison
1
-45
/
+19
2001-06-08
Herb's IRIX fix for deleting default ACLs.
Jeremy Allison
1
-0
/
+5
2001-06-08
AIX has no default acls.
Jeremy Allison
1
-0
/
+6
2001-06-08
Added sys_acl_delete_def_file for UnixWare and Solaris from
Jeremy Allison
1
-19
/
+56
2001-06-08
Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix.
Jeremy Allison
1
-7
/
+19
2001-06-06
Changes to use new genrand code that got missed while I was in Japan.
Jeremy Allison
1
-21
/
+0
2001-06-04
use LDSHFLAGS not -shared in several places
Andrew Tridgell
1
-1
/
+1
2001-06-01
If a debug class was explicitly set to zero the debug system would not
Tim Potter
1
-14
/
+36
2001-05-31
Rename bzero -> memset.
Jeremy Allison
1
-55
/
+81
2001-05-29
Fixed compiler warning.
Tim Potter
1
-2
/
+2
2001-05-29
4 new functions to retrieve single linked list of group and passwd entries
Simo Sorce
1
-0
/
+185
2001-05-24
Fixup the large_writex problem (a large_writex can send a full 64k of data,
Jeremy Allison
1
-24
/
+27
2001-05-24
Fix for random stream generator.
Jeremy Allison
1
-168
/
+186
2001-05-15
Check sizes of data entries in connections.tdb before deciding they're crecs...
Jeremy Allison
1
-1
/
+5
2001-05-12
string_hash() should be static. hash_clear() should be void.
Jeremy Allison
1
-6
/
+4
2001-05-11
Added talloc_strdup() funcion.
Tim Potter
1
-0
/
+6
2001-05-10
Needs to be >=, not just >.
Jeremy Allison
1
-1
/
+1
2001-05-10
Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow <...
Jeremy Allison
1
-3
/
+5
2001-05-10
Added sid_peek_rid() function to return the rid of a sid. Saves mucking
Tim Potter
1
-0
/
+13
2001-05-10
Bumped up debug level on set socket options from 3 to 5.
Tim Potter
1
-2
/
+2
2001-05-07
Hey what happened to my debug messages? Early exit from reopen_logs()
Tim Potter
1
-0
/
+11
2001-05-07
removed need for scandir in client.c
Andrew Tridgell
1
-1
/
+3
2001-05-07
Preliminary merge of winbind into HEAD. Note that this compiles and links
Tim Potter
1
-21
/
+0
2001-05-07
fix interfaces.c for aix 3.2.5
Andrew Tridgell
1
-2
/
+0
2001-05-07
Some versions of readline don't have rl_completion_func_t. )-:
Tim Potter
1
-2
/
+1
2001-05-07
Fixed compiler warning.
Tim Potter
1
-1
/
+2
2001-05-06
replace modf so we don't need the math library
Andrew Tridgell
1
-4
/
+39
2001-05-03
Merging Gerald's PDC SAM name fix.
Jeremy Allison
1
-13
/
+76
2001-05-02
Had to add a "pam password change" parameter (defaults to "off") and inlined
Jeremy Allison
1
-5
/
+5
2001-04-30
Fixed password entry caching bug pointed out by Elrond.
Jeremy Allison
1
-14
/
+25
[next]