summaryrefslogtreecommitdiff
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
...
* s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return codeMichael Adam2011-10-111-8/+12
* s3:passdb:account_pol: use dbwrap_fetch_uint32, not dbwrap_fetch_int32 for th...Michael Adam2011-10-111-3/+12
* s3:secrets: convert to use dbwrap wrapper functions onlyMichael Adam2011-10-112-7/+14
* s3:passdb: convert account_pol to use dbwrap wrapper functions onlyMichael Adam2011-10-111-4/+4
* s3:passdb: convert machine_sid to use dbwrap wrapper functions onlyMichael Adam2011-10-111-3/+3
* s3:passdb: convert pdb_tdb to use dbwrap wrapper functions.Michael Adam2011-10-111-46/+61
* s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam2011-10-111-5/+6
* s3-passdb: split out passdb/pdb_ipa.h.Günther Deschner2011-10-114-4/+30
* s3-passdb: split out passdb/pdb_nds.h.Günther Deschner2011-10-114-15/+41
* s3-passdb: split out passdb/pdb_ldap.h.Günther Deschner2011-10-115-7/+45
* lib/param move source4 param code to the top levelAndrew Bartlett2011-10-111-1/+1
* s3-passdb: split out passdb/pdb_smbpasswd.h.Günther Deschner2011-10-103-4/+31
* s3-passdb: split out passdb/pdb_wbc_sam.h.Günther Deschner2011-10-103-4/+34
* s3-passdb: split out passdb/pdb_tdb.h.Günther Deschner2011-10-103-4/+33
* build: Remove _SAMBA_WAF_BUILD_Andrew Bartlett2011-10-071-4/+4
* build: Reduce build systems to just top level waf and autoconfAndrew Bartlett2011-10-071-7/+6
* s3-pdb_samba4: Remove unused attribute from domain searchAndrew Bartlett2011-09-271-1/+0
* s3-passdb: Cleanup use of fstring and move to talloc.Simo Sorce2011-09-261-5/+14
* s3-pdb_ipa: Add supprted encryption types to struct pdb_trusted_domainSumit Bose2011-08-311-0/+23
* s3-pdb_ipa: Add posix offset to struct pdb_trusted_domainSumit Bose2011-08-311-0/+22
* s3-pdb_ipa: Derive domain GUID from SIDSumit Bose2011-08-311-2/+23
* s3-passdb: Allocate talloc stackframe before calling pdb_get_group_sid()Amitay Isaacs2011-08-261-5/+6
* s3-passdb: Make domain_sid argument optional for search_aliases methodAmitay Isaacs2011-08-261-5/+10
* s3-passdb: Return assigned number of hours and not MAX_HOURS_LENAmitay Isaacs2011-08-261-3/+4
* s3-passdb: Convert lm_pw and nt_pw to python string using lengthAmitay Isaacs2011-08-261-2/+2
* pdb-samba4: use ldb_get_default_basedn() instead of NULLAndrew Tridgell2011-08-251-3/+3
* s3-passdb: Only delete 1 entry from memcache.Andreas Schneider2011-08-211-1/+4
* s3-passdb: Remove always the user from getpwsid cache.Andreas Schneider2011-08-211-3/+8
* s3-passdb: Keep caches coherentAndreas Schneider2011-08-211-1/+23
* s3-id_cache: Move id caches mgmt out of smbdAndreas Schneider2011-08-212-70/+0
* s3:passdb/py_passdb.c - restore Python >= 2.4 compatibilityMatthias Dieter Wallnöfer2011-08-191-0/+7
* s3-passdb pdb_samba4 handles PDB_PWHISTORY alreadyAndrew Bartlett2011-08-191-1/+0
* s3-passdb: Fix the get/set routines for pw_history for samuAmitay Isaacs2011-08-191-2/+2
* s3-passdb: Display username when reporting error on add_sam_account.Amitay Isaacs2011-08-191-1/+2
* s3-passdb: Use pdb_get_nt_passwd() to get nt passwd.Amitay Isaacs2011-08-191-1/+1
* s3-passdb: Fix call for search_aliases(). It returns bool and not NTSTATUS.Amitay Isaacs2011-08-191-4/+1
* s3-passdb: Return list of sids from python wrapper enum_group_membersAmitay Isaacs2011-08-191-5/+9
* s3-passdb: Make arguments for python wrapper enum_group_mapping() optionalAmitay Isaacs2011-08-191-5/+10
* s3-passdb: Added python wrapper for passdb methodsAmitay Isaacs2011-08-191-21/+831
* s3-passdb: Python wrapper for passdbAmitay Isaacs2011-08-191-8/+1283
* s3-passdb: Replace SMB_MALLOC_ARRAY()/SAFE_FREE() with talloc equivalents.Amitay Isaacs2011-08-192-8/+7
* s3/ldap: don't continue if we couldn't get the domain info on startupBjörn Jacke2011-08-181-7/+4
* s3-passdb Use supplied pdb_methods in default passdb search handlersAndrew Bartlett2011-08-151-5/+7
* s3-passdb: Fix python < 2.6 build errors in passdb python wrapperAndrew Bartlett2011-08-141-0/+4
* s3-passdb: Added python method to get_global_sam_sidAmitay Isaacs2011-08-131-0/+31
* s3-passdb: Return dom_sid and guid with correct python types.Amitay Isaacs2011-08-131-7/+31
* passdb: Move python wrapper for passdb in samba3 python packageAmitay Isaacs2011-08-131-1/+1
* s3-passdb: Connect to specified samdb if location is provided, otherwise use ...Amitay Isaacs2011-08-131-1/+9
* s3-passdb: Fix the error messages and return correct NTSTATUSAmitay Isaacs2011-08-131-6/+8
* s4-scripting Rename passdb upgrade routine to avoid conflict with upgradeprov...Andrew Bartlett2011-08-131-14/+7