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
/
libsmb
/
clikrb5.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-kerberos: add a missing reference to authdata headers.
Günther Deschner
2009-11-27
1
-0
/
+1
*
s3-kerberos: only use krb5 headers where required.
Günther Deschner
2009-11-27
1
-3
/
+1
*
s3-kerberos: Fix Bug #6929: build with recent heimdal.
Günther Deschner
2009-11-27
1
-1
/
+1
*
s3-kerberos: avoid using ERROR_TABLE_BASE_krb5 without checking.
Günther Deschner
2009-11-12
1
-0
/
+4
*
s3-kerberos: add smb_krb5_principal_get_realm().
Günther Deschner
2009-11-12
1
-0
/
+25
*
Revert "s3-kerberos: add smb_krb5_parse_name_flags()."
Günther Deschner
2009-11-06
1
-18
/
+0
*
s3-kerberos: support S4U2SELF impersionation through cli_krb5_get_ticket().
Günther Deschner
2009-11-06
1
-5
/
+20
*
s3-kerberos: use smb_krb5_get_credentials in ads_krb5_mk_req.
Günther Deschner
2009-11-06
1
-4
/
+7
*
s3-kerberos: modify cli_krb5_get_ticket to take a new impersonate_princ_s arg.
Günther Deschner
2009-11-06
1
-2
/
+4
*
s3-kerberos: add smb_krb5_get_{creds,credentials} incl. support for S4U2SELF ...
Günther Deschner
2009-11-06
1
-1
/
+270
*
s3-kerberos: add smb_krb5_parse_name_flags().
Günther Deschner
2009-11-06
1
-0
/
+18
*
s3: fixed krb5 build problem on ubuntu karmic
Andrew Tridgell
2009-10-16
1
-0
/
+9
*
More conversions of NULL -> talloc_autofree_context()
Jeremy Allison
2009-07-16
1
-2
/
+2
*
clikrb5: Prefer krb5_free_keytab_entry_contents to krb5_kt_free_entry.
Jelmer Vernooij
2009-06-04
1
-3
/
+8
*
s3:kerberos Rework smb_krb5_unparse_name() to take a talloc context
Andrew Bartlett
2009-04-07
1
-11
/
+12
*
s3-krb5: Fix Coverity #722 (RESOURCE_LEAK).
Günther Deschner
2009-03-20
1
-12
/
+18
*
Don't miss an absolute pathname as a kerberos keytab path. From Glenn Machin ...
Jeremy Allison
2009-02-17
1
-0
/
+5
*
Memory leaks and other fixes found by Coverity
todd stecher
2009-01-21
1
-5
/
+5
*
s3-asn1: make all of s3 asn1 code do a proper asn1_init() first.
Günther Deschner
2008-10-22
1
-26
/
+36
*
s3: use shared asn1 code.
Günther Deschner
2008-10-22
1
-2
/
+2
*
Cope with changed signature of http_timestring().
Jelmer Vernooij
2008-10-11
1
-2
/
+2
*
Fix blocker bug 5745 kerberos authentication with (lib)smbclient is broken.
Jeremy Allison
2008-09-10
1
-2
/
+14
*
Remove a duplicate retval check
Volker Lendecke
2008-08-31
1
-8
/
+2
*
kerberos: use KRB5_KT_KEY macro where appropriate.
Günther Deschner
2008-08-29
1
-15
/
+5
*
kerberos: move the KRB5_KEY* macros to header file.
Günther Deschner
2008-08-29
1
-12
/
+0
*
Fix length error in wrapping spnego blob
Igor Mammedov
2008-08-18
1
-1
/
+1
*
fix build warning.
Günther Deschner
2008-08-11
1
-1
/
+1
*
One more build fix. Ensure we have KRB5_AUTH_CONTEXT_USE_SUBKEY defined befor...
Jeremy Allison
2008-08-08
1
-3
/
+3
*
Try and fix the build for systems that don't have krb5_auth_con_set_req_cksum...
Jeremy Allison
2008-08-08
1
-3
/
+3
*
Add Derrick Schommer's <dschommer@F5.com> kerberos delegation patch. Some
Jeremy Allison
2008-08-08
1
-2
/
+184
*
clikrb5: don't use krb5_keyblock_init() when no salt is specified
Stefan Metzmacher
2008-08-04
1
-35
/
+30
*
Fix return of uninitialized variable.
Jeremy Allison
2008-06-26
1
-1
/
+1
*
kerberos: add smb_krb5_keytab_name().
Günther Deschner
2008-06-24
1
-0
/
+22
*
kerberos: make smb_krb5_kt_add_entry public, allow to pass keys without salti...
Günther Deschner
2008-06-24
1
-18
/
+38
*
clikrb5: remove unrequired create_kerberos_key_from_string_direct() prototype.
Günther Deschner
2008-06-17
1
-10
/
+10
*
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
2008-05-20
1
-3
/
+6
*
Use new IDL based PAC structures in clikrb5.c
Günther Deschner
2008-02-17
1
-7
/
+7
*
Make heimdal and MIT happy when iterating through auth data.
Günther Deschner
2007-12-12
1
-3
/
+3
*
Vista SP1-rc1 appears to break against Samba-3.0.27a
Guenther Deschner
2007-12-12
1
-3
/
+3
*
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2007-12-07
1
-9
/
+8
*
Fix the setup_kaddr() call to cope with IPv6.
Jeremy Allison
2007-10-29
1
-8
/
+34
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-2
/
+2
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-14
/
+14
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23651: Always, always, always compile before commit...
Günther Deschner
2007-10-10
1
-1
/
+1
*
r23650: Fix remaining callers of krb5_kt_default().
Günther Deschner
2007-10-10
1
-3
/
+3
*
r23649: Fix the build (by moving smb_krb5_open_keytab() to clikrb5.c).
Günther Deschner
2007-10-10
1
-1
/
+137
*
r23609: Removing more redundant codepaths out of smb_krb5_renew_ticket().
Günther Deschner
2007-10-10
1
-38
/
+26
*
r23588: Some more cleanups and error checks in the krb5 renew function.
Günther Deschner
2007-10-10
1
-6
/
+12
[next]