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
2011-11-13
tevent: Only check for pkg-config file when checking for system tevent.
Jelmer Vernooij
1
-1
/
+1
2011-11-13
tdb: Only check for pkg-config file when checking for system tdb.
Jelmer Vernooij
1
-1
/
+1
2011-11-13
talloc: Only check for pkg-config file when checking for system talloc.
Jelmer Vernooij
1
-2
/
+2
2011-11-13
subunit: Only check for pkg-config file and use proper pkg-config file name.
Jelmer Vernooij
1
-1
/
+1
2011-11-13
wafsamba: add CHECK_BUNDLED_SYSTEM_PKG function.
Jelmer Vernooij
1
-8
/
+64
2011-11-13
tevent: Only build pytevent if the system doesn't provide it.
Jelmer Vernooij
1
-5
/
+8
2011-11-13
ldb: Use pyembed rather than pyext for ldb-util library.
Jelmer Vernooij
2
-2
/
+6
2011-11-13
tevent: remove unnecessary enablement.
Jelmer Vernooij
1
-1
/
+0
2011-11-13
pytalloc-util: Don't mark as python extension, use pyembed instead.
Jelmer Vernooij
1
-1
/
+1
2011-11-13
waf: Don't link python modules against libpython2.x, consistent with other Py...
Jelmer Vernooij
3
-6
/
+5
2011-11-13
upgrade: use logger.warning.
Jelmer Vernooij
1
-4
/
+4
2011-11-13
samba-tool: allow dbcheck to correct the originating_change_time of the delet...
Matthieu Patou
1
-0
/
+34
2011-11-13
s4-dsdb: initialize correctly the value of originating_change_time for the De...
Matthieu Patou
1
-2
/
+52
2011-11-13
s4-drs: check if we have a domain level >= 2k8r2 as before the isRecycled do ...
Matthieu Patou
1
-7
/
+24
2011-11-13
samba-tool: dbcheck avoid problems with deleted objects
Matthieu Patou
1
-1
/
+1
2011-11-11
s4: Simple test script to create lots of contacts to stress the LDB
Matthieu Patou
1
-0
/
+96
2011-11-11
s4-librpc: do not limit to the first IP when trying to do a rpc connection
Matthieu Patou
1
-7
/
+25
2011-11-11
s4-socket: allow connect_multi_next_socket to try all the IP for a given host
Matthieu Patou
1
-12
/
+21
2011-11-11
py_passdb: Cannot steal an item pointer from an array
Amitay Isaacs
1
-4
/
+9
2011-11-11
policy/tests: Fix import of TestCase.
Jelmer Vernooij
1
-2
/
+3
2011-11-10
selftesthelper: Fix argument order.
Jelmer Vernooij
1
-1
/
+1
2011-11-10
selftest: Make planoldpythontestsuite arguments consistent with planpythontes...
Jelmer Vernooij
1
-1
/
+1
2011-11-10
selftesthelpers: Fix syntax error.
Jelmer Vernooij
1
-1
/
+1
2011-11-10
selftest: Simplify calling of python tests.
Jelmer Vernooij
1
-14
/
+39
2011-11-10
selftest: Allow passing arbitrary number of additional python path values.
Jelmer Vernooij
2
-5
/
+3
2011-11-10
ldb: Re-apply pyldb fixes from Tridge and Amity, using unittest rather
Jelmer Vernooij
2
-34
/
+38
2011-11-10
subunitrun: Add notes about subunitrun being deprecated.
Jelmer Vernooij
1
-0
/
+12
2011-11-10
selftest: re-implement directory option for planpythontestsuite.
Jelmer Vernooij
1
-7
/
+11
2011-11-10
Revert "test: added directory option to planpythontestsuite()"
Jelmer Vernooij
1
-12
/
+5
2011-11-10
Revert "test: added -D option to subunitrun"
Jelmer Vernooij
1
-5
/
+0
2011-11-10
Revert "pyldb: fixed ldb API test"
Jelmer Vernooij
1
-36
/
+39
2011-11-10
libcli/cldap/cldap.c - remove outdated comment
Matthias Dieter Wallnöfer
1
-2
/
+0
2011-11-10
s3: server_id.pid has turned 64 (bits, that is)
Volker Lendecke
1
-4
/
+11
2011-11-10
s3: Avoid a race with the async echo handler
Volker Lendecke
1
-33
/
+28
2011-11-10
libcli/cldap: fix a crash bug in cldap_socket_recv_dgram() (bug #8593)
Stefan Metzmacher
1
-10
/
+25
2011-11-10
s4:finddcs_cldap: debug the correct server address instead of NULL
Stefan Metzmacher
1
-1
/
+2
2011-11-10
s3:smbd: don't limit the number of open dptrs for smb2 (bug #8592)
Stefan Metzmacher
1
-3
/
+12
2011-11-10
s3:smbd: fully construct the dptr before allocating a dnum in the bitmap
Stefan Metzmacher
1
-27
/
+29
2011-11-10
s3:smbd: avoid string_set() in dir.c
Stefan Metzmacher
1
-2
/
+9
2011-11-10
Fix -Wunused-but-set-variable compiler warnings in tevent_signal.c
Martin Schwenke
1
-4
/
+2
2011-11-10
s4: samba-tool time --help documentation improvements
Theresa Halloran
1
-1
/
+14
2011-11-10
s4: samba-tool group --help documentation improvements
Theresa Halloran
1
-4
/
+75
2011-11-10
test: fixed several tests to use samba.tests
Andrew Tridgell
7
-12
/
+13
2011-11-10
samba-tool: print samaccountname in samba-tool user list
Andrew Tridgell
1
-6
/
+3
2011-11-10
test: use planpythontestsuite() for ldb.python test
Andrew Tridgell
1
-2
/
+1
2011-11-10
test: added directory option to planpythontestsuite()
Andrew Tridgell
1
-5
/
+12
2011-11-10
test: added -D option to subunitrun
Andrew Tridgell
1
-0
/
+5
2011-11-10
pyldb: fixed ldb API test
Andrew Tridgell
1
-39
/
+36
2011-11-10
build: only run symbol checking if running all tests
Andrew Tridgell
2
-4
/
+11
2011-11-10
pyldb: enhanced get() method on msg object
Andrew Tridgell
1
-14
/
+33
[next]