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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libads
/
kerberos.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if
Jelmer Vernooij
2009-04-20
1
-1
/
+1
*
s3:kerberos Rework smb_krb5_unparse_name() to take a talloc context
Andrew Bartlett
2009-04-07
1
-4
/
+4
*
s3-krb5: Fix Coverity #762 (REVERSE_INULL).
Günther Deschner
2009-03-20
1
-6
/
+6
*
s3: use pidl to pull a KRB5_EDATA_NTSTATUS.
Günther Deschner
2009-02-06
1
-36
/
+6
*
s3:libads: use lock_path for creating paths to local krb5.conf files
Michael Adam
2009-01-16
1
-2
/
+3
*
s3:libads: give create_local_private_krb5_conf_for_domain() a common exit point
Michael Adam
2009-01-16
1
-30
/
+20
*
s3: Change sockaddr util function names for consistency
Tim Prouty
2008-12-03
1
-3
/
+3
*
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
2008-10-23
1
-4
/
+5
*
kerberos: fix indent of enc type lines in generated krb5.conf files.
Günther Deschner
2008-09-04
1
-3
/
+3
*
libads: add ADS_AUTH_USER_CREDS to avoid magic overwriting of usernames.
Günther Deschner
2008-06-24
1
-0
/
+6
*
Memory leak fixes from Chere Zhou <czhou@isilon.com>.
Jeremy Allison
2008-05-27
1
-0
/
+4
*
Fix some comments to match get_kdc_ip_string()'s behaviour
root
2008-05-19
1
-1
/
+7
*
Coverity fixes
Marc VanHeyningen
2008-03-17
1
-2
/
+4
*
Fix Coverity ID 551
Volker Lendecke
2008-03-08
1
-0
/
+2
*
Fix some warnings
Volker Lendecke
2008-02-25
1
-7
/
+15
*
Restrict the enctypes in the generated krb5.conf files to Win2003 types.
Gerald W. Carter
2008-01-28
1
-4
/
+8
*
Tidy up code and debug for non-default krb5 IPv6 port.
Jeremy Allison
2008-01-16
1
-9
/
+15
*
Fix IPv6 bug #5204, which caused krb5 DNS lookups
Jeremy Allison
2008-01-16
1
-13
/
+56
*
Print principal in debug statement in kerberos_kinit_password() as well.
Günther Deschner
2008-01-14
1
-1
/
+2
*
While 'data' is usually 0 terminated, nothing in the spec requires that. The ...
Simo Sorce
2007-12-17
1
-1
/
+4
*
Doh, fix typo in error exit.
Jeremy Allison
2007-12-15
1
-2
/
+2
*
Added patch originally by Andreas Schneider <anschneider@suse.de>
Jeremy Allison
2007-12-15
1
-0
/
+52
*
More pstring removal....
Jeremy Allison
2007-11-20
1
-9
/
+9
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-13
/
+25
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-12
/
+12
*
r25030: ip_srv_nonsite and count_nonsite are initialized in get_kdc_list() in...
Lars Müller
2007-10-10
1
-2
/
+2
*
r24836: Initialize some uninitialized variables.
Michael Adam
2007-10-10
1
-3
/
+5
*
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
*
r23147: Patch #4566 from jacob berkman <jberkman@novell.com>. Pass password d...
Jeremy Allison
2007-10-10
1
-1
/
+2
*
r22666: Expand kerberos_kinit_password_ext() to return NTSTATUS codes and make
Günther Deschner
2007-10-10
1
-3
/
+29
*
r22664: When we have krb5_get_init_creds_opt_get_error() then try to get the ...
Günther Deschner
2007-10-10
1
-0
/
+121
*
r22663: Restructure kerberos_kinit_password_ext() error path.
Günther Deschner
2007-10-10
1
-53
/
+33
*
r21779: I missd a call to krb5_get_init_creds_opt_alloc in r21778.
James Peach
2007-10-10
1
-1
/
+1
*
r21778: Wrap calls to krb5_get_init_creds_opt_free to handle the different
James Peach
2007-10-10
1
-2
/
+2
*
r21240: Fix longstanding Bug #4009.
Günther Deschner
2007-10-10
1
-1
/
+5
*
r21238: Fix tab indent in self-written krb5.confs.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r21110: Fix kinit with Heimdal (Bug #4226).
Günther Deschner
2007-10-10
1
-13
/
+26
*
r20860: Adding some small tweaks. When we have no sitename, there is no need to
Günther Deschner
2007-10-10
1
-11
/
+14
*
r20857: Silence gives assent :-). Checking in the fix for
Jeremy Allison
2007-10-10
1
-14
/
+51
*
r18512: Add krb5conf file environment to debug statement.
Günther Deschner
2007-10-10
1
-2
/
+3
*
r18241: If replacing the krb5.conf, ensure it's readable.
Jeremy Allison
2007-10-10
1
-0
/
+10
*
r18226: Ensure we only do this evil thing if it's our realm.
Jeremy Allison
2007-10-10
1
-2
/
+1
*
r18225: If we're going to overwrite krb5.conf, at least
Jeremy Allison
2007-10-10
1
-20
/
+42
*
r18201: Make explicit what's going on here.
Jeremy Allison
2007-10-10
1
-1
/
+2
*
r18200: Experimental code to allow system /etc/krb5.conf to be
Jeremy Allison
2007-10-10
1
-42
/
+63
*
r18010: Ensure we don't timeout twice to the same
Jeremy Allison
2007-10-10
1
-0
/
+3
*
r18006: Actually a smaller change than it looks. Leverage
Jeremy Allison
2007-10-10
1
-2
/
+49
*
r18004: If you're writing out a krb5.conf, at least
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r18003: Creating a directory and getting EEXIST isn't an error.
Jeremy Allison
2007-10-10
1
-1
/
+1
[next]