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
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-18
s4:setup Add an option to 'setpassword' to force password change at next login
Andrew Bartlett
3
-3
/
+17
2009-06-18
s4:gensec Print GSSAPI error message when unable to find PAC
Andrew Bartlett
1
-1
/
+3
2009-06-18
Require the new tdb 1.1.5 (for performance reasons)
Andrew Bartlett
2
-2
/
+2
2009-06-18
Fixes for the "cldap" tests
Matthias Dieter Wallnöfer
2
-6
/
+19
2009-06-18
source4/client/client.c: Possible memory leaks
Slava Semushin
1
-2
/
+5
2009-06-18
Fix resource leak in lib/ldb/tools/ldbmodify.c
Slava Semushin
1
-0
/
+1
2009-06-18
Fix syntax error in lib/ldb/ldb_sqlite3/base160.c
Slava Semushin
1
-1
/
+1
2009-06-18
LDB: Link against both tevent and talloc
Eric Sandall
1
-1
/
+1
2009-06-18
s4: Call va_end() after all va_start()/va_copy() calls.
Andrew Kroeger
1
-0
/
+1
2009-06-18
NETLOGON pipe improvements
Matthias Dieter Wallnöfer
2
-33
/
+81
2009-06-18
Use system Python LDB bindings, if present.
Jelmer Vernooij
1
-1
/
+9
2009-06-18
Use system LDB by default if the right version was found.
Jelmer Vernooij
1
-2
/
+2
2009-06-18
dsdb: Fix build against system ldb.
Jelmer Vernooij
3
-3
/
+3
2009-06-18
selftest: Use common function when skipping testsuites based on run-time
Jelmer Vernooij
1
-11
/
+32
2009-06-18
smb_build: Always build modules for system-libraries as shared libraries,
Jelmer Vernooij
1
-2
/
+3
2009-06-18
Fix build with system LDB.
Jelmer Vernooij
4
-4
/
+4
2009-06-18
configure: Use Python tdb bindings from the system, if found.
Jelmer Vernooij
1
-3
/
+10
2009-06-18
Remove outdated Python status file.
Jelmer Vernooij
2
-16
/
+2
2009-06-17
Only install an explicit set of scripts during "make install", rather than
Jelmer Vernooij
1
-1
/
+8
2009-06-17
Make fullschema script executable.
Jelmer Vernooij
1
-0
/
+0
2009-06-17
pyldb: Fix three more (minor) memory leaks.
Jelmer Vernooij
2
-14
/
+42
2009-06-17
pyldb: Fix memory leak in Dn.get_parent().
Jelmer Vernooij
1
-2
/
+16
2009-06-17
pyldb: Fix memory leak in Dn.concat.
Jelmer Vernooij
1
-3
/
+12
2009-06-17
pyldb/tests: Use different dn's everywhere, to easily spot which test is
Jelmer Vernooij
1
-49
/
+49
2009-06-17
pyldb: Fix another memory leak and reference counting error.
Jelmer Vernooij
1
-12
/
+24
2009-06-17
param/python: Fix memory leak of LoadParm objects.
Jelmer Vernooij
1
-1
/
+12
2009-06-17
pycredentials: Raise MemoryError when unable to create objects.
Jelmer Vernooij
1
-1
/
+6
2009-06-17
pyldb: Fix memory leak of LdbMessage's created from Python.
Jelmer Vernooij
1
-3
/
+7
2009-06-17
pycredentials: Fix memory leak.
Jelmer Vernooij
1
-1
/
+7
2009-06-17
pyldb: Fix two memory leaks of attribute lists.
Jelmer Vernooij
1
-3
/
+20
2009-06-17
pyldb: Fix segfault, freeing memory too early in search.
Jelmer Vernooij
1
-4
/
+14
2009-06-17
pyldb: Support getting the parent of special DNs without segfaulting.
Jelmer Vernooij
2
-1
/
+20
2009-06-17
s4-smbtorture: add test for NetUserSetInfo level 0 (user rename).
Günther Deschner
1
-2
/
+13
2009-06-17
s4-smbtorture: use torture_comment in RPC-SAMR-USERS-PRIVILEGES test.
Günther Deschner
1
-15
/
+15
2009-06-17
s4-smbtorture: use TORTURE_TEST_USER define in libnetapi user test.
Günther Deschner
1
-17
/
+15
2009-06-16
python: Provide way to iterate over available shares.
Jelmer Vernooij
3
-2
/
+53
2009-06-16
python: Add API for accessing available shares.
Jelmer Vernooij
3
-0
/
+101
2009-06-15
Fix the posixtimedlock test
Volker Lendecke
1
-8
/
+53
2009-06-13
smbtorture: Output subunit by default.
Jelmer Vernooij
1
-1
/
+1
2009-06-13
smbtorture: Remove unused 'quiet' output format.
Jelmer Vernooij
1
-36
/
+0
2009-06-12
selftest: Fix references to filenames with knownfailures and slow tests.
Jelmer Vernooij
1
-2
/
+2
2009-06-12
selftest: Add option to strip output of succeeded tests, and use it on
Jelmer Vernooij
1
-1
/
+1
2009-06-12
selftest: Output subunit on the buildfarm.
Jelmer Vernooij
1
-0
/
+5
2009-06-12
ad-schema/license.txt: Fix typo.
Jelmer Vernooij
1
-2
/
+2
2009-06-12
two more NT status codes that we get on DRS with w2k8-R2
Andrew Tridgell
1
-0
/
+2
2009-06-12
always enable RPC debugging with a debug level >= 100.
Andrew Tridgell
2
-0
/
+8
2009-06-12
Add supportedCapabilities to our rootDSE
Andrew Bartlett
1
-0
/
+3
2009-06-12
s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...
Andrew Bartlett
327
-7112
/
+9481
2009-06-11
selftest: Fix handling of testsuite, reintroduce progress indication.
Jelmer Vernooij
1
-1
/
+4
2009-06-11
selftest: Fix subunit stream to include the right prefixes rather than
Jelmer Vernooij
1
-1
/
+1
[next]