summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd_ads.c
Commit message (Expand)AuthorAgeFilesLines
* s3-winbindd: add and use winbindd_lookup_sids().Günther Deschner2009-10-081-50/+14
* s3:winbindd: raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.Stefan Metzmacher2009-10-071-0/+21
* Fix more asprintf and "ignoring return code" warnings from gcc 4.3.Jeremy Allison2009-01-021-1/+4
* s3-winbindd_ads: use the reconnect methods instead of the rpc methods directlyMichael Adam2008-11-261-6/+75
* winbindd_ads: prevent negative GM/ cache entries due to broken connectionsMichael Adam2008-11-261-0/+23
* winbindd_ads: honour "winbind use default domain" in lookup_groupmem().Michael Adam2008-11-261-9/+11
* Fix extended DN parse error when AD object does not have a SID.Steven Danneman2008-11-191-18/+37
* Whitespace and >80 column cleanups.Steven Danneman2008-11-191-37/+39
* Fix winbindd crash bug with trusted domains. Bug #5736James Ding2008-09-081-0/+2
* winbindd: fix invalid sid copy (hit when enumerating sibling domains).Günther Deschner2008-09-011-1/+1
* winbindd: handle trusted domains without sid.Günther Deschner2008-07-301-2/+10
* Make WINBINDD_LIST_GROUPS handler asynchronous.Steven Danneman2008-05-221-1/+1
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
* Forest root trust flags won't overwrite child trust flagsSteven Danneman2008-03-311-30/+51
* Use netr_SamInfo3 everywhere in winbindd.Günther Deschner2008-02-171-5/+5
* Remove include/rpc_ds.h and all references to it completly.Günther Deschner2008-01-291-6/+6
* Use another pidl generated call to enumerate ds trusted domains in winbindd.Günther Deschner2008-01-291-26/+23
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-091-18/+21
* Fix the inherited trust flags when spidering the trust heirarchy.Gerald (Jerry) Carter2008-01-041-0/+12
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-17/+16
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-271-2/+2
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-9/+9
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r25247: Rename the rpccli_lsa_lookup_sids_all() function to rpccli_lsa_lookup...Michael Adam2007-10-101-7/+7
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+1312