summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/common/flag_mapping.c
Commit message (Collapse)AuthorAgeFilesLines
* libds: merge the UF<->ACB flag mapping functions.Günther Deschner2009-07-131-145/+0
| | | | Guenther
* libds: share UF_ flags between samba3 and 4.Günther Deschner2009-07-131-1/+1
| | | | Guenther
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+2
| | | | remove some unused functions.
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
| | | | | | | * Move dlinklist.h, smb.h to subsystem-specific directories * Clean up ads.h and move what is left of it to dsdb/ (only place where it's used) (This used to be commit f7afa1cb77f3cfa7020b57de12e6003db7cfcc42)
* 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)