Age | Commit message (Expand) | Author | Files | Lines |
2009-11-27 | s3-kerberos: only use krb5 headers where required. | Günther Deschner | 2 | -0/+3 |
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa... | Günther Deschner | 6 | -0/+11 |
2009-11-24 | s3: Always try SamLogonEx | Volker Lendecke | 1 | -2/+6 |
2009-11-23 | s3:idmap_ldap: fix indentation: tab/space mixup | Michael Adam | 1 | -14/+14 |
2009-11-23 | s3-winbind: In _wbint_CheckMachineAccount, there is only one child domain ever | Volker Lendecke | 1 | -1/+1 |
2009-11-20 | s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_db_init | Michael Adam | 1 | -0/+2 |
2009-11-20 | s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_alloc_... | Michael Adam | 1 | -0/+2 |
2009-11-19 | s3: Avoid races to change the machine password in winbind | Volker Lendecke | 1 | -0/+18 |
2009-11-19 | s3: Protect against flooding the DC with pwchange requests | Volker Lendecke | 1 | -14/+24 |
2009-11-19 | s3: Re-check the timeout in machine_password_change_handler() | Volker Lendecke | 1 | -0/+6 |
2009-11-19 | s3: Add some debugs to the winbind machine pwchange machinery | Volker Lendecke | 1 | -0/+16 |
2009-11-19 | s3: Do not kill the whole smb session if a machine pwchange failed | Volker Lendecke | 1 | -1/+1 |
2009-11-08 | Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly" | Volker Lendecke | 1 | -7/+4 |
2009-11-08 | Revert "s3: Do not reference the ndr_tables in the server calls directly" | Volker Lendecke | 1 | -1/+0 |
2009-11-08 | Revert "s3: Do not reference ndr_table when calling rpc_srv_register" | Volker Lendecke | 1 | -1/+1 |
2009-11-08 | s3: Do not reference ndr_table when calling rpc_srv_register | Volker Lendecke | 1 | -1/+1 |
2009-11-08 | s3: Do not reference the ndr_tables in the server calls directly | Volker Lendecke | 1 | -0/+1 |
2009-11-08 | s3: Do not reference ndr_table_<pipe> in the cli_ routines directly | Volker Lendecke | 1 | -4/+7 |
2009-11-06 | s3-kerberos: add impersonate_principal for kerberos_return_pac_X calls. | Günther Deschner | 1 | -0/+1 |
2009-11-06 | s3: Fix kerberos refresh chain. | Bo Yang | 1 | -1/+3 |
2009-11-03 | s3-passdb: cleanup some callers of pdb_get_trusteddom_pw(). | Günther Deschner | 1 | -3/+1 |
2009-10-19 | Fix typo. | Karolin Seeger | 1 | -1/+1 |
2009-10-17 | s3:winbind: Move fillup_pw_field() as static to wb_fill_pwent.c | Volker Lendecke | 3 | -47/+47 |
2009-10-15 | Fix valgrind memory leak in bug #6814 - Fixes for problems reported by valgrind | Jeremy Allison | 1 | -0/+1 |
2009-10-14 | Fix the build, missing ->. | Jeremy Allison | 1 | -1/+1 |
2009-10-14 | Final part of fix for bug 6793 - winbindd crash with "INTERNAL ERROR: Signal 6" | Jeremy Allison | 1 | -0/+2 |
2009-10-14 | s3:winbind: Fix a double-free | Volker Lendecke | 1 | -1/+0 |
2009-10-14 | s3:winbind: Fix bug 6793 -- segfault in winbindd_pam_auth | Volker Lendecke | 1 | -7/+6 |
2009-10-13 | s3-winbindd: add wbint_ChangeMachineAccount implementation. | Günther Deschner | 5 | -0/+165 |
2009-10-13 | s3: use enum netr_SchannelType all over the place. | Günther Deschner | 1 | -1/+1 |
2009-10-08 | s3-winbindd: NDR_WBINT_CHECKMACHINEACCOUNT should not be cacheable. | Günther Deschner | 1 | -0/+1 |
2009-10-08 | s3/s4 - Adapt the IDL changes on various locations | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2009-10-07 | s3-winbindd: libwbclient: implement secure channel verification for specific ... | Günther Deschner | 2 | -5/+14 |
2009-10-06 | s3:winbind: Make query_user_list in winbindd_rpc a bit more readable | Volker Lendecke | 1 | -8/+13 |
2009-10-06 | s3-winbindd: make sure to reset connections when machine account password cha... | Günther Deschner | 1 | -0/+8 |
2009-10-05 | Revert "s3: Attempt to fix machine password change" | Volker Lendecke | 2 | -35/+9 |
2009-10-05 | s3:winbind: Slightly simplify the logic of nss_init(), make it static | Volker Lendecke | 1 | -12/+16 |
2009-10-05 | s3:winbind: Fix typos | Volker Lendecke | 1 | -2/+2 |
2009-10-05 | s3: Attempt to fix machine password change | Volker Lendecke | 2 | -9/+35 |
2009-10-04 | s3:winbind: use wb_fill_pwent in wb_getpwsid | Volker Lendecke | 1 | -79/+10 |
2009-10-04 | s3:winbind: No point in using strequal to detect a 0-length string | Volker Lendecke | 1 | -2/+2 |
2009-10-03 | s3:winbind: use talloc_tos() instead of NULL in fillup_pw_field | Volker Lendecke | 1 | -2/+2 |
2009-10-03 | s3:winbind: Fix a debug message | Volker Lendecke | 1 | -2/+2 |
2009-09-28 | s3:winbind: remove a pointless initialization | Volker Lendecke | 1 | -1/+1 |
2009-09-28 | s3:winbind: Make check_info3_in_group, sanitize its memory handling | Volker Lendecke | 2 | -15/+23 |
2009-09-28 | s3:winbind: Make "check_request_flags" publically available | Volker Lendecke | 2 | -2/+4 |
2009-09-28 | s3:winbind: Sanitize the args for find_auth_domain: It only needs the flags | Volker Lendecke | 3 | -9/+10 |
2009-09-28 | s3:winbind: Make append_data publically available as append_auth_data | Volker Lendecke | 2 | -6/+12 |
2009-09-25 | s3:winbindd_cm: don't invalidate the whole connection when just samr gave ACC... | Stefan Metzmacher | 1 | -1/+12 |
2009-09-24 | s3-winbindd: no reason to call winbindd_can_contact_domain() three times in q... | Günther Deschner | 1 | -12/+0 |