mirror of
https://github.com/samba-team/samba.git
synced 2025-11-07 12:23:51 +03:00
r15328: Move some functions around, remove dependencies.
Remove some autogenerated headers (which had prototypes now autogenerated by pidl) Remove ndr_security.h from a few places - it's no longer necessary
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
f10b38b824
commit
c19c2b51d3
@@ -28,7 +28,6 @@
|
|||||||
#include "dsdb/samdb/samdb.h"
|
#include "dsdb/samdb/samdb.h"
|
||||||
#include "libcli/security/security.h"
|
#include "libcli/security/security.h"
|
||||||
#include "libcli/ldap/ldap.h"
|
#include "libcli/ldap/ldap.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
|
|
||||||
extern const char *user_attrs[];
|
extern const char *user_attrs[];
|
||||||
extern const char *domain_ref_attrs[];
|
extern const char *domain_ref_attrs[];
|
||||||
|
|||||||
@@ -27,7 +27,6 @@
|
|||||||
#include "dsdb/samdb/samdb.h"
|
#include "dsdb/samdb/samdb.h"
|
||||||
#include "libcli/security/security.h"
|
#include "libcli/security/security.h"
|
||||||
#include "libcli/ldap/ldap.h"
|
#include "libcli/ldap/ldap.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
|
|
||||||
const char *user_attrs[] = {
|
const char *user_attrs[] = {
|
||||||
/* required for the krb5 kdc */
|
/* required for the krb5 kdc */
|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
#include "lib/cmdline/popt_common.h"
|
#include "lib/cmdline/popt_common.h"
|
||||||
#include "librpc/gen_ndr/ndr_srvsvc_c.h"
|
#include "librpc/gen_ndr/ndr_srvsvc_c.h"
|
||||||
#include "librpc/gen_ndr/ndr_lsa.h"
|
#include "librpc/gen_ndr/ndr_lsa.h"
|
||||||
|
#include "librpc/gen_ndr/ndr_security.h"
|
||||||
#include "libcli/raw/libcliraw.h"
|
#include "libcli/raw/libcliraw.h"
|
||||||
#include "libcli/util/clilsa.h"
|
#include "libcli/util/clilsa.h"
|
||||||
#include "system/dir.h"
|
#include "system/dir.h"
|
||||||
@@ -39,7 +40,6 @@
|
|||||||
#include "libcli/security/security.h"
|
#include "libcli/security/security.h"
|
||||||
#include "lib/replace/readline.h"
|
#include "lib/replace/readline.h"
|
||||||
#include "librpc/gen_ndr/ndr_nbt.h"
|
#include "librpc/gen_ndr/ndr_nbt.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
|
|
||||||
static int io_bufsize = 64512;
|
static int io_bufsize = 64512;
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,6 @@
|
|||||||
#include "libcli/ldap/ldap.h"
|
#include "libcli/ldap/ldap.h"
|
||||||
#include "db_wrap.h"
|
#include "db_wrap.h"
|
||||||
#include "libcli/security/security.h"
|
#include "libcli/security/security.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
these are used for the fallback local uid/gid to sid mapping
|
these are used for the fallback local uid/gid to sid mapping
|
||||||
@@ -43,7 +42,7 @@
|
|||||||
private context for sid mapping routines
|
private context for sid mapping routines
|
||||||
*/
|
*/
|
||||||
struct sidmap_context {
|
struct sidmap_context {
|
||||||
struct ldb_wrap *samctx;
|
struct ldb_context *samctx;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -30,10 +30,10 @@
|
|||||||
#include "auth/kerberos/kerberos.h"
|
#include "auth/kerberos/kerberos.h"
|
||||||
#include "libcli/ldap/ldap.h"
|
#include "libcli/ldap/ldap.h"
|
||||||
#include "libcli/security/security.h"
|
#include "libcli/security/security.h"
|
||||||
|
#include "librpc/gen_ndr/ndr_misc.h"
|
||||||
#include "auth/auth.h"
|
#include "auth/auth.h"
|
||||||
#include "db_wrap.h"
|
#include "db_wrap.h"
|
||||||
#include "dsdb/samdb/samdb.h"
|
#include "dsdb/samdb/samdb.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
|
|
||||||
static WERROR DsCrackNameOneFilter(struct ldb_context *sam_ctx, TALLOC_CTX *mem_ctx,
|
static WERROR DsCrackNameOneFilter(struct ldb_context *sam_ctx, TALLOC_CTX *mem_ctx,
|
||||||
struct smb_krb5_context *smb_krb5_context,
|
struct smb_krb5_context *smb_krb5_context,
|
||||||
|
|||||||
@@ -36,8 +36,9 @@
|
|||||||
#include "ldb/include/ldb.h"
|
#include "ldb/include/ldb.h"
|
||||||
#include "ldb/include/ldb_errors.h"
|
#include "ldb/include/ldb_errors.h"
|
||||||
#include "ldb/include/ldb_private.h"
|
#include "ldb/include/ldb_private.h"
|
||||||
|
#include "librpc/gen_ndr/ndr_misc.h"
|
||||||
#include "dsdb/samdb/samdb.h"
|
#include "dsdb/samdb/samdb.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
#include "libcli/security/security.h"
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
|
|||||||
@@ -36,8 +36,8 @@
|
|||||||
#include "ldb/include/ldb_private.h"
|
#include "ldb/include/ldb_private.h"
|
||||||
#include "librpc/gen_ndr/misc.h"
|
#include "librpc/gen_ndr/misc.h"
|
||||||
#include "librpc/gen_ndr/samr.h"
|
#include "librpc/gen_ndr/samr.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
#include "libcli/auth/libcli_auth.h"
|
#include "libcli/auth/libcli_auth.h"
|
||||||
|
#include "libcli/security/security.h"
|
||||||
#include "system/kerberos.h"
|
#include "system/kerberos.h"
|
||||||
#include "auth/kerberos/kerberos.h"
|
#include "auth/kerberos/kerberos.h"
|
||||||
#include "system/time.h"
|
#include "system/time.h"
|
||||||
|
|||||||
@@ -296,8 +296,6 @@ OBJ_FILES = \
|
|||||||
[SUBSYSTEM::HEIMDAL_ROKEN_GAI_STRERROR]
|
[SUBSYSTEM::HEIMDAL_ROKEN_GAI_STRERROR]
|
||||||
OBJ_FILES = ../heimdal/lib/roken/gai_strerror.o
|
OBJ_FILES = ../heimdal/lib/roken/gai_strerror.o
|
||||||
|
|
||||||
#######################
|
|
||||||
# Start SUBSYSTEM HEIMDAL_ROKEN_GAI_STRERROR
|
|
||||||
[SUBSYSTEM::HEIMDAL_ROKEN_INET_ATON]
|
[SUBSYSTEM::HEIMDAL_ROKEN_INET_ATON]
|
||||||
CFLAGS = -Iheimdal_build -Iheimdal/lib/roken
|
CFLAGS = -Iheimdal_build -Iheimdal/lib/roken
|
||||||
OBJ_FILES = ../heimdal/lib/roken/inet_aton.o
|
OBJ_FILES = ../heimdal/lib/roken/inet_aton.o
|
||||||
@@ -356,7 +354,8 @@ PUBLIC_DEPENDENCIES = \
|
|||||||
HEIMDAL_ROKEN_GETPROGNAME \
|
HEIMDAL_ROKEN_GETPROGNAME \
|
||||||
GAI \
|
GAI \
|
||||||
NSL \
|
NSL \
|
||||||
LIBREPLACE
|
LIBREPLACE \
|
||||||
|
RESOLV
|
||||||
# End SUBSYSTEM HEIMDAL_ROKEN
|
# End SUBSYSTEM HEIMDAL_ROKEN
|
||||||
#######################
|
#######################
|
||||||
|
|
||||||
@@ -485,8 +484,7 @@ SO_VERSION = 0
|
|||||||
CFLAGS = -Iheimdal_build
|
CFLAGS = -Iheimdal_build
|
||||||
OBJ_FILES = ../heimdal/lib/vers/print_version.o
|
OBJ_FILES = ../heimdal/lib/vers/print_version.o
|
||||||
PUBLIC_DEPENDENCIES = \
|
PUBLIC_DEPENDENCIES = \
|
||||||
HEIMDAL_GSSAPI HEIMDAL_KRB5 KERBEROS \
|
HEIMDAL_GSSAPI HEIMDAL_KRB5 KERBEROS
|
||||||
RESOLV
|
|
||||||
# End SUBSYSTEM HEIMDAL
|
# End SUBSYSTEM HEIMDAL
|
||||||
#######################
|
#######################
|
||||||
|
|
||||||
|
|||||||
@@ -31,11 +31,11 @@
|
|||||||
#include "lib/ldb/include/ldb.h"
|
#include "lib/ldb/include/ldb.h"
|
||||||
#include "heimdal/lib/krb5/krb5_locl.h"
|
#include "heimdal/lib/krb5/krb5_locl.h"
|
||||||
#include "heimdal/lib/krb5/krb5-private.h"
|
#include "heimdal/lib/krb5/krb5-private.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
#include "auth/auth.h"
|
#include "auth/auth.h"
|
||||||
#include "dsdb/samdb/samdb.h"
|
#include "dsdb/samdb/samdb.h"
|
||||||
#include "rpc_server/dcerpc_server.h"
|
#include "rpc_server/dcerpc_server.h"
|
||||||
#include "rpc_server/samr/proto.h"
|
#include "rpc_server/samr/proto.h"
|
||||||
|
#include "libcli/security/security.h"
|
||||||
|
|
||||||
/* hold information about one kdc socket */
|
/* hold information about one kdc socket */
|
||||||
struct kpasswd_socket {
|
struct kpasswd_socket {
|
||||||
|
|||||||
@@ -61,10 +61,10 @@ NTSTATUS samba3_read_share_info(const char *fn, TALLOC_CTX *ctx, struct samba3 *
|
|||||||
struct samba3_share_info *share;
|
struct samba3_share_info *share;
|
||||||
char *name;
|
char *name;
|
||||||
|
|
||||||
if (strncmp(kbuf.dptr, "SECDESC/", strlen("SECDESC/")) != 0)
|
if (strncmp((char *)kbuf.dptr, "SECDESC/", strlen("SECDESC/")) != 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
name = talloc_strndup(ctx, kbuf.dptr+strlen("SECDESC/"), kbuf.dsize-strlen("SECDESC/"));
|
name = talloc_strndup(ctx, (char *)kbuf.dptr+strlen("SECDESC/"), kbuf.dsize-strlen("SECDESC/"));
|
||||||
|
|
||||||
db->shares = talloc_realloc(db, db->shares, struct samba3_share_info, db->share_count+1);
|
db->shares = talloc_realloc(db, db->shares, struct samba3_share_info, db->share_count+1);
|
||||||
share = &db->shares[db->share_count];
|
share = &db->shares[db->share_count];
|
||||||
|
|||||||
@@ -8,6 +8,6 @@ OBJ_FILES = security_token.o \
|
|||||||
access_check.o \
|
access_check.o \
|
||||||
privilege.o \
|
privilege.o \
|
||||||
sddl.o
|
sddl.o
|
||||||
PUBLIC_DEPENDENCIES = NDR_SECURITY
|
PUBLIC_DEPENDENCIES = NDR_MISC
|
||||||
# End SUBSYSTEM LIBSECURITY
|
# End SUBSYSTEM LIBSECURITY
|
||||||
#################################
|
#################################
|
||||||
|
|||||||
@@ -240,3 +240,35 @@ BOOL dom_sid_in_domain(const struct dom_sid *domain_sid,
|
|||||||
|
|
||||||
return dom_sid_compare_auth(domain_sid, sid) == 0;
|
return dom_sid_compare_auth(domain_sid, sid) == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
convert a dom_sid to a string
|
||||||
|
*/
|
||||||
|
char *dom_sid_string(TALLOC_CTX *mem_ctx, const struct dom_sid *sid)
|
||||||
|
{
|
||||||
|
int i, ofs, maxlen;
|
||||||
|
uint32_t ia;
|
||||||
|
char *ret;
|
||||||
|
|
||||||
|
if (!sid) {
|
||||||
|
return talloc_strdup(mem_ctx, "(NULL SID)");
|
||||||
|
}
|
||||||
|
|
||||||
|
maxlen = sid->num_auths * 11 + 25;
|
||||||
|
ret = talloc_size(mem_ctx, maxlen);
|
||||||
|
if (!ret) return talloc_strdup(mem_ctx, "(SID ERR)");
|
||||||
|
|
||||||
|
ia = (sid->id_auth[5]) +
|
||||||
|
(sid->id_auth[4] << 8 ) +
|
||||||
|
(sid->id_auth[3] << 16) +
|
||||||
|
(sid->id_auth[2] << 24);
|
||||||
|
|
||||||
|
ofs = snprintf(ret, maxlen, "S-%u-%lu",
|
||||||
|
(uint_t)sid->sid_rev_num, (unsigned long)ia);
|
||||||
|
|
||||||
|
for (i = 0; i < sid->num_auths; i++) {
|
||||||
|
ofs += snprintf(ret + ofs, maxlen - ofs, "-%lu", (unsigned long)sid->sub_auths[i]);
|
||||||
|
}
|
||||||
|
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
|||||||
@@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "system/iconv.h"
|
#include "system/iconv.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
#include "libcli/security/security.h"
|
#include "libcli/security/security.h"
|
||||||
|
#include "librpc/gen_ndr/ndr_misc.h"
|
||||||
|
|
||||||
struct flag_map {
|
struct flag_map {
|
||||||
const char *name;
|
const char *name;
|
||||||
|
|||||||
@@ -24,7 +24,6 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "dsdb/samdb/samdb.h"
|
#include "dsdb/samdb/samdb.h"
|
||||||
#include "libcli/security/security.h"
|
#include "libcli/security/security.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
return a blank security token
|
return a blank security token
|
||||||
|
|||||||
@@ -30,7 +30,6 @@
|
|||||||
#include "libcli/raw/libcliraw.h"
|
#include "libcli/raw/libcliraw.h"
|
||||||
#include "libcli/libcli.h"
|
#include "libcli/libcli.h"
|
||||||
#include "libcli/security/security.h"
|
#include "libcli/security/security.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
#include "librpc/gen_ndr/ndr_lsa.h"
|
#include "librpc/gen_ndr/ndr_lsa.h"
|
||||||
#include "librpc/gen_ndr/ndr_lsa_c.h"
|
#include "librpc/gen_ndr/ndr_lsa_c.h"
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,6 @@
|
|||||||
#include "libcli/security/security.h"
|
#include "libcli/security/security.h"
|
||||||
#include "auth/credentials/credentials.h"
|
#include "auth/credentials/credentials.h"
|
||||||
#include "librpc/gen_ndr/ndr_samr_c.h"
|
#include "librpc/gen_ndr/ndr_samr_c.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* complete a domain join, when joining to a AD domain:
|
* complete a domain join, when joining to a AD domain:
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
#include "libnet/libnet.h"
|
#include "libnet/libnet.h"
|
||||||
#include "dlinklist.h"
|
#include "dlinklist.h"
|
||||||
#include "samba3/samba3.h"
|
#include "samba3/samba3.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
#include "libcli/security/security.h"
|
||||||
|
|
||||||
|
|
||||||
struct samdump_secret {
|
struct samdump_secret {
|
||||||
|
|||||||
@@ -31,7 +31,6 @@
|
|||||||
#include "librpc/gen_ndr/ndr_misc.h"
|
#include "librpc/gen_ndr/ndr_misc.h"
|
||||||
#include "db_wrap.h"
|
#include "db_wrap.h"
|
||||||
#include "libcli/security/security.h"
|
#include "libcli/security/security.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
#include "librpc/rpc/dcerpc.h"
|
#include "librpc/rpc/dcerpc.h"
|
||||||
|
|
||||||
struct samsync_ldb_secret {
|
struct samsync_ldb_secret {
|
||||||
|
|||||||
@@ -28,16 +28,12 @@ PUBLIC_DEPENDENCIES = LIBCOMPRESSION
|
|||||||
# End SUBSYSTEM NDR_COMPRESSION
|
# End SUBSYSTEM NDR_COMPRESSION
|
||||||
################################################
|
################################################
|
||||||
|
|
||||||
[SUBSYSTEM::NDR_SECURITY_HELPER]
|
|
||||||
PRIVATE_PROTO_HEADER = ndr/ndr_sec.h
|
|
||||||
OBJ_FILES = ndr/ndr_sec_helper.o ndr/ndr_sec.o
|
|
||||||
|
|
||||||
[LIBRARY::NDR_SECURITY]
|
[LIBRARY::NDR_SECURITY]
|
||||||
VERSION = 0.0.1
|
VERSION = 0.0.1
|
||||||
SO_VERSION = 0
|
SO_VERSION = 0
|
||||||
OBJ_FILES = gen_ndr/ndr_security.o
|
OBJ_FILES = gen_ndr/ndr_security.o ndr/ndr_sec_helper.o
|
||||||
PUBLIC_HEADERS = gen_ndr/security.h
|
PUBLIC_HEADERS = gen_ndr/security.h
|
||||||
PUBLIC_DEPENDENCIES = NDR_MISC NDR_SECURITY_HELPER
|
PUBLIC_DEPENDENCIES = NDR_MISC LIBSECURITY
|
||||||
|
|
||||||
[LIBRARY::NDR_AUDIOSRV]
|
[LIBRARY::NDR_AUDIOSRV]
|
||||||
VERSION = 0.0.1
|
VERSION = 0.0.1
|
||||||
@@ -65,7 +61,7 @@ PUBLIC_DEPENDENCIES = LIBNDR
|
|||||||
VERSION = 0.0.1
|
VERSION = 0.0.1
|
||||||
SO_VERSION = 0
|
SO_VERSION = 0
|
||||||
OBJ_FILES = gen_ndr/ndr_irpc.o
|
OBJ_FILES = gen_ndr/ndr_irpc.o
|
||||||
PUBLIC_DEPENDENCIES = LIBNDR
|
PUBLIC_DEPENDENCIES = LIBNDR NDR_SECURITY
|
||||||
|
|
||||||
[LIBRARY::NDR_DSBACKUP]
|
[LIBRARY::NDR_DSBACKUP]
|
||||||
VERSION = 0.0.1
|
VERSION = 0.0.1
|
||||||
@@ -77,7 +73,7 @@ PUBLIC_DEPENDENCIES = LIBNDR
|
|||||||
VERSION = 0.0.1
|
VERSION = 0.0.1
|
||||||
SO_VERSION = 0
|
SO_VERSION = 0
|
||||||
OBJ_FILES = gen_ndr/ndr_efs.o
|
OBJ_FILES = gen_ndr/ndr_efs.o
|
||||||
PUBLIC_DEPENDENCIES = LIBNDR
|
PUBLIC_DEPENDENCIES = LIBNDR NDR_SECURITY
|
||||||
|
|
||||||
[SUBSYSTEM::NDR_MISC]
|
[SUBSYSTEM::NDR_MISC]
|
||||||
OBJ_FILES = gen_ndr/ndr_misc.o
|
OBJ_FILES = gen_ndr/ndr_misc.o
|
||||||
@@ -93,7 +89,7 @@ VERSION = 0.0.1
|
|||||||
SO_VERSION = 0
|
SO_VERSION = 0
|
||||||
OBJ_FILES = gen_ndr/ndr_lsa.o
|
OBJ_FILES = gen_ndr/ndr_lsa.o
|
||||||
PUBLIC_HEADERS = gen_ndr/lsa.h
|
PUBLIC_HEADERS = gen_ndr/lsa.h
|
||||||
PUBLIC_DEPENDENCIES = LIBNDR
|
PUBLIC_DEPENDENCIES = LIBNDR NDR_SECURITY
|
||||||
|
|
||||||
[LIBRARY::NDR_DFS]
|
[LIBRARY::NDR_DFS]
|
||||||
VERSION = 0.0.1
|
VERSION = 0.0.1
|
||||||
@@ -104,12 +100,8 @@ PUBLIC_DEPENDENCIES = LIBNDR
|
|||||||
[LIBRARY::NDR_DRSUAPI]
|
[LIBRARY::NDR_DRSUAPI]
|
||||||
VERSION = 0.0.1
|
VERSION = 0.0.1
|
||||||
SO_VERSION = 0
|
SO_VERSION = 0
|
||||||
OBJ_FILES = gen_ndr/ndr_drsuapi.o
|
OBJ_FILES = gen_ndr/ndr_drsuapi.o ndr/ndr_drsuapi.o
|
||||||
PUBLIC_DEPENDENCIES = LIBNDR NDR_DRSUAPI_PRINT NDR_COMPRESSION NDR_SECURITY
|
PUBLIC_DEPENDENCIES = LIBNDR NDR_COMPRESSION NDR_SECURITY
|
||||||
|
|
||||||
[SUBSYSTEM::NDR_DRSUAPI_PRINT]
|
|
||||||
PRIVATE_PROTO_HEADER = ndr/ndr_drsuapi.h
|
|
||||||
OBJ_FILES = ndr/ndr_drsuapi.o
|
|
||||||
|
|
||||||
[LIBRARY::NDR_DRSBLOBS]
|
[LIBRARY::NDR_DRSBLOBS]
|
||||||
VERSION = 0.0.1
|
VERSION = 0.0.1
|
||||||
@@ -131,7 +123,7 @@ PUBLIC_DEPENDENCIES = LIBNDR
|
|||||||
VERSION = 0.0.1
|
VERSION = 0.0.1
|
||||||
SO_VERSION = 0
|
SO_VERSION = 0
|
||||||
OBJ_FILES = gen_ndr/ndr_unixinfo.o
|
OBJ_FILES = gen_ndr/ndr_unixinfo.o
|
||||||
PUBLIC_DEPENDENCIES = LIBNDR
|
PUBLIC_DEPENDENCIES = LIBNDR NDR_SECURITY
|
||||||
|
|
||||||
[LIBRARY::NDR_SAMR]
|
[LIBRARY::NDR_SAMR]
|
||||||
VERSION = 0.0.1
|
VERSION = 0.0.1
|
||||||
@@ -309,12 +301,8 @@ OBJ_FILES = gen_ndr/ndr_keysvc.o
|
|||||||
PUBLIC_DEPENDENCIES = LIBNDR
|
PUBLIC_DEPENDENCIES = LIBNDR
|
||||||
|
|
||||||
[SUBSYSTEM::NDR_KRB5PAC]
|
[SUBSYSTEM::NDR_KRB5PAC]
|
||||||
OBJ_FILES = gen_ndr/ndr_krb5pac.o
|
OBJ_FILES = gen_ndr/ndr_krb5pac.o ndr/ndr_krb5pac.o
|
||||||
PUBLIC_DEPENDENCIES = LIBNDR NDR_KRB5PAC_UTIL NDR_NETLOGON
|
PUBLIC_DEPENDENCIES = LIBNDR NDR_NETLOGON NDR_SECURITY
|
||||||
|
|
||||||
[SUBSYSTEM::NDR_KRB5PAC_UTIL]
|
|
||||||
PRIVATE_PROTO_HEADER = ndr/ndr_krb5pac.h
|
|
||||||
OBJ_FILES = ndr/ndr_krb5pac.o
|
|
||||||
|
|
||||||
[LIBRARY::NDR_XATTR]
|
[LIBRARY::NDR_XATTR]
|
||||||
VERSION = 0.0.1
|
VERSION = 0.0.1
|
||||||
@@ -431,7 +419,7 @@ PUBLIC_DEPENDENCIES = dcerpc NDR_UNIXINFO
|
|||||||
VERSION = 0.0.1
|
VERSION = 0.0.1
|
||||||
SO_VERSION = 0
|
SO_VERSION = 0
|
||||||
OBJ_FILES = gen_ndr/ndr_samr_c.o
|
OBJ_FILES = gen_ndr/ndr_samr_c.o
|
||||||
PUBLIC_DEPENDENCIES = dcerpc NDR_SAMR
|
PUBLIC_DEPENDENCIES = dcerpc NDR_SAMR
|
||||||
|
|
||||||
[LIBRARY::RPC_NDR_SPOOLSS]
|
[LIBRARY::RPC_NDR_SPOOLSS]
|
||||||
VERSION = 0.0.1
|
VERSION = 0.0.1
|
||||||
|
|||||||
@@ -7,8 +7,7 @@
|
|||||||
authservice("ldap"),
|
authservice("ldap"),
|
||||||
helpstring("Active Directory Replication"),
|
helpstring("Active Directory Replication"),
|
||||||
pointer_default(unique),
|
pointer_default(unique),
|
||||||
depends(security),
|
depends(security)
|
||||||
helper("librpc/ndr/ndr_drsuapi.h")
|
|
||||||
]
|
]
|
||||||
interface drsuapi
|
interface drsuapi
|
||||||
{
|
{
|
||||||
@@ -122,7 +121,7 @@ interface drsuapi
|
|||||||
/* Function 0x02 */
|
/* Function 0x02 */
|
||||||
typedef [public,gensize] struct {
|
typedef [public,gensize] struct {
|
||||||
[value(ndr_size_drsuapi_DsReplicaObjectIdentifier(r, ndr->flags)-4)] uint32 __ndr_size;
|
[value(ndr_size_drsuapi_DsReplicaObjectIdentifier(r, ndr->flags)-4)] uint32 __ndr_size;
|
||||||
[value(ndr_length_dom_sid(&r->sid))] uint32 __ndr_size_sid;
|
[value(ndr_size_dom_sid(&r->sid, ndr->flags))] uint32 __ndr_size_sid;
|
||||||
GUID guid;
|
GUID guid;
|
||||||
dom_sid28 sid;
|
dom_sid28 sid;
|
||||||
[flag(STR_SIZE4|STR_CHARLEN|STR_CONFORMANT)] string dn;
|
[flag(STR_SIZE4|STR_CHARLEN|STR_CONFORMANT)] string dn;
|
||||||
@@ -444,7 +443,7 @@ interface drsuapi
|
|||||||
/* DN String values */
|
/* DN String values */
|
||||||
typedef [public,gensize] struct {
|
typedef [public,gensize] struct {
|
||||||
[value(ndr_size_drsuapi_DsReplicaObjectIdentifier3(r, ndr->flags))] uint32 __ndr_size;
|
[value(ndr_size_drsuapi_DsReplicaObjectIdentifier3(r, ndr->flags))] uint32 __ndr_size;
|
||||||
[value(ndr_length_dom_sid(&r->sid))] uint32 __ndr_size_sid;
|
[value(ndr_size_dom_sid(&r->sid,ndr->flags))] uint32 __ndr_size_sid;
|
||||||
GUID guid;
|
GUID guid;
|
||||||
dom_sid28 sid;
|
dom_sid28 sid;
|
||||||
[flag(STR_SIZE4|STR_CHARLEN)] string dn;
|
[flag(STR_SIZE4|STR_CHARLEN)] string dn;
|
||||||
@@ -473,7 +472,7 @@ interface drsuapi
|
|||||||
|
|
||||||
/* SID values */
|
/* SID values */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
[range(0,10485760),value(ndr_size_dom_sid(sid))] uint32 __ndr_size;
|
[range(0,10485760),value(ndr_size_dom_sid(sid,ndr->flags))] uint32 __ndr_size;
|
||||||
[subcontext(4)] dom_sid *sid;
|
[subcontext(4)] dom_sid *sid;
|
||||||
} drsuapi_DsAttributeValueSID;
|
} drsuapi_DsAttributeValueSID;
|
||||||
|
|
||||||
@@ -484,7 +483,7 @@ interface drsuapi
|
|||||||
|
|
||||||
/* SecurityDescriptor values */
|
/* SecurityDescriptor values */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
[range(0,10485760),value(ndr_size_security_descriptor(sd))] uint32 __ndr_size;
|
[range(0,10485760),value(ndr_size_security_descriptor(sd,ndr->flags))] uint32 __ndr_size;
|
||||||
[subcontext(4)] security_descriptor *sd;
|
[subcontext(4)] security_descriptor *sd;
|
||||||
} drsuapi_DsAttributeValueSecurityDescriptor;
|
} drsuapi_DsAttributeValueSecurityDescriptor;
|
||||||
|
|
||||||
|
|||||||
@@ -9,8 +9,7 @@
|
|||||||
version(0.0),
|
version(0.0),
|
||||||
pointer_default(unique),
|
pointer_default(unique),
|
||||||
helpstring("Active Directory KRB5 PAC"),
|
helpstring("Active Directory KRB5 PAC"),
|
||||||
depends(security,netlogon,samr),
|
depends(security,netlogon,samr)
|
||||||
helper("librpc/ndr/ndr_krb5pac.h")
|
|
||||||
]
|
]
|
||||||
interface krb5pac
|
interface krb5pac
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -427,7 +427,7 @@
|
|||||||
nstring unicode_domain;
|
nstring unicode_domain;
|
||||||
uint32 db_count;
|
uint32 db_count;
|
||||||
nbt_db_change dbchange[db_count];
|
nbt_db_change dbchange[db_count];
|
||||||
[value(ndr_size_dom_sid(&sid))] uint32 sid_size;
|
[value(ndr_size_dom_sid(&sid, ndr->flags))] uint32 sid_size;
|
||||||
[flag(NDR_ALIGN4)] DATA_BLOB _pad2;
|
[flag(NDR_ALIGN4)] DATA_BLOB _pad2;
|
||||||
dom_sid sid;
|
dom_sid sid;
|
||||||
uint32 nt_version;
|
uint32 nt_version;
|
||||||
@@ -547,7 +547,7 @@
|
|||||||
nstring user_name;
|
nstring user_name;
|
||||||
astring mailslot_name;
|
astring mailslot_name;
|
||||||
uint32 acct_control;
|
uint32 acct_control;
|
||||||
[value(ndr_size_dom_sid(&sid))] uint32 sid_size;
|
[value(ndr_size_dom_sid(&sid, ndr->flags))] uint32 sid_size;
|
||||||
[flag(NDR_ALIGN4)] DATA_BLOB _pad;
|
[flag(NDR_ALIGN4)] DATA_BLOB _pad;
|
||||||
dom_sid sid;
|
dom_sid sid;
|
||||||
uint32 nt_version;
|
uint32 nt_version;
|
||||||
|
|||||||
@@ -6,8 +6,7 @@
|
|||||||
|
|
||||||
[
|
[
|
||||||
pointer_default(unique),
|
pointer_default(unique),
|
||||||
depends(misc),
|
depends(misc,security)
|
||||||
helper("librpc/ndr/ndr_sec.h")
|
|
||||||
]
|
]
|
||||||
interface security
|
interface security
|
||||||
{
|
{
|
||||||
@@ -22,9 +21,9 @@ interface security
|
|||||||
|
|
||||||
common combinations of bits are prefixed with SEC_RIGHTS_
|
common combinations of bits are prefixed with SEC_RIGHTS_
|
||||||
*/
|
*/
|
||||||
const int SEC_MASK_GENERIC = 0xF0000000;
|
const int SEC_MASK_GENERIC = 0xF0000000;
|
||||||
const int SEC_MASK_FLAGS = 0x0F000000;
|
const int SEC_MASK_FLAGS = 0x0F000000;
|
||||||
const int SEC_MASK_STANDARD = 0x00FF0000;
|
const int SEC_MASK_STANDARD = 0x00FF0000;
|
||||||
const int SEC_MASK_SPECIFIC = 0x0000FFFF;
|
const int SEC_MASK_SPECIFIC = 0x0000FFFF;
|
||||||
|
|
||||||
/* generic bits */
|
/* generic bits */
|
||||||
@@ -210,7 +209,7 @@ interface security
|
|||||||
|
|
||||||
/* a domain SID. Note that unlike Samba3 this contains a pointer,
|
/* a domain SID. Note that unlike Samba3 this contains a pointer,
|
||||||
so you can't copy them using assignment */
|
so you can't copy them using assignment */
|
||||||
typedef [public,noprint,noejs] struct {
|
typedef [public,gensize,noprint,noejs,nosize] struct {
|
||||||
uint8 sid_rev_num; /**< SID revision number */
|
uint8 sid_rev_num; /**< SID revision number */
|
||||||
[range(0,15)] int8 num_auths; /**< Number of sub-authorities */
|
[range(0,15)] int8 num_auths; /**< Number of sub-authorities */
|
||||||
uint8 id_auth[6]; /**< Identifier Authority */
|
uint8 id_auth[6]; /**< Identifier Authority */
|
||||||
@@ -273,10 +272,10 @@ interface security
|
|||||||
[default];
|
[default];
|
||||||
} security_ace_object_ctr;
|
} security_ace_object_ctr;
|
||||||
|
|
||||||
typedef [public] struct {
|
typedef [public,gensize,nosize] struct {
|
||||||
security_ace_type type; /* SEC_ACE_TYPE_* */
|
security_ace_type type; /* SEC_ACE_TYPE_* */
|
||||||
security_ace_flags flags; /* SEC_ACE_FLAG_* */
|
security_ace_flags flags; /* SEC_ACE_FLAG_* */
|
||||||
[value(ndr_size_security_ace(r))] uint16 size;
|
[value(ndr_size_security_ace(r,ndr->flags))] uint16 size;
|
||||||
uint32 access_mask;
|
uint32 access_mask;
|
||||||
[switch_is(type)] security_ace_object_ctr object;
|
[switch_is(type)] security_ace_object_ctr object;
|
||||||
dom_sid trustee;
|
dom_sid trustee;
|
||||||
@@ -289,9 +288,9 @@ interface security
|
|||||||
|
|
||||||
const uint NT4_ACL_REVISION = SECURITY_ACL_REVISION_NT4;
|
const uint NT4_ACL_REVISION = SECURITY_ACL_REVISION_NT4;
|
||||||
|
|
||||||
typedef [public] struct {
|
typedef [public,gensize,nosize] struct {
|
||||||
security_acl_revision revision;
|
security_acl_revision revision;
|
||||||
[value(ndr_size_security_acl(r))] uint16 size;
|
[value(ndr_size_security_acl(r,ndr->flags))] uint16 size;
|
||||||
[range(0,1000)] uint32 num_aces;
|
[range(0,1000)] uint32 num_aces;
|
||||||
security_ace aces[num_aces];
|
security_ace aces[num_aces];
|
||||||
} security_acl;
|
} security_acl;
|
||||||
@@ -323,7 +322,7 @@ interface security
|
|||||||
SEC_DESC_SELF_RELATIVE = 0x8000
|
SEC_DESC_SELF_RELATIVE = 0x8000
|
||||||
} security_descriptor_type;
|
} security_descriptor_type;
|
||||||
|
|
||||||
typedef [public,flag(NDR_LITTLE_ENDIAN)] struct {
|
typedef [gensize,nosize,public,flag(NDR_LITTLE_ENDIAN)] struct {
|
||||||
security_descriptor_revision revision;
|
security_descriptor_revision revision;
|
||||||
security_descriptor_type type; /* SEC_DESC_xxxx flags */
|
security_descriptor_type type; /* SEC_DESC_xxxx flags */
|
||||||
[relative] dom_sid *owner_sid;
|
[relative] dom_sid *owner_sid;
|
||||||
@@ -333,7 +332,7 @@ interface security
|
|||||||
} security_descriptor;
|
} security_descriptor;
|
||||||
|
|
||||||
typedef [public] struct {
|
typedef [public] struct {
|
||||||
[range(0,0x40000),value(ndr_size_security_descriptor(sd))] uint32 sd_size;
|
[range(0,0x40000),value(ndr_size_security_descriptor(sd,ndr->flags))] uint32 sd_size;
|
||||||
[subcontext(4)] security_descriptor *sd;
|
[subcontext(4)] security_descriptor *sd;
|
||||||
} sec_desc_buf;
|
} sec_desc_buf;
|
||||||
|
|
||||||
|
|||||||
@@ -291,4 +291,13 @@ extern const struct dcerpc_syntax_id ndr64_transfer_syntax;
|
|||||||
#include "librpc/gen_ndr/misc.h"
|
#include "librpc/gen_ndr/misc.h"
|
||||||
#include "librpc/ndr/libndr_proto.h"
|
#include "librpc/ndr/libndr_proto.h"
|
||||||
|
|
||||||
|
/* FIXME: Use represent_as instead */
|
||||||
|
struct dom_sid;
|
||||||
|
NTSTATUS ndr_push_dom_sid2(struct ndr_push *ndr, int ndr_flags, const struct dom_sid *sid);
|
||||||
|
NTSTATUS ndr_pull_dom_sid2(struct ndr_pull *ndr, int ndr_flags, struct dom_sid *sid);
|
||||||
|
void ndr_print_dom_sid2(struct ndr_print *ndr, const char *name, const struct dom_sid *sid);
|
||||||
|
NTSTATUS ndr_push_dom_sid28(struct ndr_push *ndr, int ndr_flags, const struct dom_sid *sid);
|
||||||
|
NTSTATUS ndr_pull_dom_sid28(struct ndr_pull *ndr, int ndr_flags, struct dom_sid *sid);
|
||||||
|
void ndr_print_dom_sid28(struct ndr_print *ndr, const char *name, const struct dom_sid *sid);
|
||||||
|
|
||||||
#endif /* __LIBNDR_H__ */
|
#endif /* __LIBNDR_H__ */
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ void ndr_print_drsuapi_DsReplicaObjectListItem(struct ndr_print *ndr, const char
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void ndr_print_drsuapi_DsReplicaObjectListItemEx(struct ndr_print *ndr, const char *name, struct drsuapi_DsReplicaObjectListItemEx *r)
|
void ndr_print_drsuapi_DsReplicaObjectListItemEx(struct ndr_print *ndr, const char *name, const struct drsuapi_DsReplicaObjectListItemEx *r)
|
||||||
{
|
{
|
||||||
ndr_print_struct(ndr, name, "drsuapi_DsReplicaObjectListItemEx");
|
ndr_print_struct(ndr, name, "drsuapi_DsReplicaObjectListItemEx");
|
||||||
ndr->depth++;
|
ndr->depth++;
|
||||||
|
|||||||
@@ -1,120 +0,0 @@
|
|||||||
/*
|
|
||||||
Unix SMB/CIFS implementation.
|
|
||||||
|
|
||||||
routines for marshalling/unmarshalling security descriptors
|
|
||||||
and related structures
|
|
||||||
|
|
||||||
Copyright (C) Andrew Tridgell 2003
|
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include "includes.h"
|
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
|
|
||||||
/*
|
|
||||||
parse a dom_sid2 - this is a dom_sid but with an extra copy of the num_auths field
|
|
||||||
*/
|
|
||||||
NTSTATUS ndr_pull_dom_sid2(struct ndr_pull *ndr, int ndr_flags, struct dom_sid *sid)
|
|
||||||
{
|
|
||||||
uint32_t num_auths;
|
|
||||||
if (!(ndr_flags & NDR_SCALARS)) {
|
|
||||||
return NT_STATUS_OK;
|
|
||||||
}
|
|
||||||
NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, &num_auths));
|
|
||||||
NDR_CHECK(ndr_pull_dom_sid(ndr, ndr_flags, sid));
|
|
||||||
if (sid->num_auths != num_auths) {
|
|
||||||
return ndr_pull_error(ndr, NDR_ERR_ARRAY_SIZE,
|
|
||||||
"Bad array size %u should exceed %u",
|
|
||||||
num_auths, sid->num_auths);
|
|
||||||
}
|
|
||||||
return NT_STATUS_OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
parse a dom_sid2 - this is a dom_sid but with an extra copy of the num_auths field
|
|
||||||
*/
|
|
||||||
NTSTATUS ndr_push_dom_sid2(struct ndr_push *ndr, int ndr_flags, const struct dom_sid *sid)
|
|
||||||
{
|
|
||||||
if (!(ndr_flags & NDR_SCALARS)) {
|
|
||||||
return NT_STATUS_OK;
|
|
||||||
}
|
|
||||||
NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, sid->num_auths));
|
|
||||||
return ndr_push_dom_sid(ndr, ndr_flags, sid);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
parse a dom_sid28 - this is a dom_sid in a fixed 28 byte buffer, so we need to ensure there are only upto 5 sub_auth
|
|
||||||
*/
|
|
||||||
NTSTATUS ndr_pull_dom_sid28(struct ndr_pull *ndr, int ndr_flags, struct dom_sid *sid)
|
|
||||||
{
|
|
||||||
NTSTATUS status;
|
|
||||||
struct ndr_pull *subndr;
|
|
||||||
|
|
||||||
if (!(ndr_flags & NDR_SCALARS)) {
|
|
||||||
return NT_STATUS_OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
subndr = talloc_zero(ndr, struct ndr_pull);
|
|
||||||
NT_STATUS_HAVE_NO_MEMORY(subndr);
|
|
||||||
subndr->flags = ndr->flags;
|
|
||||||
subndr->current_mem_ctx = ndr->current_mem_ctx;
|
|
||||||
|
|
||||||
subndr->data = ndr->data + ndr->offset;
|
|
||||||
subndr->data_size = 28;
|
|
||||||
subndr->offset = 0;
|
|
||||||
|
|
||||||
NDR_CHECK(ndr_pull_advance(ndr, 28));
|
|
||||||
|
|
||||||
status = ndr_pull_dom_sid(subndr, ndr_flags, sid);
|
|
||||||
if (!NT_STATUS_IS_OK(status)) {
|
|
||||||
/* handle a w2k bug which send random data in the buffer */
|
|
||||||
ZERO_STRUCTP(sid);
|
|
||||||
}
|
|
||||||
|
|
||||||
return NT_STATUS_OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
push a dom_sid28 - this is a dom_sid in a 28 byte fixed buffer
|
|
||||||
*/
|
|
||||||
NTSTATUS ndr_push_dom_sid28(struct ndr_push *ndr, int ndr_flags, const struct dom_sid *sid)
|
|
||||||
{
|
|
||||||
uint32_t old_offset;
|
|
||||||
uint32_t padding;
|
|
||||||
|
|
||||||
if (!(ndr_flags & NDR_SCALARS)) {
|
|
||||||
return NT_STATUS_OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (sid->num_auths > 5) {
|
|
||||||
return ndr_push_error(ndr, NDR_ERR_RANGE,
|
|
||||||
"dom_sid28 allows only upto 5 sub auth [%u]",
|
|
||||||
sid->num_auths);
|
|
||||||
}
|
|
||||||
|
|
||||||
old_offset = ndr->offset;
|
|
||||||
NDR_CHECK(ndr_push_dom_sid(ndr, ndr_flags, sid));
|
|
||||||
|
|
||||||
padding = 28 - (ndr->offset - old_offset);
|
|
||||||
|
|
||||||
if (padding > 0) {
|
|
||||||
NDR_CHECK(ndr_push_zero(ndr, padding));
|
|
||||||
}
|
|
||||||
|
|
||||||
return NT_STATUS_OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -23,47 +23,38 @@
|
|||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
#include "librpc/gen_ndr/ndr_security.h"
|
||||||
|
#include "libcli/security/security.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
return the wire size of a dom_sid
|
return the wire size of a dom_sid
|
||||||
*/
|
*/
|
||||||
size_t ndr_size_dom_sid(const struct dom_sid *sid)
|
size_t ndr_size_dom_sid(const struct dom_sid *sid, int flags)
|
||||||
{
|
{
|
||||||
if (!sid) return 0;
|
if (!sid) return 0;
|
||||||
return 8 + 4*sid->num_auths;
|
return 8 + 4*sid->num_auths;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
return the wire size of a dom_sid
|
|
||||||
*/
|
|
||||||
size_t ndr_length_dom_sid(const struct dom_sid *sid)
|
|
||||||
{
|
|
||||||
if (!sid) return 0;
|
|
||||||
if (sid->sid_rev_num == 0) return 0;
|
|
||||||
return 8 + 4*sid->num_auths;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
return the wire size of a security_ace
|
return the wire size of a security_ace
|
||||||
*/
|
*/
|
||||||
size_t ndr_size_security_ace(const struct security_ace *ace)
|
size_t ndr_size_security_ace(const struct security_ace *ace, int flags)
|
||||||
{
|
{
|
||||||
if (!ace) return 0;
|
if (!ace) return 0;
|
||||||
return 8 + ndr_size_dom_sid(&ace->trustee);
|
return 8 + ndr_size_dom_sid(&ace->trustee, flags);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
return the wire size of a security_acl
|
return the wire size of a security_acl
|
||||||
*/
|
*/
|
||||||
size_t ndr_size_security_acl(const struct security_acl *acl)
|
size_t ndr_size_security_acl(const struct security_acl *acl, int flags)
|
||||||
{
|
{
|
||||||
size_t ret;
|
size_t ret;
|
||||||
int i;
|
int i;
|
||||||
if (!acl) return 0;
|
if (!acl) return 0;
|
||||||
ret = 8;
|
ret = 8;
|
||||||
for (i=0;i<acl->num_aces;i++) {
|
for (i=0;i<acl->num_aces;i++) {
|
||||||
ret += ndr_size_security_ace(&acl->aces[i]);
|
ret += ndr_size_security_ace(&acl->aces[i], flags);
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
@@ -71,16 +62,16 @@ size_t ndr_size_security_acl(const struct security_acl *acl)
|
|||||||
/*
|
/*
|
||||||
return the wire size of a security descriptor
|
return the wire size of a security descriptor
|
||||||
*/
|
*/
|
||||||
size_t ndr_size_security_descriptor(const struct security_descriptor *sd)
|
size_t ndr_size_security_descriptor(const struct security_descriptor *sd, int flags)
|
||||||
{
|
{
|
||||||
size_t ret;
|
size_t ret;
|
||||||
if (!sd) return 0;
|
if (!sd) return 0;
|
||||||
|
|
||||||
ret = 20;
|
ret = 20;
|
||||||
ret += ndr_size_dom_sid(sd->owner_sid);
|
ret += ndr_size_dom_sid(sd->owner_sid, flags);
|
||||||
ret += ndr_size_dom_sid(sd->group_sid);
|
ret += ndr_size_dom_sid(sd->group_sid, flags);
|
||||||
ret += ndr_size_security_acl(sd->dacl);
|
ret += ndr_size_security_acl(sd->dacl, flags);
|
||||||
ret += ndr_size_security_acl(sd->sacl);
|
ret += ndr_size_security_acl(sd->sacl, flags);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -102,35 +93,97 @@ void ndr_print_dom_sid28(struct ndr_print *ndr, const char *name, const struct d
|
|||||||
ndr_print_dom_sid(ndr, name, sid);
|
ndr_print_dom_sid(ndr, name, sid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
convert a dom_sid to a string
|
parse a dom_sid2 - this is a dom_sid but with an extra copy of the num_auths field
|
||||||
*/
|
*/
|
||||||
char *dom_sid_string(TALLOC_CTX *mem_ctx, const struct dom_sid *sid)
|
NTSTATUS ndr_pull_dom_sid2(struct ndr_pull *ndr, int ndr_flags, struct dom_sid *sid)
|
||||||
{
|
{
|
||||||
int i, ofs, maxlen;
|
uint32_t num_auths;
|
||||||
uint32_t ia;
|
if (!(ndr_flags & NDR_SCALARS)) {
|
||||||
char *ret;
|
return NT_STATUS_OK;
|
||||||
|
|
||||||
if (!sid) {
|
|
||||||
return talloc_strdup(mem_ctx, "(NULL SID)");
|
|
||||||
}
|
}
|
||||||
|
NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, &num_auths));
|
||||||
maxlen = sid->num_auths * 11 + 25;
|
NDR_CHECK(ndr_pull_dom_sid(ndr, ndr_flags, sid));
|
||||||
ret = talloc_size(mem_ctx, maxlen);
|
if (sid->num_auths != num_auths) {
|
||||||
if (!ret) return talloc_strdup(mem_ctx, "(SID ERR)");
|
return ndr_pull_error(ndr, NDR_ERR_ARRAY_SIZE,
|
||||||
|
"Bad array size %u should exceed %u",
|
||||||
ia = (sid->id_auth[5]) +
|
num_auths, sid->num_auths);
|
||||||
(sid->id_auth[4] << 8 ) +
|
|
||||||
(sid->id_auth[3] << 16) +
|
|
||||||
(sid->id_auth[2] << 24);
|
|
||||||
|
|
||||||
ofs = snprintf(ret, maxlen, "S-%u-%lu",
|
|
||||||
(uint_t)sid->sid_rev_num, (unsigned long)ia);
|
|
||||||
|
|
||||||
for (i = 0; i < sid->num_auths; i++) {
|
|
||||||
ofs += snprintf(ret + ofs, maxlen - ofs, "-%lu", (unsigned long)sid->sub_auths[i]);
|
|
||||||
}
|
}
|
||||||
|
return NT_STATUS_OK;
|
||||||
return ret;
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
parse a dom_sid2 - this is a dom_sid but with an extra copy of the num_auths field
|
||||||
|
*/
|
||||||
|
NTSTATUS ndr_push_dom_sid2(struct ndr_push *ndr, int ndr_flags, const struct dom_sid *sid)
|
||||||
|
{
|
||||||
|
if (!(ndr_flags & NDR_SCALARS)) {
|
||||||
|
return NT_STATUS_OK;
|
||||||
|
}
|
||||||
|
NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, sid->num_auths));
|
||||||
|
return ndr_push_dom_sid(ndr, ndr_flags, sid);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
parse a dom_sid28 - this is a dom_sid in a fixed 28 byte buffer, so we need to ensure there are only upto 5 sub_auth
|
||||||
|
*/
|
||||||
|
NTSTATUS ndr_pull_dom_sid28(struct ndr_pull *ndr, int ndr_flags, struct dom_sid *sid)
|
||||||
|
{
|
||||||
|
NTSTATUS status;
|
||||||
|
struct ndr_pull *subndr;
|
||||||
|
|
||||||
|
if (!(ndr_flags & NDR_SCALARS)) {
|
||||||
|
return NT_STATUS_OK;
|
||||||
|
}
|
||||||
|
|
||||||
|
subndr = talloc_zero(ndr, struct ndr_pull);
|
||||||
|
NT_STATUS_HAVE_NO_MEMORY(subndr);
|
||||||
|
subndr->flags = ndr->flags;
|
||||||
|
subndr->current_mem_ctx = ndr->current_mem_ctx;
|
||||||
|
|
||||||
|
subndr->data = ndr->data + ndr->offset;
|
||||||
|
subndr->data_size = 28;
|
||||||
|
subndr->offset = 0;
|
||||||
|
|
||||||
|
NDR_CHECK(ndr_pull_advance(ndr, 28));
|
||||||
|
|
||||||
|
status = ndr_pull_dom_sid(subndr, ndr_flags, sid);
|
||||||
|
if (!NT_STATUS_IS_OK(status)) {
|
||||||
|
/* handle a w2k bug which send random data in the buffer */
|
||||||
|
ZERO_STRUCTP(sid);
|
||||||
|
}
|
||||||
|
|
||||||
|
return NT_STATUS_OK;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
push a dom_sid28 - this is a dom_sid in a 28 byte fixed buffer
|
||||||
|
*/
|
||||||
|
NTSTATUS ndr_push_dom_sid28(struct ndr_push *ndr, int ndr_flags, const struct dom_sid *sid)
|
||||||
|
{
|
||||||
|
uint32_t old_offset;
|
||||||
|
uint32_t padding;
|
||||||
|
|
||||||
|
if (!(ndr_flags & NDR_SCALARS)) {
|
||||||
|
return NT_STATUS_OK;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (sid->num_auths > 5) {
|
||||||
|
return ndr_push_error(ndr, NDR_ERR_RANGE,
|
||||||
|
"dom_sid28 allows only upto 5 sub auth [%u]",
|
||||||
|
sid->num_auths);
|
||||||
|
}
|
||||||
|
|
||||||
|
old_offset = ndr->offset;
|
||||||
|
NDR_CHECK(ndr_push_dom_sid(ndr, ndr_flags, sid));
|
||||||
|
|
||||||
|
padding = 28 - (ndr->offset - old_offset);
|
||||||
|
|
||||||
|
if (padding > 0) {
|
||||||
|
NDR_CHECK(ndr_push_zero(ndr, padding));
|
||||||
|
}
|
||||||
|
|
||||||
|
return NT_STATUS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,6 @@
|
|||||||
#include "system/filesys.h"
|
#include "system/filesys.h"
|
||||||
#include "lib/tdb/include/tdb.h"
|
#include "lib/tdb/include/tdb.h"
|
||||||
#include "messaging/messaging.h"
|
#include "messaging/messaging.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
#include "db_wrap.h"
|
#include "db_wrap.h"
|
||||||
#include "lib/messaging/irpc.h"
|
#include "lib/messaging/irpc.h"
|
||||||
#include "librpc/gen_ndr/ndr_opendb.h"
|
#include "librpc/gen_ndr/ndr_opendb.h"
|
||||||
|
|||||||
@@ -32,7 +32,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
#include "ntvfs/ntvfs.h"
|
#include "ntvfs/ntvfs.h"
|
||||||
|
|
||||||
/* a second stage function converts from the out parameters of the generic
|
/* a second stage function converts from the out parameters of the generic
|
||||||
|
|||||||
@@ -29,7 +29,6 @@
|
|||||||
#include "libcli/ldap/ldap.h"
|
#include "libcli/ldap/ldap.h"
|
||||||
#include "libcli/security/security.h"
|
#include "libcli/security/security.h"
|
||||||
#include "libcli/auth/libcli_auth.h"
|
#include "libcli/auth/libcli_auth.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
#include "passdb/secrets.h"
|
#include "passdb/secrets.h"
|
||||||
#include "db_wrap.h"
|
#include "db_wrap.h"
|
||||||
|
|
||||||
|
|||||||
@@ -25,13 +25,14 @@
|
|||||||
#include "rpc_server/dcerpc_server.h"
|
#include "rpc_server/dcerpc_server.h"
|
||||||
#include "rpc_server/common/common.h"
|
#include "rpc_server/common/common.h"
|
||||||
#include "lib/ldb/include/ldb.h"
|
#include "lib/ldb/include/ldb.h"
|
||||||
#include "auth/auth_sam.h"
|
|
||||||
#include "auth/auth.h"
|
#include "auth/auth.h"
|
||||||
|
#include "auth/auth_sam.h"
|
||||||
#include "dsdb/samdb/samdb.h"
|
#include "dsdb/samdb/samdb.h"
|
||||||
#include "rpc_server/samr/proto.h"
|
#include "rpc_server/samr/proto.h"
|
||||||
#include "db_wrap.h"
|
#include "db_wrap.h"
|
||||||
#include "libcli/auth/libcli_auth.h"
|
#include "libcli/auth/libcli_auth.h"
|
||||||
#include "auth/gensec/schannel_state.h"
|
#include "auth/gensec/schannel_state.h"
|
||||||
|
#include "libcli/security/security.h"
|
||||||
|
|
||||||
struct server_pipe_state {
|
struct server_pipe_state {
|
||||||
struct netr_Credential client_challenge;
|
struct netr_Credential client_challenge;
|
||||||
|
|||||||
@@ -27,7 +27,6 @@
|
|||||||
#include "rpc_server/dcerpc_server.h"
|
#include "rpc_server/dcerpc_server.h"
|
||||||
#include "rpc_server/common/common.h"
|
#include "rpc_server/common/common.h"
|
||||||
#include "rpc_server/samr/dcesrv_samr.h"
|
#include "rpc_server/samr/dcesrv_samr.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
#include "system/time.h"
|
#include "system/time.h"
|
||||||
#include "lib/ldb/include/ldb.h"
|
#include "lib/ldb/include/ldb.h"
|
||||||
#include "ads.h"
|
#include "ads.h"
|
||||||
|
|||||||
@@ -25,7 +25,6 @@
|
|||||||
#include "rpc_server/dcerpc_server.h"
|
#include "rpc_server/dcerpc_server.h"
|
||||||
#include "rpc_server/common/common.h"
|
#include "rpc_server/common/common.h"
|
||||||
#include "rpc_server/samr/dcesrv_samr.h"
|
#include "rpc_server/samr/dcesrv_samr.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
#include "system/time.h"
|
#include "system/time.h"
|
||||||
#include "lib/crypto/crypto.h"
|
#include "lib/crypto/crypto.h"
|
||||||
#include "ads.h"
|
#include "ads.h"
|
||||||
|
|||||||
@@ -23,7 +23,6 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "lib/appweb/ejs/ejs.h"
|
#include "lib/appweb/ejs/ejs.h"
|
||||||
#include "scripting/ejs/smbcalls.h"
|
#include "scripting/ejs/smbcalls.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
#include "librpc/gen_ndr/lsa.h"
|
#include "librpc/gen_ndr/lsa.h"
|
||||||
#include "librpc/gen_ndr/winreg.h"
|
#include "librpc/gen_ndr/winreg.h"
|
||||||
#include "scripting/ejs/ejsrpc.h"
|
#include "scripting/ejs/ejsrpc.h"
|
||||||
|
|||||||
@@ -24,7 +24,8 @@
|
|||||||
#include "scripting/ejs/smbcalls.h"
|
#include "scripting/ejs/smbcalls.h"
|
||||||
#include "lib/appweb/ejs/ejs.h"
|
#include "lib/appweb/ejs/ejs.h"
|
||||||
#include "lib/samba3/samba3.h"
|
#include "lib/samba3/samba3.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
#include "libcli/security/security.h"
|
||||||
|
#include "librpc/gen_ndr/ndr_misc.h"
|
||||||
|
|
||||||
|
|
||||||
static struct MprVar mprRegistry(struct samba3_regdb *reg)
|
static struct MprVar mprRegistry(struct samba3_regdb *reg)
|
||||||
|
|||||||
@@ -28,7 +28,6 @@
|
|||||||
#include "librpc/gen_ndr/ndr_krb5pac.h"
|
#include "librpc/gen_ndr/ndr_krb5pac.h"
|
||||||
#include "samba3/samba3.h"
|
#include "samba3/samba3.h"
|
||||||
#include "libcli/security/security.h"
|
#include "libcli/security/security.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
#include "torture/torture.h"
|
#include "torture/torture.h"
|
||||||
|
|
||||||
static BOOL torture_pac_self_check(void)
|
static BOOL torture_pac_self_check(void)
|
||||||
|
|||||||
@@ -25,7 +25,6 @@
|
|||||||
#include "libnet/userinfo.h"
|
#include "libnet/userinfo.h"
|
||||||
#include "libcli/security/security.h"
|
#include "libcli/security/security.h"
|
||||||
#include "librpc/gen_ndr/ndr_samr_c.h"
|
#include "librpc/gen_ndr/ndr_samr_c.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
|
|
||||||
#define TEST_USERNAME "libnetuserinfotest"
|
#define TEST_USERNAME "libnetuserinfotest"
|
||||||
|
|
||||||
|
|||||||
@@ -21,9 +21,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
#include "libcli/security/security.h"
|
#include "libcli/security/security.h"
|
||||||
#include "torture/torture.h"
|
#include "torture/torture.h"
|
||||||
|
#include "librpc/gen_ndr/ndr_security.h"
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -27,8 +27,8 @@
|
|||||||
#include "librpc/gen_ndr/lsa.h"
|
#include "librpc/gen_ndr/lsa.h"
|
||||||
#include "libcli/util/clilsa.h"
|
#include "libcli/util/clilsa.h"
|
||||||
#include "libcli/security/security.h"
|
#include "libcli/security/security.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
#include "torture/util.h"
|
#include "torture/util.h"
|
||||||
|
#include "librpc/gen_ndr/ndr_security.h"
|
||||||
|
|
||||||
#define BASEDIR "\\testsd"
|
#define BASEDIR "\\testsd"
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,6 @@
|
|||||||
#include "libnet/libnet_join.h"
|
#include "libnet/libnet_join.h"
|
||||||
#include "torture/rpc/rpc.h"
|
#include "torture/rpc/rpc.h"
|
||||||
#include "librpc/gen_ndr/ndr_lsa_c.h"
|
#include "librpc/gen_ndr/ndr_lsa_c.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
#include "libcli/security/security.h"
|
#include "libcli/security/security.h"
|
||||||
|
|
||||||
static BOOL open_policy(TALLOC_CTX *mem_ctx, struct dcerpc_pipe *p,
|
static BOOL open_policy(TALLOC_CTX *mem_ctx, struct dcerpc_pipe *p,
|
||||||
|
|||||||
@@ -24,7 +24,6 @@
|
|||||||
#include "torture/torture.h"
|
#include "torture/torture.h"
|
||||||
#include "librpc/gen_ndr/lsa.h"
|
#include "librpc/gen_ndr/lsa.h"
|
||||||
#include "librpc/gen_ndr/ndr_samr_c.h"
|
#include "librpc/gen_ndr/ndr_samr_c.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
#include "smb.h"
|
#include "smb.h"
|
||||||
#include "lib/crypto/crypto.h"
|
#include "lib/crypto/crypto.h"
|
||||||
#include "libcli/auth/libcli_auth.h"
|
#include "libcli/auth/libcli_auth.h"
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "utils/net/net.h"
|
#include "utils/net/net.h"
|
||||||
#include "libnet/libnet.h"
|
#include "libnet/libnet.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
#include "libcli/security/security.h"
|
||||||
|
|
||||||
int net_join(struct net_context *ctx, int argc, const char **argv)
|
int net_join(struct net_context *ctx, int argc, const char **argv)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
#include "auth/auth.h"
|
#include "auth/auth.h"
|
||||||
#include "pstring.h"
|
#include "pstring.h"
|
||||||
#include "libcli/auth/libcli_auth.h"
|
#include "libcli/auth/libcli_auth.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
#include "libcli/security/security.h"
|
||||||
#include "lib/ldb/include/ldb.h"
|
#include "lib/ldb/include/ldb.h"
|
||||||
|
|
||||||
#define SQUID_BUFFER_SIZE 2010
|
#define SQUID_BUFFER_SIZE 2010
|
||||||
|
|||||||
@@ -30,7 +30,6 @@
|
|||||||
#include "smbd/service_task.h"
|
#include "smbd/service_task.h"
|
||||||
#include "librpc/gen_ndr/ndr_netlogon.h"
|
#include "librpc/gen_ndr/ndr_netlogon.h"
|
||||||
#include "librpc/gen_ndr/ndr_lsa_c.h"
|
#include "librpc/gen_ndr/ndr_lsa_c.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
|
|
||||||
#include "libcli/auth/credentials.h"
|
#include "libcli/auth/credentials.h"
|
||||||
#include "libcli/security/security.h"
|
#include "libcli/security/security.h"
|
||||||
|
|||||||
@@ -28,7 +28,6 @@
|
|||||||
#include "libcli/composite/composite.h"
|
#include "libcli/composite/composite.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
#include "librpc/gen_ndr/netlogon.h"
|
#include "librpc/gen_ndr/netlogon.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
|
||||||
#include "libcli/security/security.h"
|
#include "libcli/security/security.h"
|
||||||
#include "auth/pam_errors.h"
|
#include "auth/pam_errors.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user