Age | Commit message (Expand) | Author | Files | Lines |
2012-07-18 | source3/passdb/py_passdb.c: wrap all calls in talloc_stackframe() | Rusty Russell | 1 | -519/+489 |
2012-07-18 | source3/passdb/py_passdb.c: don't steal from talloc_stackframe(). | Rusty Russell | 1 | -15/+2 |
2012-07-18 | loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. | Rusty Russell | 7 | -44/+41 |
2012-07-15 | s3-secrets: Use C99 types | Andrew Bartlett | 1 | -6/+6 |
2012-07-13 | s3-auth Remove unused global_machine_account_needs_changing | Andrew Bartlett | 1 | -11/+0 |
2012-07-12 | s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam() | Michael Adam | 6 | -10/+10 |
2012-07-12 | s3: rename sid_check_is_domain() to sid_check_is_our_sam() | Michael Adam | 5 | -10/+10 |
2012-07-12 | s3:passdb: remove commented out pdb_lookup_names code | Michael Adam | 1 | -82/+0 |
2012-07-03 | s3-passdb: Remove obsolte ldapsam_compat support. | Andreas Schneider | 5 | -179/+6 |
2012-06-27 | s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers | Andrew Bartlett | 1 | -1/+1 |
2012-06-27 | s3-pdb_samba4: Remove dupliate profilePath handling | Andrew Bartlett | 1 | -6/+0 |
2012-06-27 | s3-pdb_samba4: Add support for lastLogon and lastLogoff | Andrew Bartlett | 1 | -2/+10 |
2012-06-27 | s3-pdb_samba4: Fix time handling, use nt_time_to_unix() | Andrew Bartlett | 1 | -1/+1 |
2012-06-26 | s3-pdb_samba4: Allocate and free a talloc_stackframe() in pdb_samba4_replace_... | Andrew Bartlett | 1 | -3/+10 |
2012-06-19 | Fix unused variable warnings. | Jeremy Allison | 1 | -6/+2 |
2012-06-16 | s3-passdb: Remove pdb_ads | Andrew Bartlett | 2 | -2702/+0 |
2012-06-15 | dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystring | Volker Lendecke | 1 | -1/+1 |
2012-06-15 | dbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_change_int32_atomic_by... | Volker Lendecke | 1 | -2/+2 |
2012-06-15 | dbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans_change_uint32_atomic_... | Volker Lendecke | 1 | -2/+2 |
2012-06-15 | dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring | Volker Lendecke | 2 | -2/+3 |
2012-06-15 | dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring | Volker Lendecke | 2 | -4/+4 |
2012-06-15 | dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring | Volker Lendecke | 1 | -4/+4 |
2012-06-15 | dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring | Volker Lendecke | 1 | -7/+8 |
2012-05-24 | s3-passdb: Fix negative SID->uid/gid/both cache handling | Ira Cooper | 1 | -0/+14 |
2012-05-23 | Introduce system MIT krb5 build with --with-system-mitkrb5 option. | Alexander Bokovoy | 1 | -2/+2 |
2012-05-23 | s3-passdb: add unixid_from_uid/unixid_from_gid/unixid_from_both API | Alexander Bokovoy | 1 | -0/+47 |
2012-05-10 | Fix bug 8920, null dereference | Steve Langasek | 1 | -1/+3 |
2012-05-04 | s3: Use hex_encode_buf | Volker Lendecke | 1 | -4/+1 |
2012-05-04 | s3: Use hex_encode_buf | Volker Lendecke | 1 | -3/+1 |
2012-05-03 | s3:passdb fix a compiler warning | Christian Ambach | 1 | -1/+1 |
2012-05-03 | s3-pypassdb: add wrapper for enum_group_memberships | Andrew Bartlett | 1 | -1/+57 |
2012-05-03 | s3-pypassdb: remove unused variable | Andrew Bartlett | 1 | -2/+0 |
2012-05-02 | s3-passdb: Add extra debug on ID mapping failures | Andrew Bartlett | 1 | -0/+7 |
2012-05-02 | s3-idmap: convert most idmap_cache callers to unixid API | Andrew Bartlett | 2 | -19/+29 |
2012-05-02 | s3:passdb: remove a forward declaration of wbcSidToUnixId that has become unn... | Michael Adam | 1 | -1/+0 |
2012-05-02 | s3:passdb: rename sids_to_unix_ids() --> sids_to_unixids() for consistency | Michael Adam | 2 | -3/+3 |
2012-05-02 | s3-passdb: Use struct unixid in sids_to_unix_ids | Andrew Bartlett | 2 | -18/+32 |
2012-05-02 | s3-passdb: Rename legacy_sid_to_id -> legacy_sid_to_unixid for clarity | Andrew Bartlett | 1 | -3/+3 |
2012-05-02 | s3-passdb: Change pdb_sid_to_id() to return struct unixid | Andrew Bartlett | 7 | -133/+142 |
2012-04-30 | passdb: Do not panic in initialize_password_db | Christof Schmitt | 1 | -17/+17 |
2012-04-21 | s3: Remove two unused variables | Volker Lendecke | 1 | -2/+0 |
2012-04-20 | s3:passdb: do not use the in-memory idmap cache (it will be removed) | Michael Adam | 3 | -156/+0 |
2012-04-20 | s3: Remove an unused variable | Volker Lendecke | 1 | -1/+0 |
2012-04-19 | s3-passdb: Remove unused sampass->pass_must_change_time | Andrew Bartlett | 5 | -36/+3 |
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 1 | -2/+2 |
2012-04-05 | build: Remove SMB_F* locking defines | Andrew Bartlett | 1 | -1/+1 |
2012-04-05 | build: Remove SMB_STRUCT_FLOCK define | Andrew Bartlett | 1 | -1/+1 |
2012-04-05 | build: Remove sys_fopen wrapper | Andrew Bartlett | 1 | -3/+3 |
2012-04-05 | build: Remove sys_open wrapper | Andrew Bartlett | 1 | -1/+1 |
2012-04-05 | build: Remove sys_ftell wrapper | Andrew Bartlett | 1 | -1/+1 |