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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
added a syncops VFS module for filesystems which do not guarantee meta-data o...
Andrew Tridgell
2007-10-23
3
-1
/
+217
*
Reorder pthread mutex check so that it doesn't output its result
James Peach
2007-10-22
1
-12
/
+13
*
r25573: Add my (C) as well
Simo Sorce
2007-10-22
1
-0
/
+1
*
r25571: split up child_dispatch_table into domain, idmap and locator tables
Stefan Metzmacher
2007-10-22
5
-41
/
+87
*
r25570: move code of the locator child into its own file
Stefan Metzmacher
2007-10-22
3
-64
/
+91
*
r25569: move more idmap stuff into winbindd_idmap.c
Stefan Metzmacher
2007-10-22
2
-12
/
+12
*
r25568: move idmap related functions into their own file.
Stefan Metzmacher
2007-10-22
3
-741
/
+779
*
r25567: make do_async() non static
Stefan Metzmacher
2007-10-22
1
-6
/
+6
*
Fix compile error caused by unknown variable.
Gerald (Jerry) Carter
2007-10-21
1
-1
/
+1
*
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
Gerald (Jerry) Carter
2007-10-21
1
-0
/
+13
|
\
|
*
Don't segfault if locking.tdb can't be opened
Volker Lendecke
2007-10-21
1
-0
/
+13
*
|
Correct VERSION and version.c to use SAMBA_VERSION_VENDOR_PATCH
Gerald (Jerry) Carter
2007-10-21
2
-4
/
+4
|
/
*
Fix two type-punned warnings
Volker Lendecke
2007-10-21
1
-3
/
+3
*
fix move to OPT_LOG_STDOUT
Stefan Metzmacher
2007-10-20
1
-1
/
+1
*
Fix an incompatible pointer type warning
Volker Lendecke
2007-10-19
1
-2
/
+2
*
Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test
Gerald (Jerry) Carter
2007-10-19
5
-31
/
+32
|
\
|
*
Add test for "struct in6_addr" to the HAVE_IPV6 configure test.
Gerald (Jerry) Carter
2007-10-19
5
-13
/
+14
|
*
Move the test for the AIX specific interface code to the end.
Gerald (Jerry) Carter
2007-10-19
1
-18
/
+18
|
*
Fix a crash in resolve_hosts() caused by an out-of-bounds array reference.
Gerald (Jerry) Carter
2007-10-19
1
-1
/
+2
*
|
Streamline logic, reducing the amount of indentation.
Michael Adam
2007-10-19
1
-16
/
+15
*
|
Fix a crash in resolve_hosts() caused by an out-of-bounds array reference.
Gerald (Jerry) Carter
2007-10-19
1
-1
/
+2
|
/
*
Fix the popt / bool issues. Some places we used BOOL
Jeremy Allison
2007-10-19
15
-88
/
+205
*
Merge Tridge's fix for the winbind 32/64bit padding.
Günther Deschner
2007-10-19
2
-3
/
+3
*
fix startup of smbd, nmbd, winbindd
Stefan Metzmacher
2007-10-19
3
-20
/
+14
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
446
-5335
/
+5308
*
remove reference to removed code
Stefan Metzmacher
2007-10-18
1
-4
/
+0
*
Add net rap file user
Karolin Seeger
2007-10-18
2
-7
/
+22
*
don't skip some tests which samba3 passes (at least on my laptop)
Stefan Metzmacher
2007-10-18
1
-3
/
+3
*
make gdb_backtrace executable
Stefan Metzmacher
2007-10-18
1
-0
/
+0
*
remove configure checks which are now in libreplace
Stefan Metzmacher
2007-10-18
1
-62
/
+0
*
[libreplace] fix the standalone build of libreplace
Stefan Metzmacher
2007-10-18
2
-28
/
+34
*
r16050: Set the session key "SystemLibraryDTC" on ntlmssp binds. We only do I...
Volker Lendecke
2007-10-18
1
-2
/
+22
*
Reformatting fix for new coding guidelines. BOOL ->bool.
Jeremy Allison
2007-10-17
1
-264
/
+320
*
delete empty file lib/replace/system/getaddrinfo.h
Stefan Metzmacher
2007-10-17
1
-0
/
+0
*
r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ...
Volker Lendecke
2007-10-17
1
-4
/
+16
*
fix crash bug in pidl generated client code, this
Stefan Metzmacher
2007-10-17
7
-84
/
+84
*
Improve IPv4 detection.
Jeremy Allison
2007-10-16
1
-1
/
+1
*
Move #defined for getaddrinfo into network.h (as other
Jeremy Allison
2007-10-16
2
-84
/
+91
*
Added in missing def for AI_ADDRCONFIG.
Jeremy Allison
2007-10-16
1
-0
/
+4
*
Fix access control code to be IPv6/v4 protocol independent.
Jeremy Allison
2007-10-16
3
-175
/
+237
*
Fix default domains support using compat syntax.
Simo Sorce
2007-10-16
1
-14
/
+29
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2007-10-15
2
-1
/
+8
|
\
|
*
Correctly free memory in regfio paths
Alexander Bokovoy
2007-10-15
2
-1
/
+8
*
|
Move to protocol independent code in most of lib/util_sock.c
Jeremy Allison
2007-10-15
6
-240
/
+314
*
|
Fix warning messages for unused variables.
Jeremy Allison
2007-10-15
1
-1
/
+3
|
/
*
Add WERR_SERVICE_ALREADY_RUNNING.
Günther Deschner
2007-10-15
2
-0
/
+2
*
rename getsmbpass -> rep_getpass and provide the function prototype
Stefan Metzmacher
2007-10-15
2
-2
/
+3
*
use "system/*.h" to get the system includes
Stefan Metzmacher
2007-10-15
1
-15
/
+3
*
fix the compilation of getpass.c and it's configure test
Stefan Metzmacher
2007-10-15
2
-13
/
+2
*
r16320: Ensure variable is not null before calling fclose. Klocwork #412. Jer...
Jeremy Allison
2007-10-15
1
-1
/
+1
[prev]
[next]