summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/common
Commit message (Collapse)AuthorAgeFilesLines
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-101-2/+1
| | | | | | 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 used to be commit c19c2b51d3e1ad347120b06a22bda5ec586c22e8)
* r15076: give the correct return codeStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 92a06638126b0565c0aec45862c549ef91e7212b)
* r14964: - move sidmap code from ntvfs_common to SAMDBStefan Metzmacher2007-10-101-0/+566
| | | | | | | | - make ntvfs_common a library - create sys_notify library metze (This used to be commit a3e1d56cf7b688c515f5d6d4d43e0b24c2261d15)
* r14637: Extend the ACB -> userParameters flag mapping based on the ovbious ↵Andrew Bartlett2007-10-101-1/+9
| | | | | | | connections. Andrew Bartlett (This used to be commit 3e9e505e9e5b72dddccb548d17a5f02785d3a2e1)
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+1
| | | | | try to include just the BASENAME.h files (containing only structs) (This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd)
* r14442: the ACB_ flags are 32 bit...Stefan Metzmacher2007-10-101-4/+4
| | | | | metze (This used to be commit a653ebd15da09a7e085338400925a6bbeb3cb316)
* r5309: removed ads.h from includes.hAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit 196c45b834c39f293b9533cec5cfe5a77382d4e2)
* r4568: make use of SidType and move it to lsa.idlStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit c2523adc0a0807979fb21b8ba77d556bac82e435)
* r4096: move the samdb code to source/dsdb/Stefan Metzmacher2007-10-101-0/+135
the idea is to have a directory service db layer which will be used by the ldap server, samr server, drsuapi server authentification... I plan to make different implementations of this interface possible - current default will be the current samdb code with sam.ldb - a compat implementation for samba3 (if someone wants to write one) - a new dsdb implementation which: - understands naming contexts (directory parrtitions) - do schema and acl checking checking - maintain objectGUID, timestamps and USN number, maybe linked attributes ('member' and 'memberOf' attributes) - store metadata on a attribute=value combination... metze (This used to be commit 893a8b8bca2f020fbbe6f469aaa8dd4478249eb8)