summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2011-10-28s3-passdb: use tevent_context in passdb.Günther Deschner2-6/+6
2011-10-18pdb-interface: Do not use unid_t hereSimo Sorce6-46/+52
2011-10-14s3-passdb: remove libwbclient header dependency for passdb/lookup_sid.h.Günther Deschner1-1/+3
2011-10-14s3-passdb: remove fstring from pdb_set_user_sid_from_string().Günther Deschner1-1/+1
2011-10-14s3-passdb: add define guards for machine_sid.h.Günther Deschner1-0/+5
2011-10-14s3-passdb: use uintX_t at least in headers.Günther Deschner1-1/+1
2011-10-14s3-passdb: move passdb prototypes into passdb.hGünther Deschner1-325/+0
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce9-86/+196
2011-10-11s3:dbwrap: change dbwrap_store_uint32() to NTSTATUS return typeMichael Adam2-3/+6
2011-10-11s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return typeMichael Adam1-6/+10
2011-10-11s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam2-8/+11
2011-10-11s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return codeMichael Adam1-8/+12
2011-10-11s3:passdb:account_pol: use dbwrap_fetch_uint32, not dbwrap_fetch_int32 for th...Michael Adam1-3/+12
2011-10-11s3:secrets: convert to use dbwrap wrapper functions onlyMichael Adam2-7/+14
2011-10-11s3:passdb: convert account_pol to use dbwrap wrapper functions onlyMichael Adam1-4/+4
2011-10-11s3:passdb: convert machine_sid to use dbwrap wrapper functions onlyMichael Adam1-3/+3
2011-10-11s3:passdb: convert pdb_tdb to use dbwrap wrapper functions.Michael Adam1-46/+61
2011-10-11s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam1-5/+6
2011-10-11s3-passdb: split out passdb/pdb_ipa.h.Günther Deschner4-4/+30
2011-10-11s3-passdb: split out passdb/pdb_nds.h.Günther Deschner4-15/+41
2011-10-11s3-passdb: split out passdb/pdb_ldap.h.Günther Deschner5-7/+45
2011-10-11lib/param move source4 param code to the top levelAndrew Bartlett1-1/+1
2011-10-10s3-passdb: split out passdb/pdb_smbpasswd.h.Günther Deschner3-4/+31
2011-10-10s3-passdb: split out passdb/pdb_wbc_sam.h.Günther Deschner3-4/+34
2011-10-10s3-passdb: split out passdb/pdb_tdb.h.Günther Deschner3-4/+33
2011-10-07build: Remove _SAMBA_WAF_BUILD_Andrew Bartlett1-4/+4
2011-10-07build: Reduce build systems to just top level waf and autoconfAndrew Bartlett1-7/+6
2011-09-27s3-pdb_samba4: Remove unused attribute from domain searchAndrew Bartlett1-1/+0
2011-09-26s3-passdb: Cleanup use of fstring and move to talloc.Simo Sorce1-5/+14
2011-08-31s3-pdb_ipa: Add supprted encryption types to struct pdb_trusted_domainSumit Bose1-0/+23
2011-08-31s3-pdb_ipa: Add posix offset to struct pdb_trusted_domainSumit Bose1-0/+22
2011-08-31s3-pdb_ipa: Derive domain GUID from SIDSumit Bose1-2/+23
2011-08-26s3-passdb: Allocate talloc stackframe before calling pdb_get_group_sid()Amitay Isaacs1-5/+6
2011-08-26s3-passdb: Make domain_sid argument optional for search_aliases methodAmitay Isaacs1-5/+10
2011-08-26s3-passdb: Return assigned number of hours and not MAX_HOURS_LENAmitay Isaacs1-3/+4
2011-08-26s3-passdb: Convert lm_pw and nt_pw to python string using lengthAmitay Isaacs1-2/+2
2011-08-25pdb-samba4: use ldb_get_default_basedn() instead of NULLAndrew Tridgell1-3/+3
2011-08-21s3-passdb: Only delete 1 entry from memcache.Andreas Schneider1-1/+4
2011-08-21s3-passdb: Remove always the user from getpwsid cache.Andreas Schneider1-3/+8
2011-08-21s3-passdb: Keep caches coherentAndreas Schneider1-1/+23
2011-08-21s3-id_cache: Move id caches mgmt out of smbdAndreas Schneider2-70/+0
2011-08-19s3:passdb/py_passdb.c - restore Python >= 2.4 compatibilityMatthias Dieter Wallnöfer1-0/+7
2011-08-19s3-passdb pdb_samba4 handles PDB_PWHISTORY alreadyAndrew Bartlett1-1/+0
2011-08-19s3-passdb: Fix the get/set routines for pw_history for samuAmitay Isaacs1-2/+2
2011-08-19s3-passdb: Display username when reporting error on add_sam_account.Amitay Isaacs1-1/+2
2011-08-19s3-passdb: Use pdb_get_nt_passwd() to get nt passwd.Amitay Isaacs1-1/+1
2011-08-19s3-passdb: Fix call for search_aliases(). It returns bool and not NTSTATUS.Amitay Isaacs1-4/+1
2011-08-19s3-passdb: Return list of sids from python wrapper enum_group_membersAmitay Isaacs1-5/+9
2011-08-19s3-passdb: Make arguments for python wrapper enum_group_mapping() optionalAmitay Isaacs1-5/+10
2011-08-19s3-passdb: Added python wrapper for passdb methodsAmitay Isaacs1-21/+831