summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2009-12-22s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett1-0/+1
2009-12-22s3:ntlmssp: remove the typedef NTLMSSP_STATEAndrew Bartlett1-1/+1
2009-12-21s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dcVolker Lendecke4-0/+153
2009-12-21s3:winbindd: Fix a brown paper bag bug in wbinfo -t ...Volker Lendecke1-1/+1
2009-12-21s3: Shrink winbindd_proto.h a bitVolker Lendecke1-71/+0
2009-12-21s3: Fix some nonempty blank linesVolker Lendecke2-14/+14
2009-12-21s3: Remove unused get_sam_group_entriesVolker Lendecke2-136/+0
2009-12-21s3: Remove unused winbindd_dual_getsidaliasesVolker Lendecke3-93/+0
2009-12-21s3: Remove an unused struct definitionVolker Lendecke1-20/+0
2009-12-21s3: Remove unused winbindd_dual_getuserdomgroupsVolker Lendecke3-52/+0
2009-12-21s3: Remove unused winbindd_dual_getdcnameVolker Lendecke3-78/+0
2009-12-21s3: Remove unused winbindd_dual_lookupnameVolker Lendecke3-46/+0
2009-12-21s3: Remove unused winbindd_dual_lookupsidVolker Lendecke3-46/+0
2009-12-21s3: Remove unused winbindd_dual_userinfoVolker Lendecke2-77/+0
2009-12-21s3: Remove some unused dual functionsVolker Lendecke2-125/+0
2009-12-21s3: Remove unused do_asyncVolker Lendecke3-75/+0
2009-12-21s3: Remove unused winbindd_gid2sid_asyncVolker Lendecke2-48/+0
2009-12-21s3: Remove unused winbindd_uid2sid_asyncVolker Lendecke2-51/+0
2009-12-21s3: Remove unused winbindd_sid2gid_asyncVolker Lendecke2-49/+0
2009-12-21s3: Remove unused winbindd_sid2uid_asyncVolker Lendecke2-57/+0
2009-12-21s3: Remove unused do_async_domainVolker Lendecke1-27/+0
2009-12-21s3: Remove unused query_user_asyncVolker Lendecke2-59/+0
2009-12-21s3: Remove unused winbindd_getsidaliases_asyncVolker Lendecke2-80/+0
2009-12-21s3: Remove unused winbindd_lookupname_asyncVolker Lendecke2-157/+0
2009-12-21s3: Remove unused winbindd_lookupsid_asyncVolker Lendecke2-119/+0
2009-12-03s3: Fix crash in winbindd;(bug#6879).Bo Yang1-2/+8
2009-11-27s3-kerberos: only use krb5 headers where required.Günther Deschner2-0/+3
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner6-0/+11
2009-11-24s3: Always try SamLogonExVolker Lendecke1-2/+6
2009-11-23s3:idmap_ldap: fix indentation: tab/space mixupMichael Adam1-14/+14
2009-11-23s3-winbind: In _wbint_CheckMachineAccount, there is only one child domain everVolker Lendecke1-1/+1
2009-11-20s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_db_initMichael Adam1-0/+2
2009-11-20s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_alloc_...Michael Adam1-0/+2
2009-11-19s3: Avoid races to change the machine password in winbindVolker Lendecke1-0/+18
2009-11-19s3: Protect against flooding the DC with pwchange requestsVolker Lendecke1-14/+24
2009-11-19s3: Re-check the timeout in machine_password_change_handler()Volker Lendecke1-0/+6
2009-11-19s3: Add some debugs to the winbind machine pwchange machineryVolker Lendecke1-0/+16
2009-11-19s3: Do not kill the whole smb session if a machine pwchange failedVolker Lendecke1-1/+1
2009-11-08Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke1-7/+4
2009-11-08Revert "s3: Do not reference the ndr_tables in the server calls directly"Volker Lendecke1-1/+0
2009-11-08Revert "s3: Do not reference ndr_table when calling rpc_srv_register"Volker Lendecke1-1/+1
2009-11-08s3: Do not reference ndr_table when calling rpc_srv_registerVolker Lendecke1-1/+1
2009-11-08s3: Do not reference the ndr_tables in the server calls directlyVolker Lendecke1-0/+1
2009-11-08s3: Do not reference ndr_table_<pipe> in the cli_ routines directlyVolker Lendecke1-4/+7
2009-11-06s3-kerberos: add impersonate_principal for kerberos_return_pac_X calls.Günther Deschner1-0/+1
2009-11-06s3: Fix kerberos refresh chain.Bo Yang1-1/+3
2009-11-03s3-passdb: cleanup some callers of pdb_get_trusteddom_pw().Günther Deschner1-3/+1
2009-10-19Fix typo.Karolin Seeger1-1/+1
2009-10-17s3:winbind: Move fillup_pw_field() as static to wb_fill_pwent.cVolker Lendecke3-47/+47
2009-10-15Fix valgrind memory leak in bug #6814 - Fixes for problems reported by valgrindJeremy Allison1-0/+1