index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libnet
/
libnet_keytab.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-22
s3:libnet: add a debug message to libnet_keytab_add_to_keytab_entries()
Stefan Metzmacher
1
-0
/
+2
2023-08-21
s3:libnet: Fix reference to incorrect function names
Joseph Sutton
1
-2
/
+2
2022-06-27
s3:libads: Allocate ADS_STRUCT under a talloc context
Samuel Cabrero
1
-3
/
+1
2018-12-19
libnet: Add kerberos tracing
Swen Schillig
1
-4
/
+3
2017-06-27
s3:secrets: move kerberos_secrets_*salt related functions to machine_account_...
Stefan Metzmacher
1
-0
/
+1
2017-06-27
s3:libnet: make use of kerberos_secrets_fetch_salt_princ()
Stefan Metzmacher
1
-3
/
+1
2016-08-31
krb5_wrap: Rename smb_krb5_keytab_name()
Andreas Schneider
1
-1
/
+1
2016-08-31
krb5_wrap: Rename smb_krb5_open_keytab_relative()
Andreas Schneider
1
-4
/
+4
2016-03-10
s3-libnet: Allow the keytab function to use a relative path
Andreas Schneider
1
-1
/
+4
2016-03-10
s3-libads: Pass down the salt principal in smb_krb5_kt_add_entry()
Andreas Schneider
1
-3
/
+26
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-1
/
+1
2010-07-13
s3-libnet: better separate headers.
Günther Deschner
1
-1
/
+3
2009-04-07
s3:kerberos Rework smb_krb5_unparse_name() to take a talloc context
Andrew Bartlett
1
-18
/
+14
2008-12-11
s3-libnet: fix DEBUG statement in libnet_keytab.
Günther Deschner
1
-1
/
+1
2008-11-18
s3-libnet: move add_to_keytab_entries to libnet_keytab.
Günther Deschner
1
-0
/
+33
2008-08-29
kerberos: use KRB5_KT_KEY macro where appropriate.
Günther Deschner
1
-27
/
+3
2008-08-29
kerberos: move the KRB5_KEY* macros to header file.
Günther Deschner
1
-10
/
+0
2008-08-07
Fix "might be used uninitialized" warnings.
Jeremy Allison
1
-0
/
+1
2008-08-04
libnet_keytab: fix the build with heimdal
Stefan Metzmacher
1
-6
/
+38
2008-08-01
libnet dssync: add my C after dssync keytab changes.
Michael Adam
1
-0
/
+1
2008-08-01
libnet keytab: implement cleaning of old entries in libnet_keytab_add().
Michael Adam
1
-0
/
+22
2008-08-01
libnet keytab: add parameter ingnore_kvno to libnet_keytab_remove_entries()
Michael Adam
1
-3
/
+4
2008-08-01
libnet keytab: add flag clean_old_entries to libnet_keytab_context.
Michael Adam
1
-0
/
+1
2008-08-01
libnet keytab: use proper counter type (uint32_t) in libnet_keytab_add().
Michael Adam
1
-1
/
+1
2008-08-01
dssync keytab: move handling of removal of duplicates to libnet_keytab_add_en...
Michael Adam
1
-90
/
+99
2008-08-01
libnet_keytab: add some debug statements to libnet_keytab_search().
Michael Adam
1
-0
/
+8
2008-08-01
libnet keytab: use libnet_keytab_add_entry() in libnet_keytab_add().
Michael Adam
1
-13
/
+6
2008-08-01
libnet keytab: add function libnet_keytab_add_entry()
Michael Adam
1
-0
/
+54
2008-08-01
libnet keytab: add function libnet_keytab_remove_entries().
Michael Adam
1
-0
/
+90
2008-08-01
libnet_keytab: cleanup libnet_keytab_search().
Michael Adam
1
-28
/
+27
2008-08-01
libnet keytab: test for matching enctype in libnet_keytab_search().
Michael Adam
1
-0
/
+5
2008-08-01
libnet keytab: add enctype parameter to libnet_keytab_search().
Michael Adam
1
-0
/
+1
2008-08-01
libnet_keytab: add a libnet_keytab_search() function
Michael Adam
1
-0
/
+77
2008-06-30
kerberos: allow to keep entries with old kvno's while creating keytab.
Günther Deschner
1
-0
/
+1
2008-06-30
kerberos: rename smb_krb5_kt_add_entry to smb_krb5_kt_add_entry_ext.
Günther Deschner
1
-7
/
+7
2008-06-27
net_vampire: separate keytab code from samsync code.
Günther Deschner
1
-0
/
+143