s3-rpc_server: Fix username and remote check.
[kai/samba.git] / source3 / passdb /
2012-12-03 Michael Adams3:passdb: fix building pdb_ldap as shared module
2012-12-03 Michael Adams3:passdb: don't look into group mappings in legacy_sid...
2012-12-03 Michael Adams3:passdb:pdb_ldap: treat "Unix User" and "Unix Group...
2012-12-03 Michael Adams3:passdb:pdb_ldap: pre-validate sid with sid_check_obj...
2012-12-03 Michael Adams3:passdb: add sid_check_object_is_for_passdb()
2012-12-03 Michael Adams3:passdb: factor pdb_sid_to_id_unix_users_and_groups...
2012-12-03 Michael Adams3:passdb: don't bail out in pdb_default_sid_to_id...
2012-12-03 Michael Adambuild the new sid_check_is_for_passdb() function into...
2012-09-27 Christian Ambachs3:passdb formatting changes
2012-09-26 Andrew Bartlettlib/util/charset: We do not use fucntions from wchar...
2012-09-22 Andrew Bartlettbuild: Fix enabled handling for HAVE_LDAP, we need...
2012-09-22 Christian Ambachs3:pdb_ldap remove unused function
2012-09-13 Alexander Bokovoys3: make smbldaphelper subsystem an internal library
2012-09-13 Alexander Bokovoys3: make ldapsam-related functions a smbldaphelper...
2012-09-12 Alexander Bokovoys3-pdb: filter out more symbols only used in ldapsam...
2012-09-10 Alexander Bokovoys3-passdb: update abi_match and ignore more statically...
2012-09-07 Alexander Bokovoys3-smbldap: use smbldap_ prefixed functions
2012-09-07 Alexander Bokovoys3-waf: avoid exporting init symbols from statically...
2012-09-07 Alexander Bokovoys3-passdb: convert pdb_ipa to use secrets wrappers
2012-09-07 Alexander Bokovoys3-passdb: convert pdb_ldap to use secrets wrappers
2012-09-07 Alexander Bokovoys3-passdb: wrap secrets.tdb accessors used by PDB modules
2012-09-07 Michele BaldessariFree protect_ids in secret_store_domain_guid() as the...
2012-09-05 Michele BaldessariFree protect_ids in secret_store_domain_sid() as the...
2012-09-04 Volker Lendeckes3: Fix some nonempty blank lines
2012-09-04 Andrew Bartletts3-passdb: Rename pdb_samba4 to samba_dsdb and autoconf...
2012-09-01 Volker Lendeckes3: Remove a shadowing variable declaration
2012-08-27 Andrew Bartletts3-passdb: Allow reload of the static passdb from python
2012-08-27 Andrew Bartletts3-secrets: Use talloc_stackframe() in secrets_init_path()
2012-08-27 Andrew Bartletts3-secrets: Handle all valid ROLE_ values in get_defaul...
2012-08-27 Andrew Bartletts3-secrets: Add helper function to set machine account...
2012-08-23 Björn Jackes3: fix compile warning on openindiana
2012-08-21 Andrew Bartletts3-passdb: Allow pdb_sid_to_id to work on any SID
2012-08-14 Andrew Bartletts3-passdb: Silence scary DEBUG(0) message on first...
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-08-07 Andrew Bartletts3-passdb: Simplify idmap wrapper in pdb_samba4
2012-08-02 Andrew Bartletts3-pypassdb: Fix wrapper for pdb_domain_info to return...
2012-07-31 Volker Lendeckes3: Fix Coverity ID 710803 Resource leak
2012-07-24 Günther Deschners3-pdb: remove unused variables.
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-07-18 Rusty Russellsource3/passdb/py_passdb.c: wrap all calls in talloc_st...
2012-07-18 Rusty Russellsource3/passdb/py_passdb.c: don't steal from talloc_sta...
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-07-15 Andrew Bartletts3-secrets: Use C99 types
2012-07-13 Andrew Bartletts3-auth Remove unused global_machine_account_needs_changing
2012-07-12 Michael Adams3: rename sid_check_is_in_our_domain() to sid_check_is...
2012-07-12 Michael Adams3: rename sid_check_is_domain() to sid_check_is_our_sam()
2012-07-12 Michael Adams3:passdb: remove commented out pdb_lookup_names code
2012-07-03 Andreas Schneiders3-passdb: Remove obsolte ldapsam_compat support.
2012-06-27 Andrew Bartletts3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
2012-06-27 Andrew Bartletts3-pdb_samba4: Remove dupliate profilePath handling
2012-06-27 Andrew Bartletts3-pdb_samba4: Add support for lastLogon and lastLogoff
2012-06-27 Andrew Bartletts3-pdb_samba4: Fix time handling, use nt_time_to_unix()
2012-06-26 Andrew Bartletts3-pdb_samba4: Allocate and free a talloc_stackframe...
2012-06-19 Jeremy AllisonFix unused variable warnings.
2012-06-16 Andrew Bartletts3-passdb: Remove pdb_ads
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_u...
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_...
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans...
2012-06-15 Volker Lendeckedbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
2012-05-24 Ira Coopers3-passdb: Fix negative SID->uid/gid/both cache handling
2012-05-23 Alexander BokovoyIntroduce system MIT krb5 build with --with-system...
2012-05-23 Alexander Bokovoys3-passdb: add unixid_from_uid/unixid_from_gid/unixid_f...
2012-05-10 Steve LangasekFix bug 8920, null dereference
2012-05-04 Volker Lendeckes3: Use hex_encode_buf
2012-05-04 Volker Lendeckes3: Use hex_encode_buf
2012-05-03 Christian Ambachs3:passdb fix a compiler warning
2012-05-02 Andrew Bartletts3-pypassdb: add wrapper for enum_group_memberships
2012-05-02 Andrew Bartletts3-pypassdb: remove unused variable
2012-05-02 Andrew Bartletts3-passdb: Add extra debug on ID mapping failures
2012-05-02 Andrew Bartletts3-idmap: convert most idmap_cache callers to unixid API
2012-05-02 Michael Adams3:passdb: remove a forward declaration of wbcSidToUnix...
2012-05-02 Michael Adams3:passdb: rename sids_to_unix_ids() --> sids_to_unixid...
2012-05-02 Andrew Bartletts3-passdb: Use struct unixid in sids_to_unix_ids
2012-05-02 Andrew Bartletts3-passdb: Rename legacy_sid_to_id -> legacy_sid_to_uni...
2012-05-02 Andrew Bartletts3-passdb: Change pdb_sid_to_id() to return struct...
2012-04-30 Christof Schmittpassdb: Do not panic in initialize_password_db
2012-04-21 Volker Lendeckes3: Remove two unused variables
2012-04-20 Michael Adams3:passdb: do not use the in-memory idmap cache (it...
2012-04-20 Volker Lendeckes3: Remove an unused variable
2012-04-19 Andrew Bartletts3-passdb: Remove unused sampass->pass_must_change_time
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartlettbuild: Remove SMB_F* locking defines
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_FLOCK define
2012-04-05 Andrew Bartlettbuild: Remove sys_fopen wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_open wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_ftell wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_lseek wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_ftruncate wrapper
2012-03-24 Jelmer Vernooijuse usleep rather than sys_usleep in various places...
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrapper for getpwuid().
2012-02-20 Volker Lendeckes3: Fix bug 8567 -- segfault in dom_sid_compare
2012-02-18 Andrew Bartletts3-secrets: Remove unused secrets_delete_generic()
2012-02-18 Andrew Bartletts3-secrets: Remove unused secrets_delete_machine_password()
2012-02-08 Andrew Bartletts3-passdb: Remove #if _SAMBA_BUILD_ == 4 from pdb_samba4
2012-02-07 Andreas Schneiders3-waf: Link tdbsam against needed libraries.
next