summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_ads.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Pass netr_DomainTrustList instead of names and sids through (*trusted_dom...Volker Lendecke2009-12-281-62/+21
* s3: Simplify winbindd_ads.c:trusted_domains()Volker Lendecke2009-12-281-110/+123
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+1
* s3-passdb: cleanup some callers of pdb_get_trusteddom_pw().Günther Deschner2009-11-031-3/+1
* s3-winbindd: add and use winbindd_lookup_sids().Günther Deschner2009-09-171-50/+14
* s3:winbind: Fix a bug found by RPC-SAMRVolker Lendecke2009-08-291-1/+3
* s3/winbindd: Remove unnecessary check for NULL SIDSteven Danneman2009-08-261-1/+5
* s3:winbind: WINBIND_USERINFO -> wbint_userinfoVolker Lendecke2009-08-161-7/+10
* s3:winbindd: raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.Stefan Metzmacher2009-08-111-0/+21
* Add some const to winbind_userinfoVolker Lendecke2009-08-031-3/+4
* Fix some nonempty blank linesVolker Lendecke2009-08-021-28/+28
* Refactor 9b78af1f: Fix lookupname recursionVolker Lendecke2009-08-021-3/+3
* libds: merge the UF<->ACB flag mapping functions.Günther Deschner2009-07-131-1/+1
* Make escape_ldap_string take a talloc contextVolker Lendecke2009-07-091-3/+3
* Make sid_binstring & friends take a talloc contextVolker Lendecke2009-05-281-8/+6
* s3:libads Make ads_get_dn() take a talloc contextAndrew Bartlett2009-04-061-2/+2
* s3: remove POLICY_HND.Günther Deschner2009-03-181-1/+1
* Fix more asprintf and "ignoring return code" warnings from gcc 4.3.Jeremy Allison2008-12-311-1/+4
* s3-winbindd_ads: use the reconnect methods instead of the rpc methods directlyMichael Adam2008-11-211-6/+75
* s3-winbindd_ads: prevent negative GM/ cache entries due to broken connectionsMichael Adam2008-11-211-0/+23
* Fix extended DN parse error when AD object does not have a SID.Steven Danneman2008-11-181-18/+37
* Whitespace and >80 column cleanups.Steven Danneman2008-11-181-37/+39
* [s3]winbindd_ads: honour "winbind use default domain" in lookup_groupmem().Michael Adam2008-09-231-9/+11
* Revert "winbindd: the ad trusted_domains call should return talloced strings."Günther Deschner2008-09-051-5/+2
* Fix winbindd crash bug with trusted domains. Bug #5736James Ding2008-09-041-0/+2
* winbindd: the ad trusted_domains call should return talloced strings.Günther Deschner2008-09-021-2/+5
* winbindd: fix invalid sid copy (hit when enumerating sibling domains).Günther Deschner2008-08-281-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