summaryrefslogtreecommitdiffstats
path: root/source/passdb
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #7072 - Accounts can't be unlocked from ldap.Jeremy Allison2010-02-041-8/+17
* s3:pdb_ldap: restore Samba 3.0.x behavior and use the first "uid" value.Stefan Metzmacher2010-01-131-1/+1
* Fix bug 5886Volker Lendecke2009-08-311-8/+26
* s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache().Michael Adam2009-08-111-1/+1
* Fix bug 6157Volker Lendecke2009-06-061-1/+1
* s3/passdb: Fix debug message: 'net setmaxrid' does not exist.Karolin Seeger2009-06-061-2/+2
* s3: zero an uninitialized arrayMarc VanHeyningen2009-05-281-1/+4
* s3/ldap: also handle DirX return codesBjörn Jacke2009-05-151-0/+2
* Allow pdbedit to change a user rid/sid. Based on a fix from AlexanderJeremy Allison2009-04-011-3/+57
* s3: fix the fix for bug #6195 - dont let smbd child processes panicMichael Adam2009-04-011-2/+16
* Fix the problem of 3.0.x passdb databases being versionJeremy Allison2009-03-271-5/+43
* Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...Jeremy Allison2009-03-271-1/+2
* Fix bug 6097Volker Lendecke2009-03-241-1/+1
* Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...Jeremy Allison2009-03-181-14/+201
* Missing break in conversion function prevents tdb password database update.Alexander Zagrebin2009-03-171-0/+1
* s3 passdb: Add back some useful debug statementsTim Prouty2009-03-031-18/+24
* It appears that the first time we see a uid/gid that winbind can't map,Dan Sledz2009-03-021-14/+22
* Fix printf warnings found on systems where time_t <> long int.Jeremy Allison2009-02-191-8/+8
* Fix bug #6117 - Samba 3.3.0: pdbedit -a core dumps.Jeremy Allison2009-02-171-1/+12
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-222-0/+7
* Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery.Jeremy Allison2009-01-141-1/+1
* s3:pdb_tdb: store the next rid counter in passdb.tdb instead of winbind_idmap...Stefan Metzmacher2008-12-301-75/+47
* s3:passdb: add SAMU_BUFFER_V4 with no changesStefan Metzmacher2008-12-301-1/+16
* s3:passdb: make marshalling struct samu from and to a buffer more genericStefan Metzmacher2008-12-302-664/+669
* More asprintf warning fixes.Jeremy Allison2008-12-231-4/+3
* Fix more ‘asprintf’, declared with attribute warn_unused_result.Jeremy Allison2008-12-232-11/+18
* Fix more "warning: ignoring return value of ‘asprintf’, declared withJeremy Allison2008-12-231-23/+62
* s3-ldapsam: Fix Bug 5957: do not abort rename process on valid rename script.Günther Deschner2008-12-091-1/+1
* Make memcache_add_talloc NULL out the source pointerVolker Lendecke2008-11-141-7/+7
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-063-4/+4
* Fix bug #5825 - Account locking out doesnt work with an LDAP backend.Based on...Jeremy Allison2008-11-061-1/+3
* samu_set_unix() does not use the rid allocator, but forces to use theSimo Sorce2008-09-031-1/+1
* Fix bug spotted by Simo - don't use legacy if expired entry.Jeremy Allison2008-08-261-4/+4
* Don't ask winbindd if we got a -ve cache entry.Jeremy Allison2008-08-261-4/+38
* Fix the build :-(. Ask winbindd if we find a negative cache entry (or shouldJeremy Allison2008-08-261-5/+17
* Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid map...Jeremy Allison2008-08-261-33/+51
* fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell2008-08-131-4/+5
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-132-3/+3
* pdb_interface: Fix typo in debug message.Karolin Seeger2008-07-291-1/+1
* Add casts to uint32_t to match prototype for sid_append_rid().Jeremy Allison2008-07-241-4/+4
* Use sys_getgrnam not getgrnam. Pointed out by Herb.Jeremy Allison2008-07-241-1/+1
* pdb_ldap: Raise level for debug message to avoid log file flooding.John H Terpstra2008-07-241-1/+1
* Use LDAP macros instead of attribute names.Karolin Seeger2008-07-181-20/+19
* Fix typo.Karolin Seeger2008-07-141-1/+1
* Revert "Make use of sid_check_is_in_unix_users/groups"Volker Lendecke2008-07-111-16/+11
* Revert "Don't scream, better explain a bit in comments"Volker Lendecke2008-07-111-8/+10
* Revert "Remove an unused variable"Volker Lendecke2008-07-111-0/+1
* Fix some memleaks regarding trustdom passwordsVolker Lendecke2008-07-101-3/+15
* Fix some uninitialized variable references via ndr_printVolker Lendecke2008-07-101-1/+3
* Give a nice error message if trying to join with a non-privileged userVolker Lendecke2008-07-101-1/+1