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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-26
s4:ldap.py - test the already mentioned structural object class sorting behav...
Matthias Dieter Wallnöfer
1
-0
/
+15
2012-03-26
s4:dsdb - enhance "get_last_structural_class()" for optimisations
Matthias Dieter Wallnöfer
3
-10
/
+29
2012-03-26
s4:objectclass LDB module - fix up the sorting in respect to structural or 88...
Matthias Dieter Wallnöfer
1
-4
/
+18
2012-03-26
s4:objectclass LDB module - clean up "objectclass_sort()"
Matthias Dieter Wallnöfer
1
-24
/
+13
2012-03-26
s3-make: Fix build with new smb2_session file.
Jelmer Vernooij
1
-0
/
+1
2012-03-25
LIBCLI_SMB2: Depend on cli_smb_common rather than libsmb.
Jelmer Vernooij
1
-1
/
+1
2012-03-25
smb2: Move smb2cli session setup code to cli_smb_common.
Jelmer Vernooij
3
-207
/
+234
2012-03-25
libcli/smb: Stop generating unused proto file.
Jelmer Vernooij
1
-1
/
+0
2012-03-25
replace: Avoid DEBUG(), which is not available in libreplace.
Jelmer Vernooij
1
-1
/
+1
2012-03-24
libreplace: Add usleep implementation.
Jelmer Vernooij
2
-0
/
+20
2012-03-24
use usleep rather than sys_usleep in various places, in anticipation of uslee...
Jelmer Vernooij
6
-39
/
+4
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
49
-136
/
+95
2012-03-24
lib/util: Allow calloc use in util.c, too.
Jelmer Vernooij
1
-0
/
+1
2012-03-24
adt_tree: Fix return types.
Jelmer Vernooij
1
-3
/
+3
2012-03-24
replace: Work around socket wrapper.
Jelmer Vernooij
1
-0
/
+1
2012-03-24
replace: Add system/network.h for ucred struct.
Jelmer Vernooij
1
-0
/
+1
2012-03-24
s3-waf: Use samba3-util library instead of lots of tiny libs.
Jelmer Vernooij
1
-52
/
+18
2012-03-24
adt_tree: Avoid WERROR.
Jelmer Vernooij
3
-5
/
+8
2012-03-24
libreplace: Add getpeereid implementation.
Jelmer Vernooij
11
-67
/
+77
2012-03-24
util_malloc: Remove unused constant.
Jelmer Vernooij
1
-3
/
+0
2012-03-24
lib/util: Remove dummy wrapper for getgrgid().
Jelmer Vernooij
3
-13
/
+3
2012-03-24
lib/util: Remove dummy wrapper for getgrnam().
Jelmer Vernooij
4
-9
/
+3
2012-03-24
lib/util: Remove dummy wrapper for getpwuid().
Jelmer Vernooij
5
-14
/
+8
2012-03-24
lib/util: Remove dummy wrapper for getpwnam().
Jelmer Vernooij
5
-13
/
+7
2012-03-24
lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent.
Jelmer Vernooij
4
-26
/
+4
2012-03-24
lib/util: Move calloc_array and memalign_array to top-level libutil.
Jelmer Vernooij
4
-34
/
+32
2012-03-24
lib/util: Remove prototype for removed sys_memalign.
Jelmer Vernooij
1
-4
/
+0
2012-03-24
lib/util: Remove trivial wrapper sys_connect() around connect().
Jelmer Vernooij
2
-20
/
+0
2012-03-24
cli_pipe: Avoid sys_connect.
Jelmer Vernooij
1
-1
/
+3
2012-03-24
sock_exec: Avoid sys_connect.
Jelmer Vernooij
1
-2
/
+2
2012-03-24
util_sock: Avoid sys_connect.
Jelmer Vernooij
1
-7
/
+13
2012-03-24
ctdb_conn: Avoid sys_connect.
Jelmer Vernooij
1
-1
/
+3
2012-03-24
replace: Move memalign() from lib/util/system.c to libreplace.
Jelmer Vernooij
6
-39
/
+46
2012-03-24
Improve the Makefile. Use a standard make macro, not a shell command.
Richard Sharpe
1
-1
/
+1
2012-03-24
selftest.py: Add cleanup_pid.
Jelmer Vernooij
2
-2
/
+31
2012-03-24
selftest.py: Add write_krb5_conf.
Jelmer Vernooij
2
-0
/
+79
2012-03-24
selftest.py: Add mk_realms_stanza function.
Jelmer Vernooij
2
-3
/
+63
2012-03-24
selftest.py: Add selftest.target.samba with bindir_path function.
Jelmer Vernooij
3
-1
/
+63
2012-03-24
Make it possible for developers of out-of-tree modules to use the same names ...
Richard Sharpe
1
-1
/
+1
2012-03-23
lib/async_req: Retry read_packet with read(2)
Volker Lendecke
1
-0
/
+4
2012-03-23
s3: Remove the sys_notify dependency from notify_internal
Volker Lendecke
5
-63
/
+37
2012-03-23
s3-build: gss_krb5_export_lucid_sec_context is no longer used in the s3 build
Andrew Bartlett
1
-6
/
+0
2012-03-23
wintest: test demote of DC
Andrew Bartlett
1
-0
/
+3
2012-03-23
lib/tdb: fix transaction issue for HAVE_INCOHERENT_MMAP.
Rusty Russell
1
-11
/
+10
2012-03-23
lib/tdb: fix test/run-die-during-transaction when HAVE_INCOHERENT_MMAP.
Rusty Russell
1
-0
/
+5
2012-03-23
lib/tdb: fix missing return 0 code.
Rusty Russell
1
-1
/
+1
2012-03-22
s3:vfs_gpfs: fix some compiler warnings
Christian Ambach
2
-4
/
+4
2012-03-22
s3:vfs_gpfs: remove fallback to linux_setlease
Christian Ambach
1
-6
/
+0
2012-03-22
s3:vfs_gpfs: correct use of profiling macros
Christian Ambach
1
-4
/
+5
2012-03-22
s3:vfs_gpfs: Implement fallocate callback for GPFS
Christof Schmitt
4
-0
/
+79
[prev]
[next]