summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2009-06-07More pdb_ads stuffVolker Lendecke1-6/+108
2009-06-07Make "net sam list" work for groups, aliases and builtinsVolker Lendecke1-7/+58
2009-06-07Return full info in pdb_ads_search_users()Volker Lendecke1-5/+17
2009-06-07s3-samr: fix return code of _samr_LookupRids when run with pdb_ldap.Günther Deschner1-0/+5
2009-06-06s3/passdb: Fix debug message: 'net setmaxrid' does not exist.Karolin Seeger1-2/+2
2009-06-06Add an early prototyp of pdb_ads.c.Volker Lendecke1-0/+1284
2009-05-31Fix some nonempty blank linesVolker Lendecke1-52/+52
2009-05-29s3-passdb: fix uninitialized variable in local_password_change().Günther Deschner1-1/+1
2009-05-29Consolidate user create/delete paths in smbpasswdSimo Sorce1-147/+179
2009-05-29util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.Günther Deschner1-20/+0
2009-05-28TALLOC_ZERO_P->talloc_zeroVolker Lendecke1-1/+2
2009-05-28Do not segfault in pdb_search_destructor if no real search was startedVolker Lendecke1-1/+2
2009-05-27s3: zero an uninitialized arrayMarc VanHeyningen1-1/+4
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-1/+1
2009-05-16Move smb_create_user() in samsyncSimo Sorce1-60/+0
2009-05-12s3: Fallback to the legacy sid_to_(uid|gid) instead of returning NULL.Aravind Srinivasan2-26/+4
2009-05-12Fix the last few format arg missmatches I missed.Jeremy Allison1-4/+4
2009-05-12Fix bug 6157Volker Lendecke1-1/+1
2009-05-11Fix a bunch of compiler warnings about wrong format types.Jeremy Allison3-10/+10
2009-05-08s3/ldap: also handle DirX return codesBjörn Jacke1-0/+2
2009-05-05s3-ldap: fix more callers of smbldap_dn_talloc() that were passing a NULL con...Günther Deschner2-2/+2
2009-05-05s3-ldapsam: Fix Bug #6313: ldapsam_update_sam_account() crashes while doing t...Günther Deschner1-1/+1
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett4-1/+4
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2-15/+15
2009-04-06s3:smbldap Remove smbldap_get_dnAndrew Bartlett2-29/+18
2009-04-01Allow pdbedit to change a user rid/sid. Based on a fix from Alexander Zagrebi...Jeremy Allison1-3/+57
2009-04-01s3-passdb: add smb_create_user().Günther Deschner1-0/+59
2009-04-01s3: fix the fix for bug #6195 - dont let smbd child processes panicMichael Adam1-2/+16
2009-03-27Fix the problem of 3.0.x passdb databases being versionJeremy Allison1-5/+43
2009-03-27Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...Jeremy Allison1-1/+2
2009-03-24Fix bug 6097Volker Lendecke1-1/+1
2009-03-18Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...Jeremy Allison1-14/+201
2009-03-17Missing break in conversion function prevents tdb password database update.Alexander Zagrebin1-0/+1
2009-03-12s3 pdb_wbc_sam: LookupRids should return sAMAccountName, not NT4 namesDan Sledz1-5/+7
2009-03-07Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke4-57/+46
2009-03-03s3 passdb: Add back some useful debug statementsTim Prouty1-18/+24
2009-03-02It appears that the first time we see a uid/gid that winbind can't map,Dan Sledz1-14/+22
2009-02-25Fix an incompatible pointer passed to winbind_get_groupsVolker Lendecke1-1/+3
2009-02-24s3: Rename auth_onefs_wb and pdb_onefs_samDan Sledz1-58/+73
2009-02-21Fix a typoVolker Lendecke1-1/+1
2009-02-20Introduce a new passdb backend: pdb_onefs_samDan Sledz1-0/+433
2009-02-19Fix printf warnings found on systems where time_t <> long int.Jeremy Allison1-8/+8
2009-02-17Fix bug #6117 - Samba 3.3.0: pdbedit -a core dumps.Jeremy Allison1-1/+12
2009-02-12s3: Added new parameter "map untrusted to domain"Steven Danneman1-0/+18
2009-02-11s3: Change behavior when seeing an unknown domain.Dan Sledz1-19/+0
2009-02-08Fix some nonempty blank linesVolker Lendecke1-41/+41
2009-02-01Fix nonempty blank linesVolker Lendecke1-61/+60
2009-01-21Memory leaks and other fixes found by Coveritytodd stecher2-0/+7
2009-01-16s3:passdb: put login_cache.tdb into cache_dir, not lock_dir.Michael Adam1-2/+3
2009-01-14Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery.Jeremy Allison1-1/+1