Age | Commit message (Expand) | Author | Files | Lines |
2008-05-11 | Make sure we have serversupplied_info->sanitized_username everywhere | Volker Lendecke | 1 | -10/+53 |
2008-05-10 | Add function make_serverinfo_from_username() | Volker Lendecke | 1 | -0/+38 |
2008-05-10 | Add a mem_ctx argument to make_server_info_guest() | Volker Lendecke | 2 | -5/+6 |
2008-05-10 | Make copy_serverinfo non-static, add mem_ctx | Volker Lendecke | 1 | -3/+4 |
2008-05-07 | Rename server_info->was_mapped to server_info->nss_token | Volker Lendecke | 5 | -11/+7 |
2008-05-05 | Remove "userdom_struct user" from "struct user_struct" | Volker Lendecke | 1 | -0/+10 |
2008-05-05 | Fix a typo | Volker Lendecke | 1 | -1/+1 |
2008-05-05 | Remove unused set_current_user_guest() | Volker Lendecke | 1 | -33/+0 |
2008-04-30 | BUG 5429: Clarify log msgs re: failure to create BUILTIN\{Administrators,Users} | Gerald W. Carter | 1 | -7/+9 |
2008-04-15 | auth: add SeDiskOperatorsPrivilege to get_root_nt_token to fix registry shares. | Michael Adam | 1 | -0/+2 |
2008-04-09 | Fix typos. | Karolin Seeger | 1 | -1/+1 |
2008-04-04 | Use sid_array_from_info3 in lookup_usergroups_cached(). | Günther Deschner | 1 | -1/+1 |
2008-04-02 | Fix NETLOGON credential chain with Windows 2008 all over the place. | Günther Deschner | 1 | -1/+1 |
2008-03-26 | Add debug statement in auth_winbind to display wbcAuthenticateUserEx error code. | Günther Deschner | 1 | -0/+5 |
2008-03-20 | Fix crash bug in check_sam_security() when make_server_info_sam() did a | Günther Deschner | 1 | -1/+0 |
2008-03-14 | Fix bug 5317 | Volker Lendecke | 1 | -1/+1 |
2008-03-10 | Use a separate tdb for mutexes | Volker Lendecke | 2 | -14/+18 |
2008-03-06 | Be more verbose why create local token has failed during | Günther Deschner | 1 | -1/+2 |
2008-02-17 | Use netr_SamInfo3 in remaining places. | Günther Deschner | 1 | -5/+5 |
2008-02-17 | Use netr_SamInfo3 in make_server_info_info3(). | Günther Deschner | 1 | -25/+27 |
2008-02-14 | Allow auth_ntlmssp_end() to ignore null pointers passed in. | Jeremy Allison | 1 | -1/+6 |
2008-02-13 | auth_winbind: use wbcAuthenticateUserEx() | Stefan Metzmacher | 2 | -69/+277 |
2008-02-05 | Fix typo. | Karolin Seeger | 1 | -1/+1 |
2008-02-04 | Always pass a TALLOC_CTX to str_list_make and str_list_copy | Volker Lendecke | 1 | -10/+26 |
2008-02-04 | tiny simplification | Volker Lendecke | 1 | -5/+3 |
2008-01-23 | Windows 2008 (Longhorn) auth2 flag fixes. | Andreas Schneider | 1 | -1/+1 |
2008-01-08 | Fix CID 460 - resource leak on error. | Jeremy Allison | 1 | -0/+1 |
2008-01-09 | Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS. | Michael Adam | 2 | -34/+52 |
2008-01-04 | More logical operations on booleans. IBM checker. | Jeremy Allison | 2 | -2/+6 |
2007-12-29 | Fix a panic | Volker Lendecke | 1 | -1/+1 |
2007-12-28 | Convert get_root_nt_token to memcache | Volker Lendecke | 1 | -3/+15 |
2007-12-28 | Remove static zeros | Volker Lendecke | 1 | -3/+6 |
2007-12-22 | Fix "may be used uninitialized" compiler warnings. | James Peach | 1 | -3/+3 |
2007-12-21 | De-couple smbd from staticly linking against winbindd client files. | Gerald (Jerry) Carter | 1 | -3/+3 |
2007-12-19 | Remove Get_Pwnam and its associated static variable | Volker Lendecke | 1 | -1/+2 |
2007-12-17 | Correctly define prototypes for accessor functions. | Jeremy Allison | 1 | -3/+3 |
2007-12-17 | More static fstring removal. | Jeremy Allison | 1 | -33/+116 |
2007-12-17 | Reformat: Remove trailing spaces. | Michael Adam | 1 | -47/+47 |
2007-12-17 | Fix flags in caller of lookup_name() in create_builtin_administrators(). | Michael Adam | 1 | -1/+2 |
2007-12-16 | Remove another static string and static passwd. | Jeremy Allison | 1 | -19/+22 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 2 | -7/+8 |
2007-12-15 | Use sid_string_talloc where we have a tmp talloc ctx | Volker Lendecke | 1 | -2/+2 |
2007-12-13 | Fix typo in debug statement. | Michael Adam | 1 | -1/+1 |
2007-12-13 | Rename get_trust_pw() to get_trust_pw_hash(). | Michael Adam | 1 | -2/+2 |
2007-12-13 | Let get_trust_pw() determine the machine_account_name to use. | Michael Adam | 1 | -2/+5 |
2007-12-10 | Correctly unbecome_root() on error | Volker Lendecke | 1 | -0/+2 |
2007-12-08 | Fix two incompatible pointer warnings | Volker Lendecke | 1 | -1/+1 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 3 | -31/+44 |
2007-11-27 | Remove pstrings from everything except srv_spoolss_nt.c. | Jeremy Allison | 1 | -3/+3 |
2007-11-14 | Remove pstring from auth/* | Jeremy Allison | 2 | -16/+43 |