Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-11-13 | Remove last pstring from smbd/*.c | Jeremy Allison | 1 | -1/+1 |
2007-11-03 | Remove most of the remaining globals out of lib/util_sock.c. | Jeremy Allison | 1 | -2/+2 |
2007-11-03 | I can't get away without a 'length' arg. :-). | Jeremy Allison | 1 | -1/+1 |
2007-11-03 | Stop get_peer_addr() and client_addr() from using global | Jeremy Allison | 1 | -1/+2 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 2 | -15/+15 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 11 | -70/+70 |
2007-10-12 | Add become_root/unbecome_root around one call of getsampwsid() | Michael Adam | 1 | -1/+6 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 1 | -1/+1 |