summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
...
* Make pdb_ads survive a restart of Samba4Volker Lendecke2009-06-281-106/+225
* s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache().Michael Adam2009-06-261-1/+1
* Only set the password if there is oneVolker Lendecke2009-06-241-4/+8
* Prepare control supportVolker Lendecke2009-06-201-10/+11
* Fix setting passwords in pdb_adsVolker Lendecke2009-06-201-6/+7
* talloc_tos() aborts if it can not get a stackframeVolker Lendecke2009-06-201-3/+0
* Activate tldap tracing in pdb_adsVolker Lendecke2009-06-121-0/+34
* s3 passdb ads: add missing characterTim Prouty2009-06-111-1/+1
* Implement pdb_enum_alias_membershipsVolker Lendecke2009-06-111-3/+88
* Implement pdb_ads_set_aliasinfoVolker Lendecke2009-06-101-1/+68
* pdb_default_aliasinfo is just fine for pdb_ads right nowVolker Lendecke2009-06-101-8/+1
* Implement pdb_ads_lookup_ridsVolker Lendecke2009-06-101-3/+69
* Fix a segfault in pdb_ads_delete_user()Volker Lendecke2009-06-101-3/+11
* If there are no mods, don't bother the ldap serverVolker Lendecke2009-06-091-0/+5
* Some more fields in pdb_ads_init_ads_from_sam()Volker Lendecke2009-06-091-0/+20
* Do not pull samAccountName twiceVolker Lendecke2009-06-091-7/+0
* No need to free twice -- thanks gd :-)Volker Lendecke2009-06-091-1/+0
* 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