Age | Commit message (Expand) | Author | Files | Lines |
2008-09-03 | Revert "Split lookup_name() and create a new functiong called" | Simo Sorce | 1 | -93/+78 |
2008-09-03 | Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel | Simo Sorce | 1 | -4/+38 |
2008-08-26 | Fix bug spotted by Simo - don't use legacy if expired entry. | Jeremy Allison | 1 | -4/+4 |
2008-08-26 | Don't ask winbindd if we got a -ve cache entry. | Jeremy Allison | 1 | -4/+38 |
2008-08-26 | Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel | Simo Sorce | 1 | -33/+63 |
2008-08-26 | Fix the build :-(. Ask winbindd if we find a negative cache entry (or should | Jeremy Allison | 1 | -5/+17 |
2008-08-26 | Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid map... | Jeremy Allison | 1 | -33/+51 |
2008-08-17 | Split lookup_name() and create a new functiong called | Simo Sorce | 1 | -78/+93 |
2008-08-13 | fixed lots of places that paniced on a failed transaction_commit, | Andrew Tridgell | 1 | -4/+5 |
2008-08-13 | first cut at adding full transactions for ctdb to samba3 | Andrew Tridgell | 2 | -3/+3 |
2008-07-29 | pdb_interface: Fix typo in debug message. | Karolin Seeger | 1 | -1/+1 |
2008-07-24 | Add casts to uint32_t to match prototype for sid_append_rid(). | Jeremy Allison | 1 | -4/+4 |
2008-07-24 | Use sys_getgrnam not getgrnam. Pointed out by Herb. | Jeremy Allison | 1 | -1/+1 |
2008-07-24 | pdb_ldap: Raise level for debug message to avoid log file flooding. | John H Terpstra | 1 | -1/+1 |
2008-07-18 | Use LDAP macros instead of attribute names. | Karolin Seeger | 1 | -20/+19 |
2008-07-14 | Fix typo. | Karolin Seeger | 1 | -1/+1 |
2008-07-11 | Revert "Make use of sid_check_is_in_unix_users/groups" | Volker Lendecke | 1 | -16/+11 |
2008-07-11 | Revert "Don't scream, better explain a bit in comments" | Volker Lendecke | 1 | -8/+10 |
2008-07-11 | Revert "Remove an unused variable" | Volker Lendecke | 1 | -0/+1 |
2008-07-10 | Fix some memleaks regarding trustdom passwords | Volker Lendecke | 1 | -3/+15 |
2008-07-10 | Fix some uninitialized variable references via ndr_print | Volker Lendecke | 1 | -1/+3 |
2008-07-10 | Give a nice error message if trying to join with a non-privileged user | Volker Lendecke | 1 | -1/+1 |
2008-07-03 | Remove an unused variable | Volker Lendecke | 1 | -1/+0 |
2008-07-03 | Don't scream, better explain a bit in comments | Volker Lendecke | 1 | -10/+8 |
2008-07-03 | Make use of sid_check_is_in_unix_users/groups | Volker Lendecke | 1 | -11/+16 |
2008-06-07 | Fix a memleak in secrets_fetch_afs_key | Volker Lendecke | 1 | -0/+2 |
2008-06-07 | Fix a memleak in secrets_fetch_trust_account_password_legacy | Volker Lendecke | 1 | -0/+1 |
2008-06-07 | Fix a memleak in fetch_ldap_pw | Volker Lendecke | 1 | -1/+2 |
2008-05-26 | Remove unused function is_trusted_domain_situation(). | Michael Adam | 1 | -6/+0 |
2008-05-26 | passdb: check for is_dc_trusted_domain_situation() in get_trust_pw_hash(). | Michael Adam | 1 | -1/+1 |
2008-05-26 | passdb: add comment explaining logic in get_trust_pw_clear(). | Michael Adam | 1 | -2/+16 |
2008-05-26 | passdb: in get_trust_pw_clear() correctly fail if trusted domains not supported | Michael Adam | 1 | -1/+5 |
2008-05-26 | Add function is_dc_trusted_domain_situation(). | Michael Adam | 1 | -3/+7 |
2008-05-23 | Manually port Steven Dannenman fix for using the correct machine domain when | Gerald W. Carter | 1 | -3/+3 |
2008-05-20 | Cleanup size_t return values in callers of convert_string_allocate | Tim Prouty | 2 | -28/+59 |
2008-05-06 | Fix a panic in the [ug]id2sid valgrind bug fix | Volker Lendecke | 1 | -4/+6 |
2008-05-06 | Fix a valgrind bug in the new [ug]id2sid cache | Volker Lendecke | 1 | -6/+6 |
2008-05-05 | Remove unix_homedir from struct user_struct | Volker Lendecke | 1 | -8/+0 |
2008-04-15 | pdb_tdb: fix the upgrade code, db_traverse returns the number of records! | Stefan Metzmacher | 1 | -1/+3 |
2008-04-01 | Convert dbwrap_trans_delete to NTSTATUS | Volker Lendecke | 1 | -1/+4 |
2008-04-01 | Convert dbwrap_trans_store to NTSTATUS | Volker Lendecke | 1 | -3/+6 |
2008-04-01 | pdb_tdb: use != 0 instead off == -1 for dbwrap functions | Stefan Metzmacher | 1 | -1/+1 |
2008-04-01 | passdb: guard pdb_generate_sam_sid() with a transaction | Stefan Metzmacher | 1 | -2/+24 |
2008-04-01 | passdb/secrets: add secrets_db_ctx() to get the db_context | Stefan Metzmacher | 1 | -0/+9 |
2008-03-27 | pdb_tdb: use db_open_trans() | Stefan Metzmacher | 1 | -1/+1 |
2008-03-27 | pdb_tdb: use db_sam->transaction_start(db_sam) != 0 consistent | Stefan Metzmacher | 1 | -1/+1 |
2008-03-27 | passdb/secrets: use db_open_trans() | Stefan Metzmacher | 1 | -1/+2 |
2008-03-27 | passdb/secrets: it's enough to use traverse_read() in secrets_trusted_domains() | Stefan Metzmacher | 1 | -1/+1 |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 2 | -6/+14 |
2008-03-17 | Convert pdb_tdb to use dbwrap | Volker Lendecke | 1 | -318/+316 |