Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-15 | s4:drsuapi/getncchanges: make sure we don't process filteres objects more ↵ | Stefan Metzmacher | 1 | -3/+3 | |
than once metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Feb 15 09:46:55 CET 2011 on sn-devel-104 | |||||
2011-02-15 | Fix private libdir and codepages paths | Simo Sorce | 2 | -2/+2 | |
The private libraries need to be arch specific as well. With --enable-fhs the codepages should go in /usr/share/samba and not in /usr/lib{64}/samba as they are data files not libraries. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Tue Feb 15 04:22:37 CET 2011 on sn-devel-104 | |||||
2011-02-14 | s3: Fix a C++ warning | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Feb 14 21:44:55 CET 2011 on sn-devel-104 | |||||
2011-02-14 | Increase minor version since a public header has changed | Simo Sorce | 2 | -1/+249 | |
Samba4 now depends on a new macro defined in the public ldb_modules.h header: LDB_FLAG_INTERNAL_FORCE_SINGLE_VALUE_CHECK. Bump up the minor release of ldb accordingly. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Mon Feb 14 19:39:31 CET 2011 on sn-devel-104 | |||||
2011-02-14 | librpc: make NDR_KRB5PAC a shared library (libndr-krb5pac.so). | Günther Deschner | 5 | -9/+22 | |
Simo, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 14 18:54:38 CET 2011 on sn-devel-104 | |||||
2011-02-14 | Return NULL if tevent_add_fd() is passed a negative fd | Stephen Gallagher | 1 | -0/+6 | |
Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Mon Feb 14 17:47:03 CET 2011 on sn-devel-104 | |||||
2011-02-14 | s4:ldapcmp: cope with range retrivals of multivalued attributes | Stefan Metzmacher | 1 | -1/+72 | |
A Windows Server returns a 'member;range=0-1499' attribute with the first 1500 values of the 'member' attribute. The client can do a BASE search on the given object and ask for the 'member;range=1500-*' attribute. It needs to loop until the high part of the returned range is '*'. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Feb 14 16:26:46 CET 2011 on sn-devel-104 | |||||
2011-02-14 | s4-readline: remove leftover from readline merge. | Günther Deschner | 1 | -126/+0 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 14 14:26:12 CET 2011 on sn-devel-104 | |||||
2011-02-14 | s3-waf: add UTIL_TEVENT subsystem (as in ../lib/util/wscript) | Günther Deschner | 2 | -5/+11 | |
Guenther | |||||
2011-02-14 | s4-ldb_modules/acl: Use ntds_guid for SPN check only we have a DC object | Kamen Mazdrashki | 1 | -6/+5 | |
ntds_guid is NULL otherwise as it doesn't make sense for not a DC object Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Mon Feb 14 13:15:31 CET 2011 on sn-devel-104 | |||||
2011-02-14 | s4-ldb_modules/acl: Get correct NTDSDSA objectGUID to check SPN for | Kamen Mazdrashki | 1 | -2/+17 | |
2011-02-14 | s4-ldb_modules/util: Implement dsdb_module_find_ntdsguid_for_computer() | Kamen Mazdrashki | 1 | -0/+30 | |
as a counterpart for samdb_find_ntdsguid_for_computer() to be used in LDB modules | |||||
2011-02-14 | s4/ldb_modules/acl.c: Fix calculation for samAccountName string len | Kamen Mazdrashki | 1 | -1/+1 | |
2011-02-14 | s3-librpc: no need to globally include endpointmapper headers. | Günther Deschner | 2 | -1/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 14 12:31:56 CET 2011 on sn-devel-104 | |||||
2011-02-14 | s3: move some defines to a better place. | Günther Deschner | 2 | -17/+15 | |
Guenther | |||||
2011-02-14 | s3-proto: remove prototype for non-existing functions. | Günther Deschner | 1 | -4/+0 | |
Guenther | |||||
2011-02-14 | s3-librpc: remove duplicate prototypes. | Günther Deschner | 2 | -19/+14 | |
Guenther | |||||
2011-02-14 | s3: Fix a typed-punned warning | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Feb 14 11:46:50 CET 2011 on sn-devel-104 | |||||
2011-02-14 | s4-dsdb: cope with broken exchange schema with single valued backlinks | Andrew Tridgell | 1 | -0/+7 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Feb 14 08:45:51 CET 2011 on sn-devel-104 | |||||
2011-02-14 | s4-ldb: fixed a uninitialised el->flags in ldb_tdb | Andrew Tridgell | 1 | -2/+1 | |
this caused an intermittent failure in some tests Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-14 | s4-dsdb: cleanups to the backupkey RPC server | Andrew Tridgell | 1 | -15/+15 | |
- fixed some warnings - change the debug levels to something more reasonable Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-14 | s4-dsdb: fixed problem with constrained modification of description attribute | Andrew Tridgell | 1 | -44/+13 | |
This approach just asks the tdb backend to handle the single valued constraint for us Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-14 | s4-ldb: added LDB_FLAG_INTERNAL_FORCE_SINGLE_VALUE_CHECK | Andrew Tridgell | 2 | -0/+11 | |
this allows a ldb module to force an element as single valued | |||||
2011-02-14 | s4-ldb: use a helper function for single valued checking | Andrew Tridgell | 1 | -25/+35 | |
this gives us a single piece of logic for single value checking in the tdb backend Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-14 | ldb-web: update mailing list info | Andrew Tridgell | 1 | -5/+5 | |
2011-02-14 | script: sign library releases with Samba Library Distribution Key | Andrew Tridgell | 1 | -1/+3 | |
2011-02-14 | s4:selftest: add tests with seal and sign for backupkey | Matthieu Patou | 1 | -0/+4 | |
We need to specify sign and seal as the protocol operate really only on sealed protected connections, in other case we are just checking that the server returns something like unwilling to perform due to weak security. Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Feb 14 01:48:39 CET 2011 on sn-devel-104 | |||||
2011-02-14 | s4: Renable samba4.rpc.backupkey | Stefan Metzmacher | 1 | -1/+0 | |
This reverts commit 07fd397be7e30849f2c8452154edbee7dceccfe1. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-14 | s4: load the backupkey endpoint | Matthieu Patou | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-14 | s4: Add server side implementation of backup key remote protocol | Matthieu Patou | 2 | -0/+1315 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-13 | s3: Add "comment" and "description" to pdb_ads | Volker Lendecke | 1 | -0/+20 | |
This is pending a change to samldb_description_check, we might have to modify the description with a TLDAP_MOD_REPLACE operation. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 13 17:56:58 CET 2011 on sn-devel-104 | |||||
2011-02-13 | s4/upgradeprovision: Fix help for --debugguess. | Michael Wood | 1 | -1/+1 | |
Signed-off-by: Matthieu Patou <mat@matws.net> Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Feb 13 16:38:13 CET 2011 on sn-devel-104 | |||||
2011-02-13 | s4/upgradeprovision: Typo and better word. | Michael Wood | 1 | -2/+2 | |
Signed-off-by: Matthieu Patou <mat@matws.net> | |||||
2011-02-13 | s4: samba_backup: Fix typos. | Michael Wood | 1 | -3/+3 | |
Signed-off-by: Matthieu Patou <mat@matws.net> | |||||
2011-02-13 | s3: Make "net sam list [users|workstations]" list only the right things | Volker Lendecke | 1 | -1/+20 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 13 12:59:14 CET 2011 on sn-devel-104 | |||||
2011-02-13 | s3: Use tlap_simple_recv in tldap_sasl_bind_recv | Volker Lendecke | 1 | -6/+3 | |
2011-02-13 | s3: Add error checking to asn1_read_OctetString_talloc | Volker Lendecke | 1 | -2/+15 | |
2011-02-13 | s3: Remove an unneeded proto | Volker Lendecke | 1 | -3/+0 | |
2011-02-13 | Fix typos | Volker Lendecke | 2 | -2/+2 | |
2011-02-13 | s3: Fix some nonempty blank lines | Volker Lendecke | 2 | -10/+10 | |
2011-02-13 | s3: Convert tldap_entry_values args to "array, count" | Volker Lendecke | 3 | -7/+7 | |
2011-02-13 | s3: Add an explicit counter to tldap_add_mod_[blobs|str] | Volker Lendecke | 3 | -19/+27 | |
2011-02-13 | s3: Convert tldap_make_mod_fmt args to "array, count" | Volker Lendecke | 3 | -18/+18 | |
2011-02-13 | s3: Convert tldap_make_mod_blob args to "array, count" | Volker Lendecke | 2 | -2/+2 | |
2011-02-13 | s3: Convert tldap_make_mod_blob_int args to "array, count" | Volker Lendecke | 1 | -3/+3 | |
2011-02-13 | s3: Convert tldap_add_blob_vals args to "array, count" | Volker Lendecke | 1 | -2/+2 | |
2011-02-13 | s3: Convert tldap_add_mod_blobs args to "array, count" | Volker Lendecke | 3 | -7/+8 | |
2011-02-13 | Fix some nonempty blank lines | Volker Lendecke | 1 | -18/+18 | |
2011-02-13 | s3: Align the args of pdb_ads_update_sam_account to tldap_modify | Volker Lendecke | 1 | -2/+2 | |
2011-02-13 | pyldb: fix a bug in the unit test which prevented ldb.python to run all the ↵ | Matthieu Patou | 1 | -0/+3 | |
tests in the testsuite Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Feb 13 00:14:24 CET 2011 on sn-devel-104 |