s3-id_cache: Use better names for id cache management ops
[idra/samba.git] / source3 / passdb /
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...
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...
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-05-04 Jeremy AllisonSimple +1 changes in hardcoded lengths when changing...
2011-04-14 Volker Lendeckes3: Fix Coverity ID 2471: UNINIT
2011-04-13 Volker Lendeckes3: Use wbcSidsToUnixIds in create_local_token
2011-04-13 Volker Lendeckes3: Fix Coverity ID 2470: STRAY_SEMICOLON
2011-04-13 Andrew Bartlettlibcli/ldap pull LIBCLI_LDAP_MESSAGE and LIBCLI_LDAP_ND...
2011-04-11 Volker Lendeckes3: Fix Coverity ID 2472, UNINIT
2011-04-11 Volker Lendeckes3: Fix Coverity ID 2473, UNINIT
2011-04-07 Michael Adams3:passdb:pdb_ipa: fix a C++ implicit void * cast warnings
2011-04-06 Sumit Boses3-pdb_ipa: Create DN for new object
2011-04-06 Sumit Boses3-pdb_ipa: Add ipasam_create_dom_group()
2011-04-06 Sumit Boses3-pdb_ipa: Add ipasam_create_user()
2011-04-06 Sumit Boses3-pdb_ipa: Detect IPA server
2011-04-06 Sumit Boses3-pdb_ipa: Use new smbldap_make_mod_blob() without...
2011-04-06 Günther Deschners3-ipasam: rename of smbldap_make_mod_blob to _smbldap_...
2011-04-06 Sumit Boses3-pdb_ipa: Fix indentation
2011-03-30 Günther Deschners3-libndr: add ../librpc/ndr/libndr.h include in some...
2011-03-30 Günther Deschners3-passdb: move LOOKUP_NAME_ flags to passdb where...
2011-03-29 Günther Deschners3: only include lib/privileges.h where needed.
2011-03-29 Günther Deschners3-passdb: move lsa_dom_info and lsa_name_info out...
2011-03-29 Günther Deschners3-passdb: move util_builtin.c out of passdb.
2011-03-29 Günther Deschners3-passdb: move util_unixsids.c out of passdb.
2011-03-29 Günther Deschners3-passdb: move util_wellknown.c out of passdb.
2011-03-29 Günther Deschners3-passdb: add machine_sid.h and lookup_sid.h
2011-03-29 Günther Deschners3-passdb: add passdb.h where needed.
2011-03-29 Günther Deschners3-passdb: move passdb headers to passdb/proto.h.
2011-03-29 Günther Deschners3: create_builtin_users/administrators belongs to...
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-includes: only include system/passwd.h when needed.
2011-03-29 Günther Deschners3-winbind: remove global inclusion of libwbclient.
2011-03-29 Günther Deschnerlib/util/util_pw: share more code between lib/util...
2011-03-29 Günther Deschnerlib/util/util_pw: share sys_get{pw,gr} group of calls.
2011-03-27 Volker Lendeckes3: Fix Coverity ID 976: BAD_SIZEOF
2011-03-27 Volker Lendeckes3: Fix Coverity ID 513: UNINIT
2011-03-27 Volker Lendeckes3: Fix Coverity ID 2328: FORWARD_NULL
2011-03-24 Günther Deschners3-ldapsam: fix ldapsam_create_user() with existing...
2011-03-24 Andrew Tridgellcharcnv: removed the allow_badcharcnv and allow_bad_con...
2011-03-17 Jeremy AllisonFix compiler warning in debug message.
next