summaryrefslogtreecommitdiffstats
path: root/source/passdb
Commit message (Expand)AuthorAgeFilesLines
* Match Samba 2.2, and make ACB_NORMAL the default ACB value.Andrew Bartlett2003-10-101-0/+7
* Merge from 3.0:Tim Potter2003-10-091-1/+1
* Merge from 3.0:Tim Potter2003-10-091-1/+1
* split some security related functions in their own files.Simo Sorce2003-10-061-2/+2
* Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547.Jeremy Allison2003-10-021-0/+4
* Fix bug and do more error checking. Noticed by Wilco Baan Hofman <wilco@andob...Jelmer Vernooij2003-09-211-13/+33
* The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison2003-09-185-23/+75
* Oops. Proper fix for #470.Jeremy Allison2003-09-181-18/+20
* Fix for #470 - unable to display SIDs in ACLs.Jeremy Allison2003-09-181-2/+11
* Fix typo. Found by Aurelien DegremontJelmer Vernooij2003-09-161-1/+1
* Merge from Samba 3.0:Tim Potter2003-09-151-267/+226
* Merge from Samba 3.0:Tim Potter2003-09-151-29/+8
* removing unused filesGerald Carter2003-09-092-1650/+0
* sync 3.0 into HEAD for the last timeGerald Carter2003-09-098-31/+666
* port latest changes from SAMBA_3_0 treeSimo Sorce2003-08-026-80/+87
* ading new files from 3.0Gerald Carter2003-07-161-0/+78
* trying to get HEAD building again. If you want the codeGerald Carter2003-07-1611-2506/+1342
* Merge of cut and paste fix from 3.0Tim Potter2003-05-281-3/+3
* Merge of uint32/uid_t mismatch from 3.0Tim Potter2003-05-282-3/+3
* cut-n-paste errorGerald Carter2003-05-271-1/+1
* fix bug 118; replace hard coded 'next[User|Group]Rid' attribute namesGerald Carter2003-05-271-6/+8
* fix bug #108; sambaSambaAccount string attributes are case insensitive; don't...Gerald Carter2003-05-221-1/+4
* port fixes from 3.0Simo Sorce2003-05-183-10/+4
* Merge get_global_sam_name() from 3.0 to fix compile breakage.Tim Potter2003-05-161-0/+8
* readding reverted changes during idmap merge (noticed by Andrew b.)Gerald Carter2003-05-141-16/+33
* fix group mapping in LDAP under new schemaGerald Carter2003-05-141-35/+61
* syncing LDAP schema changes with Samba_3_0Gerald Carter2003-05-141-292/+802
* Fix pointer return bug in get_unix_attributes()Tim Potter2003-05-141-1/+1
* spellingTim Potter2003-05-142-3/+3
* spellingTim Potter2003-05-141-2/+2
* Fix compiler warnings.Jeremy Allison2003-05-123-3/+0
* fixing typos in debug statementsGerald Carter2003-05-121-1/+1
* Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij2003-05-101-2/+2
* Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij2003-05-101-2/+2
* shouldn't wellknown group be well.. ..WKN_GRP ?Simo Sorce2003-05-021-2/+1
* fix wrong debug messages in idmap_util.cSimo Sorce2003-05-011-3/+8
* proper wellknown sids initialization at startupSimo Sorce2003-05-012-39/+37
* *id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2003-05-011-5/+3
* Use ints for the version numbers in the smb_register_*() functions (patch by ...Jelmer Vernooij2003-05-011-1/+1
* correctly initiazlize idmap tdb when creationg newSimo Sorce2003-04-302-54/+1
* forgot to remove getpwnamSimo Sorce2003-04-291-20/+0
* This is a nice rewrite:Simo Sorce2003-04-297-218/+72
* Some passdb backends really don't like having no primary group - so alwaysAndrew Bartlett2003-04-291-34/+25
* Change order of parameters to smb_register_passdb()Jelmer Vernooij2003-04-293-3/+3
* Merge Samba 3.0 pdb_ldap from 3.0 into HEAD, so as to allow idra to continueAndrew Bartlett2003-04-291-412/+1591
* Merge 3.0's change to how we add users onto HEAD, including a few other bitsAndrew Bartlett2003-04-291-25/+36
* don't implement any group mapping functions in the guest sam moduleGerald Carter2003-04-291-0/+11
* ok next_rid out as well local_*id_to*id functionsSimo Sorce2003-04-293-299/+97
* new helper functions to create usersSimo Sorce2003-04-281-1/+154
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-287-19/+28