summaryrefslogtreecommitdiffstats
path: root/source/passdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge memory leak fixes in our trusted domain list from 3.0 to HEADAndrew Bartlett2003-04-281-7/+11
* Fix number of arguments to asprintf()Jelmer Vernooij2003-04-281-1/+1
* prepare to get _nua out of the door (but back in from the window ;-)Simo Sorce2003-04-273-79/+17
* Don't store UID or GIDJelmer Vernooij2003-04-242-48/+13
* Move pdb_mysql and pdb_xml from modules/ to passdb/, just like they areJelmer Vernooij2003-04-242-0/+1546
* Declare static function before using itJelmer Vernooij2003-04-241-0/+2
* Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij2003-04-211-12/+5
* seem that someone changed the semanthic of unix_strlower without fixing allSimo Sorce2003-04-171-3/+7
* Adjust comment to respect change to no longer use unixsam by default...Andrew Bartlett2003-04-161-3/+2
* This code is no longer referenced - moved to the new libsmb/ldap.cAndrew Bartlett2003-04-161-62/+0
* Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2003-04-162-16/+101
* Fix double free on error and typoJelmer Vernooij2003-04-091-2/+1
* Restore previous behaviour to update on pdb_unix (auto-upgrade to new account)Andrew Bartlett2003-04-071-0/+1
* Don't bail if we have a badly formed record, just move on to the next one.Andrew Bartlett2003-04-061-1/+1
* The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):Jim McDonough2003-04-031-703/+94
* Add staticJelmer Vernooij2003-04-021-1/+1
* Fix a crash bug if LDAP doesn't fill in ld_error.Andrew Bartlett2003-04-021-18/+18