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
...
*
more portability fixes
Andrew Tridgell
2001-07-04
2
-4
/
+4
*
portability fixes
Andrew Tridgell
2001-07-04
1
-4
/
+9
*
got rid of __FUNCTION__ debug
Andrew Tridgell
2001-07-04
1
-2
/
+2
*
fixed uninitialised variable
Andrew Tridgell
2001-07-04
1
-1
/
+1
*
missed a couple of strchr calls
Andrew Tridgell
2001-07-04
1
-1
/
+1
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
12
-48
/
+48
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
13
-5123
/
+947
*
Fixed warnings and made const-safe so it has the correct prototype.
Jeremy Allison
2001-07-03
1
-12
/
+12
*
fixed socketpair_tcp for OpenBSD
Andrew Tridgell
2001-07-03
1
-4
/
+9
*
- sorry, forgot to check a pointer
Simo Sorce
2001-07-03
1
-3
/
+5
*
Made talloc_realloc() semantics match realloc(). JF was complaining :-).
Jeremy Allison
2001-07-02
1
-0
/
+8
*
"netbios aliases" and "interfaces" options change from P_STRING to P_LIST
Simo Sorce
2001-07-01
1
-5
/
+5
*
Ensured all the system calls in msdfs.c go through the vfs layer.
Jeremy Allison
2001-06-29
1
-0
/
+28
*
Replaced memcpy() with memmove() to make safe_strcpy() safe for overlapping
Tim Potter
2001-06-29
1
-1
/
+1
*
Syncup between 2.2 and HEAD.
Jeremy Allison
2001-06-27
1
-17
/
+16
*
on sco2 socketpair_tcp needs a bind
Andrew Tridgell
2001-06-27
1
-0
/
+9
*
handle EISCONN in socketpair_tcp
Andrew Tridgell
2001-06-27
1
-1
/
+2
*
Ensure numeric group or user names don't get misinterpreted.
Jeremy Allison
2001-06-25
1
-4
/
+8
*
make sure we have BOOL in autoconf usage of util_sec.c
Andrew Tridgell
2001-06-25
1
-0
/
+1
*
- make the regresison test mode code build in by default. This should
Andrew Tridgell
2001-06-25
2
-30
/
+53
*
fix compiler warnings
Simo Sorce
2001-06-23
1
-3
/
+0
*
Added other_safe_chars to alpha_strcpy(). Needs testing but is a better
Jeremy Allison
2001-06-23
2
-6
/
+14
*
Fix for race condition found by Herb where we can end up with a NULL dbf.
Jeremy Allison
2001-06-22
1
-8
/
+0
*
added the ability to test smbd safely as an ordinary user. The way it works is
Andrew Tridgell
2001-06-22
2
-0
/
+85
*
Spelling fix.
Tim Potter
2001-06-22
1
-1
/
+1
*
the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have n...
Andrew Tridgell
2001-06-22
1
-7
/
+1
*
next_token() was supposed to be a reentrant replacement for strtok(),
Andrew Tridgell
2001-06-21
4
-210
/
+75
*
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
[prev]
[next]