Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-08 | waf: fixed tabs/spaces for python3.0 | Andrew Tridgell | 2 | -5/+5 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Nov 8 00:55:13 UTC 2010 on sn-devel-104 | |||||
2010-11-08 | waf: prevent us from modifying non-install libs during make install | Andrew Tridgell | 1 | -2/+6 | |
we need to ensure that 'make install' does not change any of our build libraries, and only changes the .inst.so libraries, otherwise doing a make test in the build directory directly after a make install could use the installed libraries, which would mean using the wrong LDB_MODULES_PATH this could cause the "unknown error" loading ldb modules when running some commands directly after a make install Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-08 | s4-ldb: better error message when we try to register a module twice | Andrew Tridgell | 1 | -2/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-08 | s4-pydrs: validate the DsGetNCChanges response | Andrew Tridgell | 1 | -0/+2 | |
check that object_count matches up with first_object | |||||
2010-11-07 | s4-join: modify join behaviour according to domain level | Andrew Tridgell | 4 | -43/+112 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sun Nov 7 23:32:16 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | s4-drs: allow override of the replica_flags | Andrew Tridgell | 1 | -2/+7 | |
2010-11-07 | s4-dsdb: give the DN on a shema attribute failure | Andrew Tridgell | 1 | -1/+1 | |
2010-11-07 | s4:ldap.py - add more "objectGUID" related tests | Matthias Dieter Wallnöfer | 1 | -2/+76 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 7 21:12:03 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | s4:objectguid LDB module - fix typo in output message | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-11-07 | s4:objectguid LDB module - objectGUIDs cannot be specified on add operations | Matthias Dieter Wallnöfer | 1 | -2/+6 | |
2010-11-07 | s4:upgradeprovision - remove some "recalculate_sd" uses | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
We need "recalculate_sd" only when no external "nTSecurityDescriptor" change is performed. Otherwise the recalculation is performed automatically. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 7 18:52:42 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | s4:descriptor LDB module - make the "nTSecurityDescriptor" attribute fully ↵ | Matthias Dieter Wallnöfer | 2 | -52/+117 | |
behave as in AD - fix crash when provided "nTSecurityDescriptor" attribute is empty - print out the correct error codes if it's provided multi-valued - simplify the "recalculate_sd" control handling | |||||
2010-11-07 | s4:ldb_modules/util.c - "dsdb_get_single_valued_attr" - support the ↵ | Matthias Dieter Wallnöfer | 2 | -10/+20 | |
attribute fetch also on LDB add operations We've to completely ignore the flags in that case. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 7 11:10:23 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | ldb:ldb_pack.c - the "dn" attribute isn't allowed in the message part, only ↵ | Matthias Dieter Wallnöfer | 1 | -2/+0 | |
the "distinguishedName" one Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 7 10:11:02 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | s4:torture/dssync.c - remove unused variable | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
2010-11-07 | s4:descriptor LDB module - save a pointer to the request message on the ↵ | Matthias Dieter Wallnöfer | 1 | -33/+33 | |
temporary "ac" context This prevents two calls of "ldb_msg_copy_shallow". | |||||
2010-11-07 | s4:descriptor LDB module - by "dsdb_next_callback" we don't need anymore the ↵ | Matthias Dieter Wallnöfer | 1 | -33/+2 | |
default operation callback implementations Only customised ones still need to remain. | |||||
2010-11-07 | s4:descriptor LDB module - remove a bit pointless memory context | Matthias Dieter Wallnöfer | 1 | -9/+1 | |
For only one operation we do not need an additional "mem_ctx". "ac" should be enough (see for example the samldb LDB module). | |||||
2010-11-07 | s4:descriptor LDB module - remove a "ldb_msg_sanity_check" call | Matthias Dieter Wallnöfer | 1 | -7/+0 | |
This check (the structural objectclass) is performed in the objectclass LDB module. | |||||
2010-11-07 | s4:descriptor LDB module - don't ignore referrals if we are executing an ↵ | Matthias Dieter Wallnöfer | 1 | -4/+2 | |
ordinary external search operation Referrals are valid results. | |||||
2010-11-07 | credentials: Lowercase library name, | Jelmer Vernooij | 19 | -45/+45 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 7 01:48:44 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | ldbsamba: Lowercase library name. | Jelmer Vernooij | 14 | -21/+21 | |
2010-11-07 | samdb: Lowercase library name. | Jelmer Vernooij | 13 | -109/+109 | |
2010-11-07 | samdb: Make private (at least for the moment). | Jelmer Vernooij | 1 | -1/+1 | |
2010-11-07 | pytalloc: Make some arguments optional. | Jelmer Vernooij | 1 | -6/+6 | |
2010-11-06 | ldb:ldb_parse.c - "ldb_parse_hex2char" - always initialise "c" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Nov 6 21:04:58 UTC 2010 on sn-devel-104 | |||||
2010-11-06 | s4:ldap.py - enhance the "distinguishedName" tests | Matthias Dieter Wallnöfer | 1 | -0/+24 | |
The "dn" shortcut isn't supported by AD. | |||||
2010-11-06 | s4:update_keytab LDB module - we don't need to search for the ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
"distinguishedName" attribute Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Nov 6 20:08:28 UTC 2010 on sn-devel-104 | |||||
2010-11-06 | s4:operational LDB module - "canonicalName" doesn't make use of the ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
"distinguishedName" attribute It uses the DN from the returned message | |||||
2010-11-06 | ldb:ldb_tdb.c - ltdb_check_special_dn - fix indentation | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-11-06 | ldb:ldb_tdb.c - make "ltdb_add" more similar to "ltdb_modify" | Matthias Dieter Wallnöfer | 1 | -9/+5 | |
And remove in "ltdb_add_internal" a cache loading call which has been present twice. | |||||
2010-11-06 | s4:samr RPC server - "dcesrv_samr_RemoveMemberFromForeignDomain" | Matthias Dieter Wallnöfer | 1 | -12/+6 | |
- Remove TODO comment: MS-SAMR 3.1.5.8.7 explicitly states: "The SamrRemoveMemberFromForeignDomain method removes a member from all aliases." - Remove the search attributes since they aren't strictly needed. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Nov 6 18:07:57 UTC 2010 on sn-devel-104 | |||||
2010-11-06 | s4:DRS-RPC-DSSYNC: don't try to decrypt secret attributes twice | Stefan Metzmacher | 1 | -19/+3 | |
dsdb_extended_replicated_objects_convert() already decrypts the attributes in place. This fixes the usage of --option="dssync:print_pwd_blobs=yes". metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Nov 6 13:30:16 UTC 2010 on sn-devel-104 | |||||
2010-11-06 | s4-cldap: fixed debug message to match content | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Nov 6 04:26:45 UTC 2010 on sn-devel-104 | |||||
2010-11-06 | s4-join: fixed SPNs, invocationId and dnshostname and python join | Andrew Tridgell | 1 | -3/+4 | |
- we need the GN/ SPN for replication. - fixed the string form of the invocationId - lowercase the dnshostname Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-06 | s4-join: switch over to the new DC join in make test | Andrew Tridgell | 2 | -2/+2 | |
2010-11-06 | samba-tool: deprecate samba-tool vampire command | Andrew Tridgell | 1 | -1/+5 | |
2010-11-05 | s3: Make proper use of sid_check_is_in_xx routines | Volker Lendecke | 1 | -2/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Nov 5 15:35:59 UTC 2010 on sn-devel-104 | |||||
2010-11-05 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2010-11-05 | s3: Remove some duplicate prototypes | Volker Lendecke | 2 | -31/+0 | |
2010-11-05 | socket_wrapper: fill in sa.sa_len if the system supports it | Stefan Metzmacher | 1 | -2/+12 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Nov 5 14:40:00 UTC 2010 on sn-devel-104 | |||||
2010-11-05 | s4-join: fixed secure_channel_type | Andrew Tridgell | 1 | -1/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Nov 5 13:24:32 UTC 2010 on sn-devel-104 | |||||
2010-11-05 | s4-join: don't print all the NDR packets by default | Andrew Tridgell | 1 | -1/+1 | |
2010-11-05 | s4-cldap: print all the DNS servers found | Andrew Tridgell | 1 | -0/+5 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-05 | s4-ldb: much more memory efficient msg filtering | Andrew Tridgell | 1 | -3/+20 | |
this ensures we don't leave unnecessary attributes in returned ldb objects Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-05 | s4-drs: reduce the memory usage of the getncchanges server | Andrew Tridgell | 1 | -21/+69 | |
we now keep just a list of GUIDs around between getncchanges calls, instead of an entire db search. This makes the overhead of having a pending getncchanges call much smaller. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-05 | s4-kerberos Mention the remote address we fail to contact the KDC on | Andrew Bartlett | 1 | -1/+10 | |
2010-11-05 | s4-ldb: show the reason for module initialization failure | Andrew Tridgell | 1 | -1/+2 | |
2010-11-05 | s4: net -> samba-tool | Andrew Tridgell | 1 | -1/+1 | |
2010-11-05 | s4-join: added DC join to the python join code | Andrew Tridgell | 2 | -152/+282 | |
this will replace the old vampire code |