summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* 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 pdb_wbc_sam: LookupRids should return sAMAccountName, not NT4 namesDan Sledz2009-03-121-5/+7
* Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke2009-03-074-57/+46
* 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 an incompatible pointer passed to winbind_get_groupsVolker Lendecke2009-02-251-1/+3
* s3: Rename auth_onefs_wb and pdb_onefs_samDan Sledz2009-02-241-58/+73
* Fix a typoVolker Lendecke2009-02-211-1/+1
* Introduce a new passdb backend: pdb_onefs_samDan Sledz2009-02-201-0/+433
* 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
* s3: Added new parameter "map untrusted to domain"Steven Danneman2009-02-121-0/+18
* s3: Change behavior when seeing an unknown domain.Dan Sledz2009-02-111-19/+0
* Fix some nonempty blank linesVolker Lendecke2009-02-081-41/+41
* Fix nonempty blank linesVolker Lendecke2009-02-011-61/+60
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-212-0/+7
* s3:passdb: put login_cache.tdb into cache_dir, not lock_dir.Michael Adam2009-01-161-2/+3
* Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery.Jeremy Allison2009-01-141-1/+1
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-8/+8
* s3:pdb_tdb: store the next rid counter in passdb.tdb instead of winbind_idmap...Stefan Metzmacher2008-12-291-75/+47
* s3:passdb: add SAMU_BUFFER_V4 with no changesStefan Metzmacher2008-12-291-1/+16
* s3:passdb: make marshalling struct samu from and to a buffer more genericStefan Metzmacher2008-12-292-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
* s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.Günther Deschner2008-10-271-4/+4
* Use libutil genrand.Jelmer Vernooij2008-10-231-2/+2
* Use standard types.Jelmer Vernooij2008-10-221-8/+8
* Use GUID_random.Jelmer Vernooij2008-10-141-1/+1
* Use common util_file code.Jelmer Vernooij2008-10-121-3/+3
* Store a local schannel key in secrets.tdbVolker Lendecke2008-10-061-0/+25
* Revert "Split lookup_name() and create a new functiong called"Simo Sorce2008-09-031-93/+78
* Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce2008-09-031-4/+38
|\
| * 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
* | Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce2008-08-261-33/+63
|\|
| * 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
* | Split lookup_name() and create a new functiong calledSimo Sorce2008-08-171-78/+93
|/
* 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