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
/
libsmb
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-25
s3: Add async cli_qpathinfo
Volker Lendecke
1
-0
/
+135
2010-07-25
s3: cli_qpathinfo->cli_qpathinfo1
Volker Lendecke
1
-1
/
+1
2010-07-25
s3: Fix cli_posix_stat
Volker Lendecke
1
-4
/
+4
2010-07-23
Fix bug 7583 - Smbclient fails to kerberos connect to a Alfresco JLAN CIFS Se...
Jeremy Allison
1
-152
/
+151
2010-07-20
s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keys
Simo Sorce
2
-15
/
+23
2010-07-20
misc: cleanup get_krb5_smb_session_key()
Simo Sorce
1
-8
/
+15
2010-07-20
misc: cleanup cli_krb5_get_ticket()
Simo Sorce
1
-21
/
+20
2010-07-20
Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...
Jeremy Allison
3
-21
/
+23
2010-07-20
Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...
Jeremy Allison
3
-13
/
+16
2010-07-20
Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduce
Jeremy Allison
2
-7
/
+8
2010-07-20
Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit()
Jeremy Allison
2
-6
/
+6
2010-07-20
Remove gen_negTokenTarg(), as it's not actually creating a TokenTarg frame, b...
Jeremy Allison
2
-48
/
+2
2010-07-20
Fixes pointed out by <david.kondrad@legrand.us>. Free memory if not being
Jeremy Allison
1
-38
/
+37
2010-07-20
s3-auth: Add auth_ntlmssp wrapper for client side
Simo Sorce
1
-0
/
+59
2010-07-20
s3-auth: Move auth_ntlmssp wrappers in their own file
Simo Sorce
1
-0
/
+118
2010-07-19
Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().
Jeremy Allison
2
-54
/
+19
2010-07-19
Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() and
Jeremy Allison
1
-4
/
+2
2010-07-19
Remove parse_negTokenTarg(), as it's actually incorrect. We're processing
Jeremy Allison
2
-75
/
+25
2010-07-19
Fix [Bug 7577] SPNEGO auth fails when contacting Win7 system using Microsoft ...
Jeremy Allison
1
-7
/
+54
2010-07-19
s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.
Simo Sorce
3
-21
/
+4
2010-07-01
s3-libads: move ads_dns out of main includes.
Günther Deschner
2
-0
/
+2
2010-06-30
s3-libsmb: move change_trust_account_password out of smbd into libsmb.
Günther Deschner
1
-0
/
+74
2010-06-28
s3-libsmb: Make sure that finfo is initialized.
Andreas Schneider
1
-0
/
+2
2010-06-28
s3: Fix some valgrind errors
Volker Lendecke
1
-19
/
+36
2010-06-21
s3: Fix some valgrind errors
Volker Lendecke
1
-18
/
+33
2010-06-05
s3: fix build on Heimdal based systems like NetBSD5
Björn Jacke
1
-3
/
+3
2010-06-03
s3: remove authdata.h
Günther Deschner
1
-1
/
+8
2010-06-03
s3-security: use shared SECINFO_DACL define.
Günther Deschner
1
-1
/
+1
2010-06-03
s3-security: use shared SECINFO_GROUP define.
Günther Deschner
1
-1
/
+1
2010-06-03
s3-security: use shared SECINFO_OWNER define.
Günther Deschner
1
-1
/
+1
2010-05-31
s3:ntlmssp Move ntlmssp_sign.c from source3 to common code.
Andrew Bartlett
2
-623
/
+1
2010-05-31
s3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet() and ntlmssp_seal_packet()
Andrew Bartlett
2
-11
/
+35
2010-05-31
ntlmssp: Make the ntlmssp.h from source3/ a common header
Andrew Bartlett
5
-5
/
+5
2010-05-31
s3: only use netlogon/nbt header when needed.
Günther Deschner
4
-0
/
+20
2010-05-31
s3-build: only use ndr_security.h where needed.
Günther Deschner
1
-0
/
+1
2010-05-28
s3-build: only use ndr_samr.h where needed.
Günther Deschner
1
-0
/
+1
2010-05-22
s3: Remove unreachable code
Volker Lendecke
1
-1
/
+0
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
6
-25
/
+25
2010-05-19
Correctly check error code return.
Jeremy Allison
1
-1
/
+1
2010-05-19
Thanks to Andrew Bartlett's advice, fix the NTLMSSP version problem the corre...
Jeremy Allison
1
-32
/
+34
2010-05-18
Fix our NTLMSSP implementation against the Microsoft torture tester.
Jeremy Allison
1
-13
/
+37
2010-05-18
s3-rpc_client: move protos to cli_lsarpc.h
Günther Deschner
3
-0
/
+3
2010-05-18
s3-rpc_client: move protos to cli_netlogon.h
Günther Deschner
1
-0
/
+1
2010-05-18
s3-rpc_client: move protos to cli_samr.h
Günther Deschner
1
-0
/
+1
2010-05-18
s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".
Günther Deschner
2
-7
/
+7
2010-05-18
s3-secdesc: remove "typedef struct security_acl SEC_ACL".
Günther Deschner
1
-6
/
+6
2010-05-18
s3-secdesc: remove "typedef struct security_ace SEC_ACE".
Günther Deschner
1
-14
/
+14
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
5
-15
/
+9
2010-05-18
s3-crypto: only include crypto headers when crypto is done.
Günther Deschner
4
-0
/
+9
2010-05-17
s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain().
Günther Deschner
1
-2
/
+4
[prev]
[next]