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
/
source4
/
auth
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-08
s4-auth: Use smb_krb5_make_pac_checksum.
Andreas Schneider
1
-54
/
+24
2012-05-04
s4:auth/kerberos: don't do tracing in MIT build
Alexander Bokovoy
1
-17
/
+0
2012-05-04
auth-session: MIT doesn't have import/export cred yet
Simo Sorce
1
-3
/
+5
2012-05-04
s4-auth-krb: Make srv_keytab.c build against MIT Kerberos
Simo Sorce
1
-8
/
+11
2012-05-04
Fix incompatible assignment warning
Simo Sorce
1
-1
/
+1
2012-05-04
Fix compiler warning
Simo Sorce
1
-1
/
+1
2012-05-04
s4-auth-krb: Use compat code to initialize keyblock contents
Simo Sorce
1
-1
/
+1
2012-05-04
s4-auth-krb: Disable code in MIT build
Simo Sorce
1
-1
/
+4
2012-05-04
Move keytab_copy to krb5samba lib
Simo Sorce
2
-231
/
+1
2012-05-04
Fix keytab_copy to compile with MIT librariues too
Simo Sorce
1
-10
/
+12
2012-05-04
keytab_copy: Fix style, whitespaces
Simo Sorce
1
-8
/
+17
2012-05-04
kerberos_pac: Fix code to work with MIT too
Simo Sorce
1
-3
/
+3
2012-05-04
s4-auth-krb: smb_rd_req_return_stuff is used only in gensec_krb5
Simo Sorce
5
-2
/
+13
2012-05-04
Split normal kinit from s4u2 flavored kinit
Simo Sorce
1
-7
/
+21
2012-05-04
Move kerberos_kinit_password_cc to krb5samba lib
Simo Sorce
3
-427
/
+1
2012-05-04
Move kerberos_kinit_keyblock_cc to krb5samba lib
Simo Sorce
2
-55
/
+0
2012-05-04
krb-init: define out heimdal specific stuff in mitkrb build
Simo Sorce
1
-3
/
+12
2012-05-04
s4-auth-krb: avoid useless condition
Simo Sorce
1
-1
/
+1
2012-04-25
lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...
Alexander Bokovoy
3
-4
/
+3
2012-04-23
Make krb5 wrapper library common so they can be used all over
Simo Sorce
2
-4
/
+5
2012-04-23
For now just disable this Heindal specific stuff in the MIT build
Simo Sorce
5
-3
/
+29
2012-04-23
Make krb5 context initialization not heimdal specific
Simo Sorce
2
-22
/
+54
2012-04-19
Fix Error messages
Simo Sorce
1
-4
/
+2
2012-04-14
s4-auth: Make sure ldb context is initialized even if not passed by Python code
Alexander Bokovoy
1
-1
/
+1
2012-04-12
srv_keytab: Pass krb5_context directly, it's all we use anyways.
Simo Sorce
1
-16
/
+11
2012-04-12
auth-krb: Move pac related util functions in a single place.
Simo Sorce
3
-0
/
+3
2012-04-12
auth-krb: Make functions static.
Simo Sorce
1
-0
/
+71
2012-04-12
auth-krb: Nove oid packet check to gensec_util.
Simo Sorce
2
-43
/
+3
2012-04-12
s4-auth-krb: Remove dependency on credentials too.
Simo Sorce
2
-11
/
+5
2012-04-12
s4-auth-krb: Remove unneded dependency on kerberos_util.
Simo Sorce
3
-40
/
+54
2012-04-12
s4-auth-krb: Simplify salt_princ handling.
Simo Sorce
4
-287
/
+187
2012-04-12
s4-auth-krb: Move function to db-glue.c and make it static.
Simo Sorce
2
-20
/
+0
2012-04-12
s4-auth-krb: Move keytab functions in a separate file.
Simo Sorce
4
-707
/
+749
2012-04-12
s4-auth-krb: Streamline and cleanup code to make it readable.
Simo Sorce
1
-190
/
+256
2012-04-12
s4-auth-krb: streamline and rename enctype functions
Simo Sorce
1
-11
/
+12
2012-04-12
s4-auth-krb: Make kerberos_enctype_bitmap_to_enctype static.
Simo Sorce
2
-3
/
+1
2012-04-12
s4-auth-krb: Make kerberos_enctype_bitmap_to_enctypes static.
Simo Sorce
1
-1
/
+7
2012-04-12
s4-auth-krb: Move function into more appropriate header.
Simo Sorce
1
-0
/
+8
2012-04-12
s4-auth-krb: Make impersonate_principal_from_credentials static.
Simo Sorce
1
-0
/
+1
2012-04-12
gensec_gssapi: keep private header file close to the actual code
Simo Sorce
2
-1
/
+70
2012-04-12
krb5_wrap: remove duplicate declaration and dead ifdef
Simo Sorce
1
-4
/
+0
2012-03-02
s4:auth/gensec/schannel: initialize struct schannel_state to zero
Stefan Metzmacher
1
-2
/
+1
2012-03-02
s4:auth/gensec/schannel: make a copy of netlogon_creds_CredentialState in the...
Stefan Metzmacher
1
-1
/
+8
2012-02-24
auth: Rename some elements of auth4_context
Andrew Bartlett
1
-3
/
+3
2012-02-18
pygensec: Fix whitespace.
Jelmer Vernooij
1
-8
/
+8
2012-02-18
auth: Reorder arguments to generate_session_info
Andrew Bartlett
2
-8
/
+9
2012-02-17
auth: Move the rest of the source4 gensec_ntlmssp code to the top level
Andrew Bartlett
5
-1021
/
+0
2012-02-17
auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs...
Andrew Bartlett
1
-33
/
+22
2012-02-13
auth: Pass in the SMB username (for %U) into generate_session_info
Andrew Bartlett
4
-5
/
+12
2012-01-30
gensec: inline gensec_generate_session_info() into only caller
Andrew Bartlett
2
-9
/
+27
[next]