summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
...
* s3-auth Remove unused global_machine_account_needs_changingAndrew Bartlett2012-07-131-11/+0
* s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam2012-07-126-10/+10
* s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam2012-07-125-10/+10
* s3:passdb: remove commented out pdb_lookup_names codeMichael Adam2012-07-121-82/+0
* s3-passdb: Remove obsolte ldapsam_compat support.Andreas Schneider2012-07-035-179/+6
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-271-1/+1
* s3-pdb_samba4: Remove dupliate profilePath handlingAndrew Bartlett2012-06-271-6/+0
* s3-pdb_samba4: Add support for lastLogon and lastLogoffAndrew Bartlett2012-06-271-2/+10
* s3-pdb_samba4: Fix time handling, use nt_time_to_unix()Andrew Bartlett2012-06-271-1/+1
* s3-pdb_samba4: Allocate and free a talloc_stackframe() in pdb_samba4_replace_...Andrew Bartlett2012-06-261-3/+10
* Fix unused variable warnings.Jeremy Allison2012-06-191-6/+2
* s3-passdb: Remove pdb_adsAndrew Bartlett2012-06-162-2702/+0
* dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystringVolker Lendecke2012-06-151-1/+1
* dbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_change_int32_atomic_by...Volker Lendecke2012-06-151-2/+2
* dbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans_change_uint32_atomic_...Volker Lendecke2012-06-151-2/+2
* dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke2012-06-152-2/+3
* dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke2012-06-152-4/+4
* dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke2012-06-151-4/+4
* dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystringVolker Lendecke2012-06-151-7/+8
* s3-passdb: Fix negative SID->uid/gid/both cache handlingIra Cooper2012-05-241-0/+14
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-2/+2
* s3-passdb: add unixid_from_uid/unixid_from_gid/unixid_from_both APIAlexander Bokovoy2012-05-231-0/+47
* Fix bug 8920, null dereferenceSteve Langasek2012-05-101-1/+3
* s3: Use hex_encode_bufVolker Lendecke2012-05-041-4/+1
* s3: Use hex_encode_bufVolker Lendecke2012-05-041-3/+1
* s3:passdb fix a compiler warningChristian Ambach2012-05-031-1/+1
* s3-pypassdb: add wrapper for enum_group_membershipsAndrew Bartlett2012-05-031-1/+57
* s3-pypassdb: remove unused variableAndrew Bartlett2012-05-031-2/+0
* s3-passdb: Add extra debug on ID mapping failuresAndrew Bartlett2012-05-021-0/+7
* s3-idmap: convert most idmap_cache callers to unixid APIAndrew Bartlett2012-05-022-19/+29
* s3:passdb: remove a forward declaration of wbcSidToUnixId that has become unn...Michael Adam2012-05-021-1/+0
* s3:passdb: rename sids_to_unix_ids() --> sids_to_unixids() for consistencyMichael Adam2012-05-022-3/+3
* s3-passdb: Use struct unixid in sids_to_unix_idsAndrew Bartlett2012-05-022-18/+32
* s3-passdb: Rename legacy_sid_to_id -> legacy_sid_to_unixid for clarityAndrew Bartlett2012-05-021-3/+3
* s3-passdb: Change pdb_sid_to_id() to return struct unixidAndrew Bartlett2012-05-027-133/+142
* passdb: Do not panic in initialize_password_dbChristof Schmitt2012-04-301-17/+17
* s3: Remove two unused variablesVolker Lendecke2012-04-211-2/+0
* s3:passdb: do not use the in-memory idmap cache (it will be removed)Michael Adam2012-04-203-156/+0
* s3: Remove an unused variableVolker Lendecke2012-04-201-1/+0
* s3-passdb: Remove unused sampass->pass_must_change_timeAndrew Bartlett2012-04-195-36/+3
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-2/+2
* build: Remove SMB_F* locking definesAndrew Bartlett2012-04-051-1/+1
* build: Remove SMB_STRUCT_FLOCK defineAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_fopen wrapperAndrew Bartlett2012-04-051-3/+3
* build: Remove sys_open wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_ftell wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_lseek wrapperAndrew Bartlett2012-04-051-4/+4
* build: Remove sys_ftruncate wrapperAndrew Bartlett2012-04-051-1/+1
* use usleep rather than sys_usleep in various places, in anticipation of uslee...Jelmer Vernooij2012-03-241-1/+1
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-242-2/+2