summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* Fix some nonempty blank linesVolker Lendecke2009-05-311-52/+52
* s3-passdb: fix uninitialized variable in local_password_change().Günther Deschner2009-05-291-1/+1
* Consolidate user create/delete paths in smbpasswdSimo Sorce2009-05-291-147/+179
* util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.Günther Deschner2009-05-291-20/+0
* TALLOC_ZERO_P->talloc_zeroVolker Lendecke2009-05-281-1/+2
* Do not segfault in pdb_search_destructor if no real search was startedVolker Lendecke2009-05-281-1/+2
* s3: zero an uninitialized arrayMarc VanHeyningen2009-05-271-1/+4
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-1/+1
* Move smb_create_user() in samsyncSimo Sorce2009-05-161-60/+0
* s3: Fallback to the legacy sid_to_(uid|gid) instead of returning NULL.Aravind Srinivasan2009-05-122-26/+4
* Fix the last few format arg missmatches I missed.Jeremy Allison2009-05-121-4/+4
* Fix bug 6157Volker Lendecke2009-05-121-1/+1
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-113-10/+10
* s3/ldap: also handle DirX return codesBjörn Jacke2009-05-081-0/+2
* s3-ldap: fix more callers of smbldap_dn_talloc() that were passing a NULL con...Günther Deschner2009-05-052-2/+2
* s3-ldapsam: Fix Bug #6313: ldapsam_update_sam_account() crashes while doing t...Günther Deschner2009-05-051-1/+1
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-144-1/+4
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-142-15/+15
* s3:smbldap Remove smbldap_get_dnAndrew Bartlett2009-04-062-29/+18
* Allow pdbedit to change a user rid/sid. Based on a fix from Alexander Zagrebi...Jeremy Allison2009-04-011-3/+57
* s3-passdb: add smb_create_user().Günther Deschner2009-04-011-0/+59
* 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 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