summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix crash in winbindd;(bug#6879).Bo Yang2009-12-031-2/+8
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-11-272-0/+3
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-266-0/+11
* s3: Always try SamLogonExVolker Lendecke2009-11-241-2/+6
* s3:idmap_ldap: fix indentation: tab/space mixupMichael Adam2009-11-231-14/+14
* s3-winbind: In _wbint_CheckMachineAccount, there is only one child domain everVolker Lendecke2009-11-231-1/+1
* s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_db_initMichael Adam2009-11-201-0/+2
* s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_alloc_...Michael Adam2009-11-201-0/+2
* s3: Avoid races to change the machine password in winbindVolker Lendecke2009-11-191-0/+18
* s3: Protect against flooding the DC with pwchange requestsVolker Lendecke2009-11-191-14/+24
* s3: Re-check the timeout in machine_password_change_handler()Volker Lendecke2009-11-191-0/+6
* s3: Add some debugs to the winbind machine pwchange machineryVolker Lendecke2009-11-191-0/+16
* s3: Do not kill the whole smb session if a machine pwchange failedVolker Lendecke2009-11-191-1/+1
* Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke2009-11-081-7/+4
* Revert "s3: Do not reference the ndr_tables in the server calls directly"Volker Lendecke2009-11-081-1/+0
* Revert "s3: Do not reference ndr_table when calling rpc_srv_register"Volker Lendecke2009-11-081-1/+1
* s3: Do not reference ndr_table when calling rpc_srv_registerVolker Lendecke2009-11-081-1/+1
* s3: Do not reference the ndr_tables in the server calls directlyVolker Lendecke2009-11-081-0/+1
* s3: Do not reference ndr_table_<pipe> in the cli_ routines directlyVolker Lendecke2009-11-081-4/+7
* s3-kerberos: add impersonate_principal for kerberos_return_pac_X calls.Günther Deschner2009-11-061-0/+1
* s3: Fix kerberos refresh chain.Bo Yang2009-11-061-1/+3
* s3-passdb: cleanup some callers of pdb_get_trusteddom_pw().Günther Deschner2009-11-031-3/+1
* Fix typo.Karolin Seeger2009-10-191-1/+1
* s3:winbind: Move fillup_pw_field() as static to wb_fill_pwent.cVolker Lendecke2009-10-173-47/+47
* Fix valgrind memory leak in bug #6814 - Fixes for problems reported by valgrindJeremy Allison2009-10-151-0/+1
* Fix the build, missing ->.Jeremy Allison2009-10-141-1/+1
* Final part of fix for bug 6793 - winbindd crash with "INTERNAL ERROR: Signal 6"Jeremy Allison2009-10-141-0/+2
* s3:winbind: Fix a double-freeVolker Lendecke2009-10-141-1/+0
* s3:winbind: Fix bug 6793 -- segfault in winbindd_pam_authVolker Lendecke2009-10-141-7/+6
* s3-winbindd: add wbint_ChangeMachineAccount implementation.Günther Deschner2009-10-135-0/+165
* s3: use enum netr_SchannelType all over the place.Günther Deschner2009-10-131-1/+1
* s3-winbindd: NDR_WBINT_CHECKMACHINEACCOUNT should not be cacheable.Günther Deschner2009-10-081-0/+1
* s3/s4 - Adapt the IDL changes on various locationsMatthias Dieter Wallnöfer2009-10-081-2/+2
* s3-winbindd: libwbclient: implement secure channel verification for specific ...Günther Deschner2009-10-072-5/+14
* s3:winbind: Make query_user_list in winbindd_rpc a bit more readableVolker Lendecke2009-10-061-8/+13
* s3-winbindd: make sure to reset connections when machine account password cha...Günther Deschner2009-10-061-0/+8
* Revert "s3: Attempt to fix machine password change"Volker Lendecke2009-10-052-35/+9
* s3:winbind: Slightly simplify the logic of nss_init(), make it staticVolker Lendecke2009-10-051-12/+16
* s3:winbind: Fix typosVolker Lendecke2009-10-051-2/+2
* s3: Attempt to fix machine password changeVolker Lendecke2009-10-052-9/+35
* s3:winbind: use wb_fill_pwent in wb_getpwsidVolker Lendecke2009-10-041-79/+10
* s3:winbind: No point in using strequal to detect a 0-length stringVolker Lendecke2009-10-041-2/+2
* s3:winbind: use talloc_tos() instead of NULL in fillup_pw_fieldVolker Lendecke2009-10-031-2/+2
* s3:winbind: Fix a debug messageVolker Lendecke2009-10-031-2/+2
* s3:winbind: remove a pointless initializationVolker Lendecke2009-09-281-1/+1
* s3:winbind: Make check_info3_in_group, sanitize its memory handlingVolker Lendecke2009-09-282-15/+23
* s3:winbind: Make "check_request_flags" publically availableVolker Lendecke2009-09-282-2/+4
* s3:winbind: Sanitize the args for find_auth_domain: It only needs the flagsVolker Lendecke2009-09-283-9/+10
* s3:winbind: Make append_data publically available as append_auth_dataVolker Lendecke2009-09-282-6/+12
* s3:winbindd_cm: don't invalidate the whole connection when just samr gave ACC...Stefan Metzmacher2009-09-251-1/+12