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-17
s4-smbtorture: pass down driverosversion to test_DriverInfo_winreg.
Günther Deschner
1
-7
/
+9
2010-12-17
s4-smbtorture: skip level 8 checks in test_GetDriverInfo_winreg for w2k3.
Günther Deschner
1
-0
/
+4
2010-12-17
s4-smbtorture: skipping level 8 driveradds against w2k3.
Günther Deschner
1
-1
/
+18
2010-12-16
spoolss: fill in PerMachineConnections add and delete IDL.
Günther Deschner
1
-9
/
+9
2010-12-16
s4-dsdb Don't talloc_free() ares on failure, as LDB might free it later
Andrew Bartlett
1
-1
/
+0
2010-12-16
s4-dsdb Use sid_blob_parse()
Andrew Bartlett
1
-3
/
+3
2010-12-15
s4-tests: Added a speedtest for LDAP search operations with different accounts.
Nadezhda Ivanova
1
-11
/
+67
2010-12-15
s4-tests: Added tests for LDAP add/delete/modify using anonymous login.
Nadezhda Ivanova
1
-8
/
+50
2010-12-15
s4-dsdb: Fixed incorrect LDAP return code when anonymous login is used.
Nadezhda Ivanova
1
-1
/
+1
2010-12-15
ldb: Bump API after symbol changes.
Jelmer Vernooij
2
-2
/
+2
2010-12-15
ldb: Build modules as .so files.
Jelmer Vernooij
1
-0
/
+9
2010-12-15
join: Properly cancel transaction on exceptions.
Jelmer Vernooij
1
-35
/
+44
2010-12-15
Move get_loadparm() and get_credentials() to samba.tests.TestCase.
Jelmer Vernooij
1
-8
/
+15
2010-12-15
s4-dsdb/tests/python: Explicitly pass comamnd line LoadParm() instance to sys...
Kamen Mazdrashki
9
-10
/
+10
2010-12-15
s4-dns: implemented parsing and storing of DNS records from bind
Andrew Tridgell
2
-46
/
+640
2010-12-15
s4-dns: added basic DLZ writeable support to dlz_bind9
Andrew Tridgell
3
-99
/
+448
2010-12-15
build: openbsd plateform is openbsd4
Matthieu Patou
1
-1
/
+1
2010-12-15
s4-test/repl_schema: remove unused and commented out code
Kamen Mazdrashki
1
-3
/
+0
2010-12-15
s4-test/repl_schema: Make sure every object is with unique name
Kamen Mazdrashki
1
-2
/
+5
2010-12-15
s4-dsdb_schema: Handle remote ATTIDs based on msDs-IntId value
Kamen Mazdrashki
1
-4
/
+17
2010-12-15
s4-schema_syntax: Log error message when _dsdb_syntax_OID_oid_drsuapi_to_ldb(...
Kamen Mazdrashki
1
-1
/
+5
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
[next]