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_cm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-24
s3: Always try SamLogonEx
Volker Lendecke
1
-2
/
+6
2009-10-13
s3: use enum netr_SchannelType all over the place.
Günther Deschner
1
-1
/
+1
2009-10-05
Revert "s3: Attempt to fix machine password change"
Volker Lendecke
1
-2
/
+0
2009-10-05
s3: Attempt to fix machine password change
Volker Lendecke
1
-0
/
+2
2009-09-25
s3:winbindd_cm: don't invalidate the whole connection when just samr gave ACC...
Stefan Metzmacher
1
-1
/
+12
2009-09-24
Revert "s3:winbindd: use a tcp connection for lsa in case lookup_names/lookup...
Stefan Metzmacher
1
-9
/
+0
2009-09-24
s3:winbindd: use a tcp connection for lsa in case lookup_names/lookup_sids do...
Günther Deschner
1
-0
/
+9
2009-09-23
s3:winbind: Fix an uninitialized variable
Volker Lendecke
1
-1
/
+1
2009-09-22
s3-winbindd: Fix Bug #6711: trusts to windows 2008 (2008 r2) not working.
Günther Deschner
1
-0
/
+2
2009-09-22
s3-winbindd: add cm_connect_lsa_tcp().
Günther Deschner
1
-0
/
+59
2009-09-15
s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.
Günther Deschner
1
-5
/
+5
2009-09-11
s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().
Günther Deschner
1
-3
/
+4
2009-09-11
s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...
Günther Deschner
1
-1
/
+2
2009-09-09
s3-winbindd: Fix Bug #6700: Use dns domain name when needing to guess server ...
Günther Deschner
1
-1
/
+1
2009-08-23
s3:winbind: For internal domains it is pointless to connect to a DC
Volker Lendecke
1
-0
/
+6
2009-07-28
Added prefer_ipv4 bool parameter to resolve_name().
Jeremy Allison
1
-2
/
+2
2009-07-27
Fix a typo
Volker Lendecke
1
-1
/
+1
2009-05-07
Fix some type-punned warnings
Volker Lendecke
1
-2
/
+5
2009-04-21
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.
Günther Deschner
1
-9
/
+9
2009-04-20
Fix to use modified cli_rpc_pipe_open_schannel_with_key API
Andrew Bartlett
1
-2
/
+2
2009-04-20
Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key()
Andrew Bartlett
1
-1
/
+1
2009-04-14
s3: Fix ntlm_auth and winbindd to use new common libcli/auth APIs
Andrew Bartlett
1
-9
/
+9
2009-04-14
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
1
-0
/
+1
2009-03-18
s3: remove POLICY_HND.
Günther Deschner
1
-3
/
+3
2009-03-17
Fix a valgrind error
Volker Lendecke
1
-1
/
+1
2009-03-13
Remove pwd_cache.c, it was doing nothing. Make user_name, domain, and
Jeremy Allison
1
-14
/
+25
2009-03-06
s3:winbindd_cm: remove useless cli_setup_signing_state(*cli, Undefined) call
Stefan Metzmacher
1
-2
/
+0
2009-01-30
Make cli_tcon_andx async
Volker Lendecke
1
-7
/
+2
2009-01-14
Fix bug in get_dc_name_via_netlogon(), null pointer refrence.
Bo Yang
1
-1
/
+1
2009-01-13
From boyang - ensure we never "return" from a forked child, always _exit().
Jeremy Allison
1
-3
/
+3
2009-01-06
Make winbindd_cm.c use winbindd_reinit_after_fork().
Jeremy Allison
1
-14
/
+10
2009-01-05
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
1
-4
/
+2
2009-01-05
s3:winbindd: regain tickets for all ccache entries, when we go online
Stefan Metzmacher
1
-7
/
+1
2009-01-05
s3:winbindd: recreate the per domain check_online_event without relying on gl...
Stefan Metzmacher
1
-19
/
+20
2009-01-05
Fix broken krb5 refresh chain
Bo Yang
1
-0
/
+2
2009-01-05
clean event context after child is forked.
Bo Yang
1
-1
/
+2
2008-12-19
Make cli_negprot return NTSTATUS instead of bool
Volker Lendecke
1
-3
/
+4
2008-12-03
s3: Change sockaddr util function names for consistency
Tim Prouty
1
-1
/
+1
2008-11-03
s3: fix a few "shadows a global declaration" warnings
Tim Prouty
1
-4
/
+4
2008-11-01
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
1
-1
/
+1
2008-10-23
s3: fix simple "incompatible pointer type" build warning
Tim Prouty
1
-1
/
+1
2008-10-23
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
1
-1
/
+1
2008-09-23
s3: fix NETLOGON_NT_VERSION version flags.
Günther Deschner
1
-1
/
+1
2008-09-04
Cleanup of DC enumeration in get_dcs()
Steven Danneman
1
-24
/
+74
2008-08-23
Fix some nonempty blank lines
Volker Lendecke
1
-26
/
+26
2008-08-22
Don't re-initialize a token when we already have one. This fixes the build fa...
Jeremy Allison
1
-0
/
+3
2008-08-22
winbindd: Fix crash in cm_connect_sam()
Gerald (Jerry) Carter
1
-2
/
+7
2008-08-20
Here is a re-working of the winbindd
Jeremy Allison
1
-8
/
+31
2008-08-14
Revert "Add winbind:online check timeout parameter"
Volker Lendecke
1
-16
/
+0
2008-08-13
Add winbind:online check timeout parameter
Volker Lendecke
1
-0
/
+16
[prev]
[next]