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
/
source4
/
auth
/
kerberos
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-auth: Use smb_krb5_make_pac_checksum.
Andreas Schneider
2012-05-08
1
-54
/
+24
*
s4:auth/kerberos: don't do tracing in MIT build
Alexander Bokovoy
2012-05-04
1
-17
/
+0
*
s4-auth-krb: Make srv_keytab.c build against MIT Kerberos
Simo Sorce
2012-05-04
1
-8
/
+11
*
Fix incompatible assignment warning
Simo Sorce
2012-05-04
1
-1
/
+1
*
Fix compiler warning
Simo Sorce
2012-05-04
1
-1
/
+1
*
s4-auth-krb: Use compat code to initialize keyblock contents
Simo Sorce
2012-05-04
1
-1
/
+1
*
s4-auth-krb: Disable code in MIT build
Simo Sorce
2012-05-04
1
-1
/
+4
*
Move keytab_copy to krb5samba lib
Simo Sorce
2012-05-04
2
-231
/
+1
*
Fix keytab_copy to compile with MIT librariues too
Simo Sorce
2012-05-04
1
-10
/
+12
*
keytab_copy: Fix style, whitespaces
Simo Sorce
2012-05-04
1
-8
/
+17
*
kerberos_pac: Fix code to work with MIT too
Simo Sorce
2012-05-04
1
-3
/
+3
*
s4-auth-krb: smb_rd_req_return_stuff is used only in gensec_krb5
Simo Sorce
2012-05-04
2
-103
/
+1
*
Split normal kinit from s4u2 flavored kinit
Simo Sorce
2012-05-04
1
-7
/
+21
*
Move kerberos_kinit_password_cc to krb5samba lib
Simo Sorce
2012-05-04
3
-427
/
+1
*
Move kerberos_kinit_keyblock_cc to krb5samba lib
Simo Sorce
2012-05-04
2
-55
/
+0
*
krb-init: define out heimdal specific stuff in mitkrb build
Simo Sorce
2012-05-04
1
-3
/
+12
*
s4-auth-krb: avoid useless condition
Simo Sorce
2012-05-04
1
-1
/
+1
*
lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...
Alexander Bokovoy
2012-04-25
2
-1
/
+2
*
Make krb5 wrapper library common so they can be used all over
Simo Sorce
2012-04-23
2
-4
/
+5
*
For now just disable this Heindal specific stuff in the MIT build
Simo Sorce
2012-04-23
4
-3
/
+25
*
Make krb5 context initialization not heimdal specific
Simo Sorce
2012-04-23
2
-22
/
+54
*
Fix Error messages
Simo Sorce
2012-04-19
1
-4
/
+2
*
srv_keytab: Pass krb5_context directly, it's all we use anyways.
Simo Sorce
2012-04-12
1
-16
/
+11
*
auth-krb: Move pac related util functions in a single place.
Simo Sorce
2012-04-12
1
-0
/
+1
*
s4-auth-krb: Remove dependency on credentials too.
Simo Sorce
2012-04-12
2
-11
/
+5
*
s4-auth-krb: Remove unneded dependency on kerberos_util.
Simo Sorce
2012-04-12
3
-40
/
+54
*
s4-auth-krb: Simplify salt_princ handling.
Simo Sorce
2012-04-12
4
-287
/
+187
*
s4-auth-krb: Move function to db-glue.c and make it static.
Simo Sorce
2012-04-12
2
-20
/
+0
*
s4-auth-krb: Move keytab functions in a separate file.
Simo Sorce
2012-04-12
4
-707
/
+749
*
s4-auth-krb: Streamline and cleanup code to make it readable.
Simo Sorce
2012-04-12
1
-190
/
+256
*
s4-auth-krb: streamline and rename enctype functions
Simo Sorce
2012-04-12
1
-11
/
+12
*
s4-auth-krb: Make kerberos_enctype_bitmap_to_enctype static.
Simo Sorce
2012-04-12
2
-3
/
+1
*
s4-auth-krb: Make kerberos_enctype_bitmap_to_enctypes static.
Simo Sorce
2012-04-12
1
-1
/
+7
*
s4-auth-krb: Move function into more appropriate header.
Simo Sorce
2012-04-12
1
-0
/
+8
*
s4-auth-krb: Make impersonate_principal_from_credentials static.
Simo Sorce
2012-04-12
1
-0
/
+1
*
krb5_wrap: remove duplicate declaration and dead ifdef
Simo Sorce
2012-04-12
1
-4
/
+0
*
krb5: Require krb5_set_real_time is available to build with krb5
Andrew Bartlett
2012-01-10
1
-4
/
+0
*
s4-kerberos: remove some unused prototypes.
Günther Deschner
2012-01-09
1
-22
/
+0
*
s4-gensec: Move parsing of the PAC blob and creating the session_info into auth
Andrew Bartlett
2011-12-29
1
-0
/
+1
*
auth/kerberos: Move gssapi_parse.c to the top level
Andrew Bartlett
2011-12-28
2
-123
/
+2
*
auth: Allow a NULL principal to be obtained from the credentials
Andrew Bartlett
2011-12-07
1
-2
/
+10
*
s4-samba-tool: Add --principal argument to samba-tool domain exportkeytab
Andrew Bartlett
2011-11-29
1
-61
/
+134
*
s4:auth/kerberos: activate windows related krb5 flags
Stefan Metzmacher
2011-07-25
1
-0
/
+10
*
s4:auth/kerberos: protect kerberos_kinit_password_cc() against old KDCs
Stefan Metzmacher
2011-06-22
1
-1
/
+48
*
s4:auth/kerberos: add S4U2Proxy support to kerberos_kinit_password_cc()
Stefan Metzmacher
2011-06-22
3
-5
/
+134
*
s4:auth/kerberos: protect kerberos_kinit_password_cc() against old KDCs
Stefan Metzmacher
2011-06-22
1
-1
/
+47
*
s4:auth/kerberos: remove one indentation level in kerberos_kinit_password_cc()
Stefan Metzmacher
2011-06-22
1
-94
/
+99
*
s4:auth/kerberos: reformat kerberos_kinit_password_cc()
Stefan Metzmacher
2011-06-22
1
-32
/
+41
*
s4:auth/kerberos: don't mix s4u2self creds with machine account creds
Stefan Metzmacher
2011-06-22
1
-24
/
+76
*
s4:auth/kerberos: use better variable names in kerberos_kinit_password_cc()
Stefan Metzmacher
2011-06-22
1
-27
/
+41
[next]