Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-14 | ldb: added ldb_dn_get_extended_comp_num() | Andrew Tridgell | 3 | -1/+10 | |
this returns the number of extended components. We need this to validate a DN in the extended_dn_in module Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-01-14 | s4-samba_tool Added ACL checking to python GPO management tool | Andrew Bartlett | 1 | -8/+26 | |
2011-01-14 | pyldb Simplify python wrappers for struct ldb_val (LdbValue) | Andrew Bartlett | 1 | -17/+4 | |
Andrew Bartlett | |||||
2011-01-14 | s4-auth Add get and set methods for auth_session_info python wrapper | Andrew Bartlett | 2 | -7/+73 | |
This allows the session key, security_token and credentials to be manipulated from python. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> | |||||
2011-01-14 | s4-auth Add function to obtain any user's session_info from a given LDB | Andrew Bartlett | 6 | -81/+209 | |
This will be a building block for a tokenGroups test, which can compare against a remote server (in particular the rootDSE) against what we would calculate the tokenGroups to be. (this meant moving some parts out of the auth_sam code into the containing library) Andrew Bartlett | |||||
2011-01-14 | s4-auth use new dsdb_expand_nested_groups() | Andrew Bartlett | 2 | -152/+11 | |
This isn't quite as good as using tokenGroups, but that is only available for BASE searches, and this isn't how the all the callers work at the moment. Andrew Bartlett | |||||
2011-01-14 | s4-dsdb Implement tokenGroups expansion directly in ldb operational module | Andrew Bartlett | 3 | -30/+269 | |
This removes a silly cross-dependency between the ldb moudle stack and auth/ Andrew Bartlett | |||||
2011-01-12 | s4:torture/nbench/nbench.c - initialise "n" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Jan 12 20:38:02 CET 2011 on sn-devel-104 | |||||
2011-01-12 | s4:dns_server/dlz_bind9.c - initialise "ret" variables | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2011-01-12 | s4:extended_dn_out LDB module - initialise "have_reveal_control" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2011-01-12 | s4:librpc/rpc/dcerpc_connect.c - fix uninitialised variable | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
2011-01-12 | ldb:ltdb_sequence_number - initialise "tmp_ctx" to prevent uninitialisation ↵ | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
warning | |||||
2011-01-12 | ldb:ldbsearch.c - fix possible uninitialised variable | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
And add a comparison for the "ret" result - this is more standard-oriented | |||||
2011-01-12 | torture:drs/rpc/msds_intid.c - proof for the correct "intId" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
"drs_attr" is uninitialised in this loop | |||||
2011-01-12 | s4:winbind/idmap.c - we cannot use "failed" until we are in a transaction | Matthias Dieter Wallnöfer | 1 | -8/+14 | |
We've to wait until "trans" is initialised. | |||||
2011-01-12 | ldb:ltdb_sequence_number - check for an OOM exception | Matthias Dieter Wallnöfer | 1 | -0/+4 | |
2011-01-12 | ldb:ldb_dn_explode - remove/unify some duplicate initialisations | Matthias Dieter Wallnöfer | 1 | -6/+2 | |
2011-01-12 | s4:dynconfig/dynconfig.h - fix ending newline warning | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2011-01-12 | torture: add ndr tests for backup key protocol | Matthieu Patou | 3 | -1/+161 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 12 10:25:00 CET 2011 on sn-devel-104 | |||||
2011-01-12 | idl: Add IDL for remote key backup protocol (rkbp) | Matthieu Patou | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-01-12 | idl: remove protected storage | Matthieu Patou | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-01-12 | Add some debug in s4's winbind server | Matthieu Patou | 3 | -2/+3 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Jan 12 01:43:11 CET 2011 on sn-devel-104 | |||||
2011-01-11 | s4-tests: Tests for expansion of ACEs containing generic information. | Nadezhda Ivanova | 1 | -2/+59 | |
Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Tue Jan 11 12:10:25 CET 2011 on sn-devel-104 | |||||
2011-01-11 | ldb: link to the download directory on the website | Andrew Tridgell | 1 | -16/+4 | |
2011-01-11 | s4: fixed 'make dist' not to need configure for s4 | Andrew Tridgell | 1 | -2/+4 | |
2011-01-09 | s4: make pipes with underscore works also | Matthieu Patou | 1 | -1/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Jan 9 15:47:01 CET 2011 on sn-devel-104 | |||||
2011-01-08 | waf: ensure "make dist" works from a clean git tree for all libraries | Andrew Tridgell | 1 | -2/+4 | |
this uses a temporary waf lock file to force the build directory Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Jan 8 02:35:22 CET 2011 on sn-devel-104 | |||||
2011-01-08 | s4: upgradeprovision: Improve wording, punctuation | Michael Wood | 1 | -57/+60 | |
Signed-off-by: Matthieu Patou <mat@matws.net> Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sat Jan 8 00:25:08 CET 2011 on sn-devel-104 | |||||
2011-01-07 | netlogon: move netlogon helpers to ../libcli/netlogon. | Günther Deschner | 3 | -2/+3 | |
Guenther | |||||
2011-01-07 | s4/ldapcmp: Two new options are added to the tool | Zahari Zahariev | 1 | -40/+76 | |
The new ones are --base and --scope they give us the opportunity to compare DN subsets of the partitions. Now we are also able to compare any two objects even if they have different DNs. This is exteremely helpful when you are after nasty nTSecurityDescriptor bug. Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-Date: Fri Jan 7 13:22:26 CET 2011 on sn-devel-104 | |||||
2011-01-07 | s4-ldap_server Allow multiple binds on LDAP server | Andrew Bartlett | 1 | -0/+18 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jan 7 00:02:23 CET 2011 on sn-devel-104 | |||||
2011-01-06 | acl tests: Fix import. | Jelmer Vernooij | 1 | -4/+7 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Jan 6 16:07:49 CET 2011 on sn-devel-104 | |||||
2011-01-06 | Use new style objects. | Jelmer Vernooij | 1 | -1/+2 | |
2011-01-06 | Remove unused imports. | Jelmer Vernooij | 6 | -14/+7 | |
2011-01-05 | s4/ldapcmp: Correct fix for creds2 | Anatoliy Atanasov | 1 | -0/+3 | |
We need to set domain and workstation to creds2 otherwise we get Segfault because they are not initialized correctly. | |||||
2011-01-05 | Revert "s4/ldapcmp: Fix the parsing of the second set of credentials" | Anatoliy Atanasov | 1 | -1/+1 | |
This reverts commit 1cbce84683ef4fa49b85d87988c5e8db7057530a. Wrong assumption about a segmentation fault | |||||
2011-01-05 | Revert "s4/ldapcmp: Check if creds2 is actualy set by the command line" | Anatoliy Atanasov | 1 | -1/+1 | |
This reverts commit f8275bae5d7b471967be7222170d049c18b8882f. Wrong assumption about a segmentation fault. | |||||
2011-01-05 | upgradeprovision: Fix use of dict.get(). | Jelmer Vernooij | 1 | -11/+5 | |
Avoid modifying list while iterating over it. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Jan 5 03:37:35 CET 2011 on sn-devel-104 | |||||
2011-01-05 | s4-python: Allow setting TEST_DEBUG_LEVEL to override debug level for tests. | Jelmer Vernooij | 1 | -0/+10 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Jan 5 01:58:44 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s4/ldapcmp: Check if creds2 is actualy set by the command line | Anatoliy Atanasov | 1 | -1/+1 | |
When parsing the command line for the second set of credentials the parser returns wrong user if the second set of parameters isn't set. So check if the password is set instead. Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-Date: Tue Jan 4 18:11:26 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s4/ldapcmp: Fix the parsing of the second set of credentials | Anatoliy Atanasov | 1 | -1/+1 | |
We need this second set of credentials so we can do comparison between DCs in two different domains. Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-Date: Tue Jan 4 16:36:06 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s4-smbtorture: check driver_version equality as well. | Günther Deschner | 1 | -0/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 4 11:22:09 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s4-smbtorture: always setup full driver level 8 in test_add_driver_arg(). | Günther Deschner | 1 | -6/+13 | |
Guenther | |||||
2011-01-04 | s4-smbtorture: in test_GetDriverInfo_winreg() always test level 6 for samba3 as | Günther Deschner | 1 | -7/+2 | |
well. Guenther | |||||
2011-01-04 | s4-smbtorture: setup help and dependent files in spoolss driver unc path tests. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2011-01-04 | s4-smbtorture: fix DriverDate and DriverVersion comparison checks against w2k3. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2011-01-04 | s4-smbtorture: add more tests for driver_dates. | Günther Deschner | 1 | -0/+39 | |
Guenther | |||||
2011-01-04 | dynconfig: Add extern to header, try to unbreak imini buildfarm host. | Brad Hards | 1 | -1/+1 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jan 4 05:39:57 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s4-heimdal_build Remove talloc dep for krb5-glue.c | Andrew Bartlett | 1 | -6/+0 | |
This glue does not require any internal Samba functionality, just the same heimdal headers as the files it is providing a stub replacement for. Andrew Bartlett | |||||
2011-01-04 | s4-heimdal_build Remove talloc dependency from hdb-glue.c | Andrew Bartlett | 1 | -6/+0 | |
This file can compile with just heimdal headers. Andrew Bartlett |