Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-01 | s4:ranged results LDB module - "rr_search_callback" - change some memory context | Matthias Dieter Wallnöfer | 1 | -1/+3 | |
"el->values" could under some circumstances be NULL (see "if" above). | |||||
2010-12-01 | s4-test/schema: Extend the test to replicate a Class with Attribute with ↵ | Kamen Mazdrashki | 1 | -2/+10 | |
"mayContain" relation Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Dec 1 13:30:45 CET 2010 on sn-devel-104 | |||||
2010-12-01 | s4-dsdb/syntax: Map remote ATTIDs for Attribute OID syntax | Kamen Mazdrashki | 1 | -0/+6 | |
2010-12-01 | s4-dsdb/syntax: Implement Remote-ATTID to Local-ATTID mapping function | Kamen Mazdrashki | 1 | -0/+35 | |
2010-12-01 | s4-dreplsrv: Use working_schema when replicating from Schema NC | Kamen Mazdrashki | 1 | -2/+22 | |
Schema is changed and it is quite possible we won't be able to decode replicated objects using current Schema cache we have. Thus, when replicating Schema, we will make a temporary Schema cache, working_schema, so that we can fully decode objects we recieve. | |||||
2010-12-01 | s4-dsdb/schema: Implement multi-pass working schema creation function | Kamen Mazdrashki | 1 | -0/+132 | |
It is heavily based on implementation in libnet_vampire_cb_apply_schema() function, except that it actually creates a new copy of the supplied initial_schema + resolving all incoming objects and add them to supplied initial_schema. We are going to need this 'working_schema' later so we are able to fully resolve all objects we receive on wire during DRS replication. Working schema created is to be used only as an index to search in. It is not supposed to be set to an ldb_context as it doesn't contain all information for classSchema and attributeSchema objects. | |||||
2010-12-01 | s4-dsdb/schema: Add Schema shallow copy function | Kamen Mazdrashki | 1 | -0/+57 | |
2010-12-01 | s4-dsdb/prefixMap: Add prefixMap shallow copy function | Kamen Mazdrashki | 1 | -0/+17 | |
2010-12-01 | s4-repl: Let dsdb_replicated_objects_convert() to accept schema from caller | Kamen Mazdrashki | 4 | -7/+26 | |
This allows us to use schema that is different than the one set to 'ldb' to decode objects. | |||||
2010-12-01 | s4-ranged_result.c: Fix memory context for ranged attributes handling | Kamen Mazdrashki | 1 | -4/+15 | |
Pair-Programmed-With: Zahari Zahariev <zahari.zahariev@postpath.com> Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Dec 1 11:45:48 CET 2010 on sn-devel-104 | |||||
2010-12-01 | s4-drs: cope with invalid NTDS DNs from DsReplicaInfo() | Andrew Tridgell | 1 | -2/+5 | |
w2k3 sometimes returns a deleted DN Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 1 07:48:19 CET 2010 on sn-devel-104 | |||||
2010-12-01 | s4:heimdal: import lorikeet-heimdal-201012010201 (commit ↵ | Andrew Bartlett | 80 | -3731/+2665 | |
81fe27bcc0148d410ca4617f8759b9df1a5e935c) | |||||
2010-12-01 | s4-samba-tool Show when we have created the user successfully | Andrew Bartlett | 1 | -0/+1 | |
2010-12-01 | s4-drs: the options attribute is optional on NTDSDSA objects | Andrew Tridgell | 1 | -1/+1 | |
2010-12-01 | s4-provision: remove the disabled bit in the dns-$HOSTNAME account | Andrew Tridgell | 1 | -1/+1 | |
2010-12-01 | pygensec: Fix initialization. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Dec 1 02:33:06 CET 2010 on sn-devel-104 | |||||
2010-12-01 | pyparam: Use talloc.Object. | Jelmer Vernooij | 1 | -2/+6 | |
2010-12-01 | pyregistry: Use talloc.Object. | Jelmer Vernooij | 1 | -4/+9 | |
2010-12-01 | pyauth: Use talloc.Object. | Jelmer Vernooij | 1 | -3/+5 | |
2010-12-01 | pygensec: Use talloc.Object. | Jelmer Vernooij | 1 | -1/+4 | |
2010-12-01 | pycredentials: Use talloc.Object. | Jelmer Vernooij | 1 | -2/+5 | |
2010-12-01 | s4-build: added a 'make help' target | Andrew Tridgell | 1 | -1/+6 | |
2010-12-01 | s4-provision: fixed check for missing msDS-SupportedEncryptionTypes | Andrew Tridgell | 1 | -3/+2 | |
thanks to Jelmer for spotting this | |||||
2010-12-01 | heimdal: fix for w2000 from lha | Andrew Tridgell | 1 | -2/+14 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Dec 1 00:59:59 CET 2010 on sn-devel-104 | |||||
2010-12-01 | s4-dns: catch all DNS exceptions in samba_dnsupdate | Andrew Tridgell | 1 | -4/+8 | |
2010-12-01 | s4-smb_server Return why the ntvfs_connect() failed. | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett | |||||
2010-12-01 | s4-librpc Handle all types of GUID in the GUID() initialiser | Andrew Bartlett | 1 | -3/+11 | |
By taking a length-limited string, we can parse binary and string GUID values, which is particularly useful when reading from ldb. Andrew Bartlett | |||||
2010-11-30 | s4:torture - partially revert "s4:torture - prefer the termination "return"s ↵ | Matthias Dieter Wallnöfer | 1 | -4/+2 | |
at the end of two unittests" This partially reverts commit 54a5c398aaa1d53b5892c9b0aa5539ae7da651da. As tridge pointed out I've overseen the nested loop in "run_iometer". Therefore we end in a infinite loop. Obviously it wasn't run by "make test" since then I would have detected it. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Nov 30 09:23:00 CET 2010 on sn-devel-104 | |||||
2010-11-29 | samdb: Build as public library. | Jelmer Vernooij | 2 | -1/+12 | |
2010-11-29 | s4:torture - prefer the termination "return"s at the end of two unittests | Matthias Dieter Wallnöfer | 2 | -4/+11 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 29 23:29:23 CET 2010 on sn-devel-104 | |||||
2010-11-29 | s4-smbtorture: only run the cupsaddsmb adobe driver test against s3. | Günther Deschner | 1 | -0/+4 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Nov 29 18:47:17 CET 2010 on sn-devel-104 | |||||
2010-11-29 | s4-smbtorture: add torture test for cupsaddsmb win9x driver install behavior. | Günther Deschner | 1 | -0/+38 | |
Guenther | |||||
2010-11-29 | s4-smbtorture: make add-printerdriver test more robust against empty ↵ | Günther Deschner | 1 | -1/+3 | |
configfiles. Guenther | |||||
2010-11-29 | s4-smbtorture: make driver upload/removal more robust against empty filenames. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-11-29 | s4-smbtorture: add test for Adobe PostScript driver (Win9x) installation. | Günther Deschner | 1 | -0/+28 | |
Guenther | |||||
2010-11-29 | s4-smbtorture: handle driverfile overlap during removal in RPC-SPOOLSS-DRIVER. | Günther Deschner | 1 | -3/+5 | |
Guenther | |||||
2010-11-29 | s4-smbtorture: re-arrange RPC-SPOOLSS-DRIVER test a bit. | Günther Deschner | 1 | -35/+44 | |
Guenther | |||||
2010-11-29 | s4:wrepl_server - add a cast on "iov_base" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 29 15:34:32 CET 2010 on sn-devel-104 | |||||
2010-11-29 | s4:lib/tls/tls_tstream.c - quiet warning on Solaris "cc" by casts | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-11-29 | s4:auth/gensec/gensec_tstream.c - quiet warnings on Solaris "cc" | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-11-29 | s4:wrepl_server - remove unreachable statement | Matthias Dieter Wallnöfer | 1 | -2/+0 | |
2010-11-29 | s4:dcesrv_drsuapi RPC server - remove unreachable statement | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
2010-11-29 | s4:dns_server/dns_update.c - remove unreachable statements | Matthias Dieter Wallnöfer | 1 | -2/+0 | |
2010-11-29 | s4:torture - remove unreachable statements to quiet warnings of Solaris "cc" | Matthias Dieter Wallnöfer | 4 | -10/+0 | |
2010-11-29 | s4:auth/ntlmssp/ntlmssp_server.c - remove unnecessary ";" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-11-29 | heimdal:base/heimbase.c - remove an unused variable | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
2010-11-29 | s4:param/pyparam_util.c - remove unused include | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Nov 29 12:56:12 CET 2010 on sn-devel-104 | |||||
2010-11-29 | s4:auth/gensec/gensec_gssapi.c - always print error messages on the same ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
talloc context | |||||
2010-11-29 | s4-samdb: give a better exception if multiple users match in password change | Andrew Tridgell | 1 | -1/+2 | |
2010-11-29 | s4-repl_schema: fixed ldb exception handling | Andrew Tridgell | 1 | -2/+4 | |