summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison5-23/+75
2003-09-18Oops. Proper fix for #470.Jeremy Allison1-18/+20
2003-09-18Fix for #470 - unable to display SIDs in ACLs.Jeremy Allison1-2/+11
2003-09-16Fix typo. Found by Aurelien DegremontJelmer Vernooij1-1/+1
2003-09-15Merge from Samba 3.0:Tim Potter1-267/+226
2003-09-15Merge from Samba 3.0:Tim Potter1-29/+8
2003-09-09removing unused filesGerald Carter2-1650/+0
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter8-31/+666
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce6-80/+87
2003-07-16ading new files from 3.0Gerald Carter1-0/+78
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter11-2506/+1342
2003-05-28Merge of cut and paste fix from 3.0Tim Potter1-3/+3
2003-05-28Merge of uint32/uid_t mismatch from 3.0Tim Potter2-3/+3
2003-05-27cut-n-paste errorGerald Carter1-1/+1
2003-05-27fix bug 118; replace hard coded 'next[User|Group]Rid' attribute namesGerald Carter1-6/+8
2003-05-22fix bug #108; sambaSambaAccount string attributes are case insensitive; don't...Gerald Carter1-1/+4
2003-05-18port fixes from 3.0Simo Sorce3-10/+4
2003-05-16Merge get_global_sam_name() from 3.0 to fix compile breakage.Tim Potter1-0/+8
2003-05-14readding reverted changes during idmap merge (noticed by Andrew b.)Gerald Carter1-16/+33
2003-05-14fix group mapping in LDAP under new schemaGerald Carter1-35/+61
2003-05-14syncing LDAP schema changes with Samba_3_0Gerald Carter1-292/+802
2003-05-14Fix pointer return bug in get_unix_attributes()Tim Potter1-1/+1
2003-05-14spellingTim Potter2-3/+3
2003-05-14spellingTim Potter1-2/+2
2003-05-12Fix compiler warnings.Jeremy Allison3-3/+0
2003-05-12fixing typos in debug statementsGerald Carter1-1/+1
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij1-2/+2
2003-05-10Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij1-2/+2
2003-05-02shouldn't wellknown group be well.. ..WKN_GRP ?Simo Sorce1-2/+1
2003-05-01fix wrong debug messages in idmap_util.cSimo Sorce1-3/+8
2003-05-01proper wellknown sids initialization at startupSimo Sorce2-39/+37
2003-05-01*id_to_*id call reshape to return NTSTATUS errorsSimo Sorce1-5/+3
2003-05-01Use ints for the version numbers in the smb_register_*() functions (patch by ...Jelmer Vernooij1-1/+1
2003-04-30correctly initiazlize idmap tdb when creationg newSimo Sorce2-54/+1
2003-04-29forgot to remove getpwnamSimo Sorce1-20/+0
2003-04-29This is a nice rewrite:Simo Sorce7-218/+72
2003-04-29Some passdb backends really don't like having no primary group - so alwaysAndrew Bartlett1-34/+25
2003-04-29Change order of parameters to smb_register_passdb()Jelmer Vernooij3-3/+3
2003-04-29Merge Samba 3.0 pdb_ldap from 3.0 into HEAD, so as to allow idra to continueAndrew Bartlett1-412/+1591
2003-04-29Merge 3.0's change to how we add users onto HEAD, including a few other bitsAndrew Bartlett1-25/+36
2003-04-29don't implement any group mapping functions in the guest sam moduleGerald Carter1-0/+11
2003-04-29ok next_rid out as well local_*id_to*id functionsSimo Sorce3-299/+97
2003-04-28new helper functions to create usersSimo Sorce1-1/+154
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij7-19/+28
2003-04-28Merge memory leak fixes in our trusted domain list from 3.0 to HEADAndrew Bartlett1-7/+11
2003-04-28Fix number of arguments to asprintf()Jelmer Vernooij1-1/+1
2003-04-27prepare to get _nua out of the door (but back in from the window ;-)Simo Sorce3-79/+17
2003-04-24Don't store UID or GIDJelmer Vernooij2-48/+13
2003-04-24Move pdb_mysql and pdb_xml from modules/ to passdb/, just like they areJelmer Vernooij2-0/+1546
2003-04-24Declare static function before using itJelmer Vernooij1-0/+2