index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
winbindd
/
winbindd_msrpc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-09
Fix bug #10187 - Missing talloc_free can leak stackframe in error path.
Jeremy Allison
1
-2
/
+3
2012-11-30
s3-winbindd: rework reconnect logic in winbindd_lookup_names().
Günther Deschner
1
-12
/
+13
2012-11-30
s3-winbindd: rework reconnect logic in winbindd_lookup_sids().
Günther Deschner
1
-12
/
+14
2012-11-30
s3-winbindd: remove lookup_sids_fn_t.
Günther Deschner
1
-21
/
+12
2012-11-30
s3-winbindd: remove lookup_names_fn_t.
Günther Deschner
1
-23
/
+13
2012-11-09
Revert "s3-winbindd: make sure we obey the -n switch also for samlogon cache ...
David Disseldorp
1
-4
/
+2
2011-11-17
s3-smbldap: move ldap_open_with_timeout out of smb_ldap.h to ads where it lives.
Günther Deschner
1
-1
/
+1
2011-11-17
s3-winbindd: no need to globally include ldap headers in winbindd.
Günther Deschner
1
-1
/
+1
2011-09-08
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2011-09-06
s3: Make winbindd_lookup_names static
Volker Lendecke
1
-7
/
+14
2011-06-09
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
1
-3
/
+3
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-1
/
+1
2011-06-08
s3-winbindd: make sure we obey the -n switch also for samlogon cache access.
Günther Deschner
1
-2
/
+4
2011-05-06
More const fixes. Remove CONST_DISCARD.
Jeremy Allison
1
-1
/
+1
2011-04-28
s3-libads: Use ldap_init_fd() to connect to AD server in socket_wrapper
Andrew Bartlett
1
-3
/
+3
2011-04-24
s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()
Stefan Metzmacher
1
-4
/
+4
2011-04-24
s3:winbindd: let winbindd_lookup_names() use dcerpc_binding_handle functions
Stefan Metzmacher
1
-11
/
+20
2011-04-24
s3:winbindd: let winbindd_lookup_sids() dcerpc_binding_handle functions
Stefan Metzmacher
1
-9
/
+19
2011-03-31
s3-winbindd: Use the correct enums for samr_QueryDomainInfo.
Andreas Schneider
1
-2
/
+2
2011-03-30
s3: Fix Coverity ID 2237: REVERSE_INULL
Volker Lendecke
1
-3
/
+1
2011-03-30
s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.
Günther Deschner
1
-4
/
+4
2011-02-28
s3-rpc_client: Move client pipe functions to own header.
Andreas Schneider
1
-0
/
+1
2011-02-02
s3:winbindd: catch lookup_names/sids schannel errors over ncacn_ip_tcp (bug #...
Stefan Metzmacher
1
-0
/
+28
2011-02-02
s3-winbind: prefer dcerpc_samr_X functions in winbindd/winbindd_msrpc.c.
Günther Deschner
1
-24
/
+59
2011-01-19
s3-winbind: no need to include ../librpc/gen_ndr/cli_lsa.h in
Günther Deschner
1
-1
/
+0
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-10-07
samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray.
Günther Deschner
1
-1
/
+1
2010-09-21
s3: Remove a pointless if-statement
Volker Lendecke
1
-4
/
+0
2010-07-13
s3-winbind: Set status before we leave in some msrpc functions.
Andreas Schneider
1
-0
/
+4
2010-07-06
s3-winbind: Use same format for all msrpc debug messages.
Andreas Schneider
1
-9
/
+10
2010-07-05
s3-winbind: Rename lookup_groupmem to msrpc_lookup_groupmem.
Andreas Schneider
1
-8
/
+9
2010-07-05
s3-winbind: Use rpc_trusted_domains in msrpc.
Andreas Schneider
1
-56
/
+35
2010-07-05
s3-winbind: Use rpc_sequence_number in msrpc.
Andreas Schneider
1
-61
/
+46
2010-07-05
s3-winbind: Use rpc_lookup_useraliases in msrpc.
Andreas Schneider
1
-79
/
+41
2010-07-05
s3-winbind: Use rpc_lookup_usergroups in msrpc.
Andreas Schneider
1
-55
/
+51
2010-07-05
s3-winbind: Use rpc_query_user in msrpc.
Andreas Schneider
1
-61
/
+38
2010-07-05
s3-winbind: Use rpc_enum_local_groups in msrpc.
Andreas Schneider
1
-53
/
+42
2010-07-05
s3-winbind: Use rpc_query_user_list in msrpc.
Andreas Schneider
1
-83
/
+43
2010-07-05
s3-winbind: Use rpc_enum_dom_groups in msrpc.
Andreas Schneider
1
-52
/
+42
2010-07-05
s3-winbind: Rename winbindd_rpc.c to winbindd_msrpc.c.
Andreas Schneider
1
-0
/
+1330