build: added deletion of stale .so and .o files
[obnox/samba/samba-obnox.git] / source3 / passdb /
2011-10-18 Simo Sorcepdb-interface: Do not use unid_t here
2011-10-14 Günther Deschners3-passdb: remove libwbclient header dependency for...
2011-10-14 Günther Deschners3-passdb: remove fstring from pdb_set_user_sid_from_st...
2011-10-14 Günther Deschners3-passdb: add define guards for machine_sid.h.
2011-10-14 Günther Deschners3-passdb: use uintX_t at least in headers.
2011-10-14 Günther Deschners3-passdb: move passdb prototypes into passdb.h
2011-10-12 Simo Sorces3-group-mapping: Remove fstrings from GROUP_MAP.
2011-10-11 Michael Adams3:dbwrap: change dbwrap_store_uint32() to NTSTATUS...
2011-10-11 Michael Adams3:dbwrap: change dbwrap_store_int32() to NTSTATUS...
2011-10-11 Michael Adams3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS...
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS...
2011-10-11 Michael Adams3:passdb:account_pol: use dbwrap_fetch_uint32, not...
2011-10-11 Michael Adams3:secrets: convert to use dbwrap wrapper functions...
2011-10-11 Michael Adams3:passdb: convert account_pol to use dbwrap wrapper...
2011-10-11 Michael Adams3:passdb: convert machine_sid to use dbwrap wrapper...
2011-10-11 Michael Adams3:passdb: convert pdb_tdb to use dbwrap wrapper functions.
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystrin...
2011-10-11 Günther Deschners3-passdb: split out passdb/pdb_ipa.h.
2011-10-11 Günther Deschners3-passdb: split out passdb/pdb_nds.h.
2011-10-11 Günther Deschners3-passdb: split out passdb/pdb_ldap.h.
2011-10-11 Andrew Bartlettlib/param move source4 param code to the top level
2011-10-10 Günther Deschners3-passdb: split out passdb/pdb_smbpasswd.h.
2011-10-10 Günther Deschners3-passdb: split out passdb/pdb_wbc_sam.h.
2011-10-10 Günther Deschners3-passdb: split out passdb/pdb_tdb.h.
2011-10-07 Andrew Bartlettbuild: Remove _SAMBA_WAF_BUILD_
2011-10-07 Andrew Bartlettbuild: Reduce build systems to just top level waf and...
2011-09-27 Andrew Bartletts3-pdb_samba4: Remove unused attribute from domain...
2011-09-26 Simo Sorces3-passdb: Cleanup use of fstring and move to talloc.
2011-08-31 Sumit Boses3-pdb_ipa: Add supprted encryption types to struct...
2011-08-31 Sumit Boses3-pdb_ipa: Add posix offset to struct pdb_trusted_domain
2011-08-31 Sumit Boses3-pdb_ipa: Derive domain GUID from SID
2011-08-26 Amitay Isaacss3-passdb: Allocate talloc stackframe before calling...
2011-08-26 Amitay Isaacss3-passdb: Make domain_sid argument optional for search...
2011-08-26 Amitay Isaacss3-passdb: Return assigned number of hours and not...
2011-08-26 Amitay Isaacss3-passdb: Convert lm_pw and nt_pw to python string...
2011-08-24 Andrew Tridgellpdb-samba4: use ldb_get_default_basedn() instead of...
2011-08-21 Andreas Schneiders3-passdb: Only delete 1 entry from memcache.
2011-08-21 Andreas Schneiders3-passdb: Remove always the user from getpwsid cache.
2011-08-21 Andreas Schneiders3-passdb: Keep caches coherent
2011-08-21 Andreas Schneiders3-id_cache: Move id caches mgmt out of smbd
2011-08-19 Matthias Dieter... s3:passdb/py_passdb.c - restore Python >= 2.4 compatibility
2011-08-19 Andrew Bartletts3-passdb pdb_samba4 handles PDB_PWHISTORY already
2011-08-19 Amitay Isaacss3-passdb: Fix the get/set routines for pw_history...
2011-08-19 Amitay Isaacss3-passdb: Display username when reporting error on...
2011-08-19 Amitay Isaacss3-passdb: Use pdb_get_nt_passwd() to get nt passwd.
2011-08-19 Amitay Isaacss3-passdb: Fix call for search_aliases(). It returns...
2011-08-19 Amitay Isaacss3-passdb: Return list of sids from python wrapper...
2011-08-19 Amitay Isaacss3-passdb: Make arguments for python wrapper enum_group...
2011-08-19 Amitay Isaacss3-passdb: Added python wrapper for passdb methods
2011-08-19 Amitay Isaacss3-passdb: Python wrapper for passdb
2011-08-19 Amitay Isaacss3-passdb: Replace SMB_MALLOC_ARRAY()/SAFE_FREE() with...
2011-08-18 Björn Jackes3/ldap: don't continue if we couldn't get the domain...
2011-08-15 Andrew Bartletts3-passdb Use supplied pdb_methods in default passdb...
2011-08-14 Andrew Bartletts3-passdb: Fix python < 2.6 build errors in passdb...
2011-08-13 Amitay Isaacss3-passdb: Added python method to get_global_sam_sid
2011-08-13 Amitay Isaacss3-passdb: Return dom_sid and guid with correct python...
2011-08-13 Amitay Isaacspassdb: Move python wrapper for passdb in samba3 python...
2011-08-13 Amitay Isaacss3-passdb: Connect to specified samdb if location is...
2011-08-13 Amitay Isaacss3-passdb: Fix the error messages and return correct...
2011-08-13 Andrew Bartletts4-scripting Rename passdb upgrade routine to avoid...
2011-08-13 Andrew Bartletts3-passdb Add support for pdb_add_sam_account() and...
2011-08-13 Andrew Bartletts4-dsdb Add ability to force a particular SID in the...
2011-08-13 Andrew Bartletts3-passdb Make pdb_element_is_changed available to...
2011-08-13 Amitay Isaacspassdb: Allocate talloc stackframe before calling in...
2011-08-13 Amitay Isaacspassdb: Call with correct backend methods instead of...
2011-08-13 Amitay Isaacspassdb: Added python wrapper to passdb
2011-08-13 Amitay Isaacspassdb: Add a function to read secrets db from a specif...
2011-08-13 Amitay Isaacspassdb: Add a function to expose loaded backend list.
2011-07-31 Günther Deschners3-secrets: add lsa_secret passdb api.
2011-07-31 Günther Deschners3-passdb: add dummy calls to control global (replicate...
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-07-28 Andrew Tridgells3-waf: the passdb subsystem needs to be called pdb
2011-07-19 Jeremy AllisonFirst part of fix for bug 8310 - toupper_ascii() is...
2011-07-08 Andrew Bartlettlib/util Move bitmap.c to lib/util
2011-07-04 Andrew Bartletts3-build link passdb modules against libpassdb
2011-07-04 Andrew Bartletts3-build allow_undefined_symbols=False is the default now
2011-06-28 Günther Deschners3-waf: add some missing tdb dependencies.
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-20 Andrew Bartlettlib/util Remove samba-util-common!
2011-06-20 Rusty Russelltdb_compat: Higher level API fixes.
2011-06-12 Sumit Boses3-passdb: Implement new pdb trust calls for the defaul...
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-06-09 Matthias Dieter... s3:passdb/pdb_samba4.c - remove unused variable
2011-06-09 Matthias Dieter... s3:passdb/pdb_samba4.c - fix a format specifier warning
2011-06-06 Andrew Bartletts3-passdb use new loadparm_init_s3 rather than reloadin...
2011-05-31 Michael Adams3:passdb: add GPL/copyright header to machine_sid.h
2011-05-30 Michael Adams3:passdb/proto.h: add _PASSDB_PROTO_H_ guard
2011-05-30 Michael Adams3:passdb/proto.h: add GPL/copyright comment header
2011-05-25 Sean FinneyFix numerous missing dependencies in WAF build scripts
2011-05-24 Jeremy AllisonFix bug #7054 - X account flag does not work when pwdla...
2011-05-18 Andrew Bartletts3-lib Replace StrnCaseCmp() with strncasecmp_m()
2011-05-08 Andrew Bartletts3-passdb: added pdb_samba4
2011-05-08 Andrew Bartletts3-passdb Redirect domain GUID and SID queries to the...
next