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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
initial support for paramter type P_LIST
Simo Sorce
2001-06-20
1
-43
/
+23
*
Added patches to remove Linux specific XFS ACLs. These are now handled by the
Jeremy Allison
2001-06-18
1
-219
/
+0
*
Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitive
Tim Potter
2001-06-18
2
-69
/
+8
*
Fix from TAKAHASHI Motonobu <monyo@samba.gr.jp> for multibyte conversion
Jeremy Allison
2001-06-12
1
-30
/
+16
*
lib/util_getent.c: removed debug code.
Jeremy Allison
2001-06-12
1
-5
/
+2
*
Found & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........
Jeremy Allison
2001-06-11
1
-16
/
+47
*
Fixed typo in Solaris and UnixWare ACLs.
Jeremy Allison
2001-06-09
1
-1
/
+1
*
*Wonderful* patch from Andrew Bartlett that will help ensure tdb's are
Jeremy Allison
2001-06-09
1
-45
/
+19
*
Herb's IRIX fix for deleting default ACLs.
Jeremy Allison
2001-06-08
1
-0
/
+5
*
AIX has no default acls.
Jeremy Allison
2001-06-08
1
-0
/
+6
*
Added sys_acl_delete_def_file for UnixWare and Solaris from
Jeremy Allison
2001-06-08
1
-19
/
+56
*
Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix.
Jeremy Allison
2001-06-08
1
-7
/
+19
*
Changes to use new genrand code that got missed while I was in Japan.
Jeremy Allison
2001-06-06
1
-21
/
+0
*
use LDSHFLAGS not -shared in several places
Andrew Tridgell
2001-06-04
1
-1
/
+1
*
If a debug class was explicitly set to zero the debug system would not
Tim Potter
2001-06-01
1
-14
/
+36
*
Rename bzero -> memset.
Jeremy Allison
2001-05-31
1
-55
/
+81
*
Fixed compiler warning.
Tim Potter
2001-05-29
1
-2
/
+2
*
4 new functions to retrieve single linked list of group and passwd entries
Simo Sorce
2001-05-29
1
-0
/
+185
*
Fixup the large_writex problem (a large_writex can send a full 64k of data,
Jeremy Allison
2001-05-24
1
-24
/
+27
*
Fix for random stream generator.
Jeremy Allison
2001-05-24
1
-168
/
+186
*
Check sizes of data entries in connections.tdb before deciding they're crecs...
Jeremy Allison
2001-05-15
1
-1
/
+5
*
string_hash() should be static. hash_clear() should be void.
Jeremy Allison
2001-05-12
1
-6
/
+4
*
Added talloc_strdup() funcion.
Tim Potter
2001-05-11
1
-0
/
+6
*
Needs to be >=, not just >.
Jeremy Allison
2001-05-10
1
-1
/
+1
*
Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow <...
Jeremy Allison
2001-05-10
1
-3
/
+5
*
Added sid_peek_rid() function to return the rid of a sid. Saves mucking
Tim Potter
2001-05-10
1
-0
/
+13
*
Bumped up debug level on set socket options from 3 to 5.
Tim Potter
2001-05-10
1
-2
/
+2
*
Hey what happened to my debug messages? Early exit from reopen_logs()
Tim Potter
2001-05-07
1
-0
/
+11
*
removed need for scandir in client.c
Andrew Tridgell
2001-05-07
1
-1
/
+3
*
Preliminary merge of winbind into HEAD. Note that this compiles and links
Tim Potter
2001-05-07
1
-21
/
+0
*
fix interfaces.c for aix 3.2.5
Andrew Tridgell
2001-05-07
1
-2
/
+0
*
Some versions of readline don't have rl_completion_func_t. )-:
Tim Potter
2001-05-07
1
-2
/
+1
*
Fixed compiler warning.
Tim Potter
2001-05-07
1
-1
/
+2
*
replace modf so we don't need the math library
Andrew Tridgell
2001-05-06
1
-4
/
+39
*
Merging Gerald's PDC SAM name fix.
Jeremy Allison
2001-05-03
1
-13
/
+76
*
Had to add a "pam password change" parameter (defaults to "off") and inlined
Jeremy Allison
2001-05-02
1
-5
/
+5
*
Fixed password entry caching bug pointed out by Elrond.
Jeremy Allison
2001-04-30
1
-14
/
+25
*
don't need slprintf.c any more
Andrew Tridgell
2001-04-28
1
-24
/
+0
*
- added test for vasprintf
Andrew Tridgell
2001-04-28
3
-122
/
+17
*
got asprintf defn right
Andrew Tridgell
2001-04-28
1
-11
/
+12
*
few cleanups to bring in line with 2.2
Gerald Carter
2001-04-28
1
-1
/
+0
*
More debug %d -> %u issues.
Jeremy Allison
2001-04-27
1
-4
/
+4
*
More %d (uid_t) stuff...
Jeremy Allison
2001-04-27
1
-3
/
+3
*
Don't use variables called "acl" as it's the name of a function in Solaris.
Jeremy Allison
2001-04-27
1
-13
/
+13
*
added much better snprintf code, plus new function asprintf
Andrew Tridgell
2001-04-27
1
-734
/
+714
*
Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercase
Jeremy Allison
2001-04-25
1
-2
/
+12
*
Fix proto's in old code.
Jeremy Allison
2001-04-21
1
-21
/
+9
*
merge from 2.2
Gerald Carter
2001-04-20
1
-1
/
+1
*
merge from 2.2
Gerald Carter
2001-04-19
1
-2
/
+2
*
Removed mktemp from HEAD - same as done in 2.2.
Jeremy Allison
2001-04-18
1
-39
/
+4
[next]