summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_ads.c
Commit message (Expand)AuthorAgeFilesLines
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-7/+7
* s3-winbindd: make sure we obey the -n switch also for samlogon cache access.Günther Deschner2011-06-081-1/+1
* s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2011-04-131-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.Günther Deschner2011-03-301-3/+3
* s3: Remove an obsolete commentVolker Lendecke2011-03-061-5/+0
* s3: Remove unused args from nss_get_info_cachedVolker Lendecke2011-03-061-5/+4
* s3-libds: use already existing ../libds/common/flag_mapping.h header.Günther Deschner2011-03-021-0/+1
* s3-winbind: prefer dcerpc_netr_X functions.Günther Deschner2011-01-131-3/+11
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3: Replace sid_binstring and sid_guidstring with PIDL-based alternativesAndrew Bartlett2010-09-201-2/+3
* s3-auth Change type of num_sids to uint32_tAndrew Bartlett2010-09-111-7/+7
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+1
* s3: Fix another winbind crashVolker Lendecke2010-07-061-35/+48
* s3-libads: only include libds flags where needed.Günther Deschner2010-07-011-0/+1
* s3: More cleanup in winbindd_ads.c:query_userVolker Lendecke2010-06-281-13/+10
* s3: Fix a valgrind errorVolker Lendecke2010-06-281-2/+1
* s3: Re-arrange winbindd_ads.c:query_userVolker Lendecke2010-06-281-23/+24
* s3: free -> SAFE_FREEVolker Lendecke2010-06-281-1/+1
* s3: Do an early TALLOC_FREEVolker Lendecke2010-06-281-2/+5
* s3: Fix a winbind crashVolker Lendecke2010-06-251-0/+10
* s3: Fix a winbind crashVolker Lendecke2010-06-251-1/+6
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-24/+24
* s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner2010-05-181-1/+1
* s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke2010-01-101-2/+1
* s3: Introduce domain_is_forest_root() helper functionVolker Lendecke2010-01-021-5/+2
* 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