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
2010-12-15
s4-drepl: We won't need a working schema for empty replicas sent.
Kamen Mazdrashki
1
-2
/
+5
2010-12-15
s4-dsdb_schema: We need base_dn in Schema's shallow copy too
Kamen Mazdrashki
1
-1
/
+7
2010-12-15
s4-schema_syntax: We should use make_ATTID function when converting remote-AT...
Kamen Mazdrashki
1
-1
/
+1
2010-12-15
s4-drepl: User working schema for commiting objects when replicating Schema NC
Kamen Mazdrashki
1
-6
/
+4
2010-12-15
s4-repl: Allow dsdb_replicated_objects_commit() to use different schema while...
Kamen Mazdrashki
3
-2
/
+59
2010-12-15
s4-schema_syntax: Use remote prefixMap to map remote ATTID to local one
Kamen Mazdrashki
1
-5
/
+13
2010-12-15
s4-test/repl_schema: use 'top' as default base class for our test classSchema...
Kamen Mazdrashki
1
-1
/
+1
2010-12-15
s4-test/repl_schema: New test to test a classSchema with custom attribute
Kamen Mazdrashki
1
-0
/
+24
2010-12-15
s4-dsdb_schema: Seize using global_schema when referencing new schema for an LDB
Kamen Mazdrashki
1
-0
/
+6
2010-12-14
s4-smbtorture: paranoia check for architectures in request and reply for enum...
Günther Deschner
1
-0
/
+10
2010-12-14
s4:gensec/spnego: only look at the optimistic token if we support the first mech
Stefan Metzmacher
1
-4
/
+20
2010-12-14
build do not add -no-undefined on openbsd
Matthieu Patou
1
-1
/
+2
2010-12-13
s4:dsdb:password_hash: verify content if the BYPASS_PASSWORD_HASH control is ...
Stefan Metzmacher
1
-2
/
+395
2010-12-13
s4:ldap_controls: allow DSDB_CONTROL_BYPASS_PASSWORD_HASH_OID over sockets.
Stefan Metzmacher
1
-2
/
+2
2010-12-13
s4:ldap_server: don't call ldb_req_mark_untrusted() on the privileged ldapi s...
Stefan Metzmacher
3
-8
/
+21
2010-12-13
s4:ldap_server: rename helper functions to ldapsrv_ prefix and pass ldapsrv_call
Stefan Metzmacher
1
-15
/
+19
2010-12-13
s4:dsdb:util: dsdb_get_single_valued_attr() only needs a const ldb_messages
Stefan Metzmacher
1
-1
/
+1
2010-12-13
s4:heimdal_build: replace '+' by '_' for vscripts in HEIMDAL_LIBRARY()
Stefan Metzmacher
1
-1
/
+2
2010-12-13
build: remove -no-undefined and -as-needed on openbsd
Matthieu Patou
1
-2
/
+5
2010-12-12
s4:dsdb/pydsdb.c - don't throw another exception on "PyObject_AsDn"
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-12-12
ldb:pyldb.h - revert to the previous header behaviour
Matthias Dieter Wallnöfer
7
-6
/
+16
2010-12-12
s4:scripting/python/pyglue.c - add a OOM handling
Matthias Dieter Wallnöfer
1
-0
/
+4
2010-12-12
s4:scripting/python/pyglue.c - optimise includes
Matthias Dieter Wallnöfer
1
-4
/
+0
2010-12-12
s4:param/provision.c - optimise includes
Matthias Dieter Wallnöfer
1
-9
/
+1
2010-12-12
s4:libcli/finddc.h - fix header dependancies
Matthias Dieter Wallnöfer
5
-15
/
+3
2010-12-12
s4:libcli/finddcs_nbt.c - optimise headers
Matthias Dieter Wallnöfer
1
-2
/
+0
2010-12-12
s4:libnet/py_net.c - add checks for OOM conditions
Matthias Dieter Wallnöfer
1
-0
/
+13
2010-12-12
s4:dsdb/pydsdb.c and web_server/wsgi.c - remove accidentally introduced Py_RE...
Matthias Dieter Wallnöfer
2
-8
/
+0
2010-12-12
s4:lib/ldb-samba/pyldb.c - optimise includes
Matthias Dieter Wallnöfer
1
-3
/
+1
2010-12-12
s4:dsdb/pydsdb.c - clean up memory handling
Matthias Dieter Wallnöfer
1
-54
/
+70
2010-12-12
ldb:pyldb - optimise includes
Matthias Dieter Wallnöfer
3
-7
/
+2
2010-12-12
s4:web_server/*.c - optimise includes
Matthias Dieter Wallnöfer
2
-8
/
+2
2010-12-12
s4:web_server/wsgi.c - fix a counter type
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-12-12
s4:web_server/wsgi.c - add missing Python compatibility code
Matthias Dieter Wallnöfer
1
-0
/
+11
2010-12-12
s4:kdc/*.c - minimise includes
Matthias Dieter Wallnöfer
8
-44
/
+2
2010-12-12
s4:smbd/process*.c - fix PID warnings on Solaris
Matthias Dieter Wallnöfer
3
-5
/
+5
2010-12-12
s4:kdc/proxy.c - optimise includes in order to fix a build warning on Tru64
Matthias Dieter Wallnöfer
1
-6
/
+1
2010-12-12
s4:param/loadparm.c - fix a warning by introducing a "const" cast
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-12-12
s4:kdc/kpasswdd.c - don't return an uninitialised NT_STATUS
Matthias Dieter Wallnöfer
1
-2
/
+1
2010-12-11
selftest-s4: Support listing smbtorture4 tests.
Jelmer Vernooij
1
-35
/
+46
2010-12-11
smbtorture: Default to listing all tests if no prefix was specified.
Jelmer Vernooij
1
-2
/
+6
2010-12-11
smbtorture: Implement --list argument.
Jelmer Vernooij
1
-10
/
+45
2010-12-11
s4:selftest: use correct name for the test "ECHO-UDP" => "echo.udp"
Stefan Metzmacher
1
-1
/
+1
2010-12-11
s4-smbtorture: Make test names lowercase and dot-separated.
Jelmer Vernooij
117
-672
/
+649
2010-12-11
smbtorture: correct error handling in BASE-OPEN.
James Peach
1
-71
/
+104
2010-12-11
heimdal: unset SLIST_ENTRY only if we are with windows
Matthieu Patou
1
-1
/
+3
2010-12-10
build: add a function to test if -lc is needed
Matthieu Patou
1
-0
/
+2
2010-12-10
s4-tests: Modified sec_descriptor.py to use the sd_utils helpers.
Nadezhda Ivanova
1
-208
/
+171
2010-12-10
s4-tests: Modified acl.py to use the sd_utils helpers.
Nadezhda Ivanova
1
-127
/
+86
2010-12-10
s4-tests: Moved some commonly redefined security descriptor methods to a util...
Nadezhda Ivanova
1
-0
/
+79
[next]