Age | Commit message (Expand) | Author | Files | Lines |
2008-02-05 | Don't return true on talloc fail. | Jeremy Allison | 1 | -0/+12 |
2008-02-04 | Fix valgrind errors | Volker Lendecke | 1 | -1/+17 |
2008-02-04 | Remove a static | Volker Lendecke | 1 | -4/+1 |
2008-01-25 | Fix lookup_sids to detect unix_groups and unix_users domain sids. | Michael Adam | 1 | -0/+10 |
2008-01-25 | Add a debug message: show the sid lookup_sid() was called for. | Michael Adam | 1 | -0/+2 |
2008-01-25 | Add a debug message to lookup_rids() printing the domain SID. | Michael Adam | 1 | -0/+3 |
2008-01-12 | Fix CID 469. new_acct can't be NULL here. | Jeremy Allison | 1 | -2/+1 |
2008-01-09 | Fix memleak in ldapsam_rename_sam_account() found by IBM checker. | Michael Adam | 1 | -1/+1 |
2008-01-09 | Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS. | Michael Adam | 1 | -7/+11 |
2008-01-07 | Add secrets_shutdown(). | Günther Deschner | 1 | -0/+13 |
2008-01-02 | Fix for bug #5163 from Laurent Pinchart <pinchart@skynet.be> | Jeremy Allison | 1 | -0/+4 |
2007-12-29 | Make pdb_tdb honour a private dir overridden in smb.conf. | Michael Adam | 1 | -1/+1 |
2007-12-29 | passdb.tdb is located in the private directory | Volker Lendecke | 1 | -1/+2 |
2007-12-28 | Convert csamuser to memcache | Volker Lendecke | 1 | -27/+26 |
2007-12-26 | Remove the sampwent interface | Volker Lendecke | 4 | -446/+1 |
2007-12-26 | smbpasswd_search_users | Volker Lendecke | 1 | -0/+114 |
2007-12-26 | Add tdbsam_search_users | Volker Lendecke | 1 | -0/+134 |
2007-12-23 | Convert the [gu]id_sid cache to memcache | Volker Lendecke | 1 | -134/+62 |
2007-12-19 | Remove Get_Pwnam and its associated static variable | Volker Lendecke | 1 | -1/+2 |
2007-12-19 | Add and use some keystr functions using talloc_tos() in secrets api. | Günther Deschner | 1 | -44/+123 |
2007-12-18 | Prevent another segfault. | Michael Adam | 1 | -1/+3 |
2007-12-17 | Remove direct caller of secrets_fetch_trusted_domain_password(). | Michael Adam | 1 | -1/+1 |
2007-12-17 | Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames. | Michael Adam | 1 | -13/+32 |
2007-12-15 | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 2 | -9/+9 |
2007-12-15 | Replace sid_string_static with sid_to_string | Volker Lendecke | 2 | -6/+11 |
2007-12-15 | Use sid_string_talloc where we have a tmp talloc ctx | Volker Lendecke | 1 | -3/+4 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 9 | -84/+80 |
2007-12-15 | Use sid_string_talloc where we have a tmp talloc ctx | Volker Lendecke | 1 | -14/+16 |
2007-12-14 | Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna... | Stefan Metzmacher | 1 | -32/+13 |
2007-12-13 | Pass NULL instead of unneeded &sid: pdb_get_trusteddom_pw() checks. | Michael Adam | 1 | -2/+1 |
2007-12-13 | Rename get_trust_pw() to get_trust_pw_hash(). | Michael Adam | 1 | -2/+2 |
2007-12-13 | Export logic of get_trust_pw() to new function get_trust_pw_clear(). | Michael Adam | 1 | -16/+58 |
2007-12-13 | Refactor the lagacy part of secrets_fetch_trust_account_password() out | Michael Adam | 1 | -13/+31 |
2007-12-13 | Let get_trust_pw() determine the machine_account_name to use. | Michael Adam | 1 | -2/+14 |
2007-12-13 | Remove two unneeded functions. | Michael Adam | 1 | -23/+0 |
2007-12-13 | Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames. | Michael Adam | 1 | -13/+32 |
2007-12-12 | Fix logic and prevent segfaults in secrets trustdom tdb pack code. | Michael Adam | 1 | -14/+14 |
2007-12-12 | Fix secrets_store_trusted_domain_password() after pstring removal. | Michael Adam | 1 | -1/+1 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -1/+1 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 1 | -2/+2 |
2007-12-03 | Change tdb_unpack "P" to return a malloc'ed string rather | Jeremy Allison | 1 | -1/+6 |
2007-11-27 | Remove unused prototype for smbldap_get_single_pstring(). | Jeremy Allison | 1 | -2/+8 |
2007-11-27 | Use the proper boolean constants - the type has been | Michael Adam | 1 | -76/+76 |
2007-11-26 | Fix bug 5055 | Volker Lendecke | 1 | -1/+1 |
2007-11-26 | Improve debug message | Volker Lendecke | 1 | -1/+2 |
2007-11-21 | Remove pstrings from pam_smbpass - make local_password_change | Jeremy Allison | 1 | -25/+26 |
2007-11-20 | More pstring elimination. | Jeremy Allison | 6 | -117/+233 |
2007-11-14 | Remove smbldap_get_single_pstring() and all pstrings | Jeremy Allison | 2 | -462/+803 |
2007-11-09 | remove faked_create_user() BUILD_FARM hack as we have nss_wrapper now | Stefan Metzmacher | 1 | -8/+0 |
2007-11-05 | static pstring removal | Volker Lendecke | 4 | -11/+22 |