summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
...
* Implement pdb_ads_[add|del]_groupmemVolker Lendecke2009-06-091-11/+69
* Implement pdb_ads_delete_dom_groupVolker Lendecke2009-06-091-1/+47
* Implement pdb_ads_enum_group_membersVolker Lendecke2009-06-081-3/+57
* Fix some nonempty blank linesVolker Lendecke2009-06-081-34/+34
* Fix two 64-bit warningsVolker Lendecke2009-06-081-2/+2
* Implement pdb_[add|del]aliasmemVolker Lendecke2009-06-081-2/+99
* Do not use a variable format stringVolker Lendecke2009-06-081-1/+1
* Implement pdb_ads_enum_aliasmemVolker Lendecke2009-06-081-3/+86
* Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke2009-06-083-5/+9
* Implement pdb_ads_delete_aliasVolker Lendecke2009-06-081-1/+44
* Implement pdb_ads_create_dom_group()Volker Lendecke2009-06-081-1/+69
* More pdb_ads stuffVolker Lendecke2009-06-071-6/+108
* Make "net sam list" work for groups, aliases and builtinsVolker Lendecke2009-06-071-7/+58
* Return full info in pdb_ads_search_users()Volker Lendecke2009-06-071-5/+17
* s3-samr: fix return code of _samr_LookupRids when run with pdb_ldap.Günther Deschner2009-06-071-0/+5
* s3/passdb: Fix debug message: 'net setmaxrid' does not exist.Karolin Seeger2009-06-061-2/+2
* Add an early prototyp of pdb_ads.c.Volker Lendecke2009-06-061-0/+1284
* 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