index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
winbindd
/
winbindd_ads.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a talloc context to saf_fetch().
Jeremy Allison
2013-09-05
1
-1
/
+3
*
s3:winbind: fail ads_cached_connection_connect() if realm == NULL
Michael Adam
2013-08-29
1
-0
/
+4
*
s3-winbindd: use get_trust_pw_clear() wrapper for AD connection code.
Günther Deschner
2013-08-29
1
-7
/
+4
*
s3-winbindd: make sure also the idmap code can deal with trusted domains.
Günther Deschner
2013-08-29
1
-9
/
+31
*
s3-winbindd: use find_domain_from_name() instead of find_domain_from_name_no_...
Günther Deschner
2013-08-29
1
-2
/
+2
*
s3-winbindd: Fix winbind on DC crash with trusted AD domains.
Günther Deschner
2013-08-29
1
-1
/
+1
*
s3-winbindd: Fix memory leak in ads_cached_connection().
Günther Deschner
2013-08-29
1
-1
/
+1
*
s3-winbindd: remove pointless variable assigment, see the strdup below.
Günther Deschner
2013-08-29
1
-1
/
+0
*
s3-winbindd: Move connection to AD server from idmap_ad
Christof Schmitt
2013-03-09
1
-8
/
+47
*
s3-winbindd: Use common helper function for connecting to ADS
Christof Schmitt
2013-03-09
1
-50
/
+75
*
s3-winbindd: Move code for verifying ADS connection to common helper function
Christof Schmitt
2013-03-09
1
-21
/
+33
*
winbind: Correctly use names in the domain struct.
Andreas Schneider
2013-03-05
1
-1
/
+1
*
winbind: Use talloc for allocating domain, dns, forest and dc name.
Andreas Schneider
2013-03-05
1
-2
/
+3
*
Revert "s3-winbindd: make sure we obey the -n switch also for samlogon cache ...
David Disseldorp
2012-11-09
1
-1
/
+1
*
Avoid overriding default ccache for ads operations.
Simo Sorce
2012-09-12
1
-3
/
+3
*
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
2012-08-09
1
-2
/
+8
*
s3-winbindd: Always map the LDAP error code to an NTSTATUS
Andrew Bartlett
2012-05-26
1
-4
/
+20
*
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
2011-06-09
1
-7
/
+7
*
s3-winbindd: make sure we obey the -n switch also for samlogon cache access.
Günther Deschner
2011-06-08
1
-1
/
+1
*
s3-rpc_client: add and use rpc_client/rpc_client.h.
Günther Deschner
2011-04-13
1
-0
/
+1
*
s3-passdb: use passdb headers where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.
Günther Deschner
2011-03-30
1
-3
/
+3
*
s3: Remove an obsolete comment
Volker Lendecke
2011-03-06
1
-5
/
+0
*
s3: Remove unused args from nss_get_info_cached
Volker Lendecke
2011-03-06
1
-5
/
+4
*
s3-libds: use already existing ../libds/common/flag_mapping.h header.
Günther Deschner
2011-03-02
1
-0
/
+1
*
s3-winbind: prefer dcerpc_netr_X functions.
Günther Deschner
2011-01-13
1
-3
/
+11
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
s3: Replace sid_binstring and sid_guidstring with PIDL-based alternatives
Andrew Bartlett
2010-09-20
1
-2
/
+3
*
s3-auth Change type of num_sids to uint32_t
Andrew Bartlett
2010-09-11
1
-7
/
+7
*
s3-secrets: only include secrets.h when needed.
Günther Deschner
2010-08-05
1
-0
/
+1
*
s3: avoid global include of ads.h.
Günther Deschner
2010-08-05
1
-0
/
+1
*
s3: Fix another winbind crash
Volker Lendecke
2010-07-06
1
-35
/
+48
*
s3-libads: only include libds flags where needed.
Günther Deschner
2010-07-01
1
-0
/
+1
*
s3: More cleanup in winbindd_ads.c:query_user
Volker Lendecke
2010-06-28
1
-13
/
+10
*
s3: Fix a valgrind error
Volker Lendecke
2010-06-28
1
-2
/
+1
*
s3: Re-arrange winbindd_ads.c:query_user
Volker Lendecke
2010-06-28
1
-23
/
+24
*
s3: free -> SAFE_FREE
Volker Lendecke
2010-06-28
1
-1
/
+1
*
s3: Do an early TALLOC_FREE
Volker Lendecke
2010-06-28
1
-2
/
+5
*
s3: Fix a winbind crash
Volker Lendecke
2010-06-25
1
-0
/
+10
*
s3: Fix a winbind crash
Volker Lendecke
2010-06-25
1
-1
/
+6
*
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
2010-05-21
1
-24
/
+24
*
s3-rpc_misc: clean out include/rpc_misc.h.
Günther Deschner
2010-05-18
1
-1
/
+1
*
s3: Replace most calls to sid_append_rid() by sid_compose()
Volker Lendecke
2010-01-10
1
-2
/
+1
*
s3: Introduce domain_is_forest_root() helper function
Volker Lendecke
2010-01-02
1
-5
/
+2
*
s3: Pass netr_DomainTrustList instead of names and sids through (*trusted_dom...
Volker Lendecke
2009-12-28
1
-62
/
+21
*
s3: Simplify winbindd_ads.c:trusted_domains()
Volker Lendecke
2009-12-28
1
-110
/
+123
*
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
2009-11-26
1
-0
/
+1
*
s3-passdb: cleanup some callers of pdb_get_trusteddom_pw().
Günther Deschner
2009-11-03
1
-3
/
+1
*
s3-winbindd: add and use winbindd_lookup_sids().
Günther Deschner
2009-09-17
1
-50
/
+14
*
s3:winbind: Fix a bug found by RPC-SAMR
Volker Lendecke
2009-08-29
1
-1
/
+3
[next]