summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s4-dsdb: validate number of extended componentsAndrew Tridgell2011-01-141-2/+10
| | | | | | | | | this checks that the number of extended components in a DN is valid, to match MS AD behaviour. We need to do this to ensure that our tools don't try to do operations that will be invalid when used against MS servers Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* ldb: added ldb_dn_get_extended_comp_num()Andrew Tridgell2011-01-143-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>
* s4-samba_tool Added ACL checking to python GPO management toolAndrew Bartlett2011-01-141-8/+26
|
* libcli/security Add python bindings for se_access_checkAndrew Bartlett2011-01-142-0/+89
| | | | Andrew Bartlett
* pyldb Simplify python wrappers for struct ldb_val (LdbValue)Andrew Bartlett2011-01-141-17/+4
| | | | Andrew Bartlett
* s4-auth Add get and set methods for auth_session_info python wrapperAndrew Bartlett2011-01-142-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>
* s4-auth Add function to obtain any user's session_info from a given LDBAndrew Bartlett2011-01-146-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
* s4-auth use new dsdb_expand_nested_groups()Andrew Bartlett2011-01-142-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
* s4-dsdb Implement tokenGroups expansion directly in ldb operational moduleAndrew Bartlett2011-01-143-30/+269
| | | | | | This removes a silly cross-dependency between the ldb moudle stack and auth/ Andrew Bartlett
* Fix bug #7909 - map SYNCHRONIZE acl permission statically in zfs_acl vfs module.Paul B. Henson2011-01-132-1/+6
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Jan 13 20:02:32 CET 2011 on sn-devel-104
* security: Fixed incorrect indentation in create_descriptor.cNadezhda Ivanova2011-01-131-12/+12
| | | | | Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Thu Jan 13 15:53:16 CET 2011 on sn-devel-104
* s3-build: remove RPCCLI_WINREG subsystem.Günther Deschner2011-01-131-2/+1
| | | | | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Thu Jan 13 15:06:36 CET 2011 on sn-devel-104
* s3-waf: remove RPCCLI_WINREG subsystem.Günther Deschner2011-01-131-6/+2
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-net_registry: prefer dcerpc_winreg_X functions.Günther Deschner2011-01-131-100/+273
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-net: prefer dcerpc_winreg_X functions.Günther Deschner2011-01-131-7/+18
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-spoolss: no need to include cli_winreg header anymore.Günther Deschner2011-01-131-1/+1
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-rpcclient: prefer dcerpc_winreg_X functions.Günther Deschner2011-01-131-8/+13
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-build: remove RPCCLI_SRVSVC subsystem.Günther Deschner2011-01-131-2/+1
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-waf: remove RPCCLI_SRVSVC subsystem.Günther Deschner2011-01-131-11/+7
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-rpcclient: prefer dcerpc_srvsvc_X functions.Günther Deschner2011-01-131-28/+90
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-net: prefer dcerpc_srvsvc_X functions.Günther Deschner2011-01-131-13/+44
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-smbtree: prefer dcerpc_srvsvc_X functions.Günther Deschner2011-01-131-2/+5
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-lanman: prefer dcerpc_srvsvc_X functions.Günther Deschner2011-01-131-3/+9
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-libsmbclient: prefer dcerpc_srvsvc_X functions.Günther Deschner2011-01-131-4/+18
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-smbclient: prefer dcerpc_srvsvc_X functions.Günther Deschner2011-01-131-2/+5
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-libnetapi: prefer dcerpc_srvsvc_X functions.Günther Deschner2011-01-133-15/+86
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-build: remove RPCCLI_NETLOGON subsystem.Günther Deschner2011-01-131-2/+1
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-waf: remove RPCCLI_NETLOGON subsystem.Günther Deschner2011-01-131-5/+1
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-rpcclient: prefer dcerpc_netr_X functions.Günther Deschner2011-01-131-27/+82
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-winbind: prefer dcerpc_netr_X functions.Günther Deschner2011-01-134-28/+61
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-rpc_client: prefer dcerpc_netr_X functions.Günther Deschner2011-01-131-27/+65
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-net: prefer dcerpc_netr_X functions.Günther Deschner2011-01-131-5/+13
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-libnet: prefer dcerpc_netr_X functions.Günther Deschner2011-01-132-11/+19
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-libnetapi: prefer dcerpc_netr_X functions.Günther Deschner2011-01-132-13/+32
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-net: remove some pointless fstrings in "net rpc service".Günther Deschner2011-01-131-12/+3
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-net: restructure "net rpc service" and add open_scm().Günther Deschner2011-01-131-123/+59
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-net: restructure "net rpc service" and add open_service().Günther Deschner2011-01-131-75/+49
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-build: remove RPCCLI_SVCCTL subsystem.Günther Deschner2011-01-131-2/+1
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-waf: remove RPCCLI_SVCCTL subsystem.Günther Deschner2011-01-131-5/+1
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-svcctl: prefer dcerpc_svcctl_X functions.Günther Deschner2011-01-131-68/+254
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s4:torture/nbench/nbench.c - initialise "n"Matthias Dieter Wallnöfer2011-01-121-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
* s4:dns_server/dlz_bind9.c - initialise "ret" variablesMatthias Dieter Wallnöfer2011-01-121-2/+2
|
* s4:extended_dn_out LDB module - initialise "have_reveal_control"Matthias Dieter Wallnöfer2011-01-121-1/+1
|
* s4:librpc/rpc/dcerpc_connect.c - fix uninitialised variableMatthias Dieter Wallnöfer2011-01-121-0/+1
|
* ldb:ltdb_sequence_number - initialise "tmp_ctx" to prevent uninitialisation ↵Matthias Dieter Wallnöfer2011-01-121-1/+2
| | | | warning
* ldb:ldbsearch.c - fix possible uninitialised variableMatthias Dieter Wallnöfer2011-01-121-2/+2
| | | | And add a comparison for the "ret" result - this is more standard-oriented
* torture:drs/rpc/msds_intid.c - proof for the correct "intId"Matthias Dieter Wallnöfer2011-01-121-1/+1
| | | | "drs_attr" is uninitialised in this loop
* s4:winbind/idmap.c - we cannot use "failed" until we are in a transactionMatthias Dieter Wallnöfer2011-01-121-8/+14
| | | | We've to wait until "trans" is initialised.
* ldb:ltdb_sequence_number - check for an OOM exceptionMatthias Dieter Wallnöfer2011-01-121-0/+4
|
* ldb:ldb_dn_explode - remove/unify some duplicate initialisationsMatthias Dieter Wallnöfer2011-01-121-6/+2
|