1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-13 08:23:49 +03:00

r14964: - move sidmap code from ntvfs_common to SAMDB

- make ntvfs_common a library
- create sys_notify library

metze
This commit is contained in:
Stefan Metzmacher
2006-04-07 13:15:46 +00:00
committed by Gerald (Jerry) Carter
parent dd928e84ec
commit a3e1d56cf7
18 changed files with 125 additions and 59 deletions

View File

@@ -30,10 +30,8 @@
#include "libcli/security/security.h"
#include "libcli/auth/libcli_auth.h"
#include "librpc/gen_ndr/ndr_security.h"
#include "ntvfs/ntvfs.h"
#include "passdb/secrets.h"
#include "db_wrap.h"
#include "ntvfs/common/proto.h"
/*
this type allows us to distinguish handle types

View File

@@ -25,8 +25,7 @@
#include "rpc_server/common/common.h"
#include "librpc/gen_ndr/ndr_unixinfo.h"
#include "lib/events/events.h"
#include "ntvfs/ntvfs.h"
#include "ntvfs/common/proto.h"
#include "dsdb/samdb/samdb.h"
#include <sys/types.h>
#include <pwd.h>