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
/
source3
/
libads
/
kerberos.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-04
kerberos: fix indent of enc type lines in generated krb5.conf files.
Günther Deschner
1
-3
/
+3
2008-06-24
libads: add ADS_AUTH_USER_CREDS to avoid magic overwriting of usernames.
Günther Deschner
1
-0
/
+6
2008-05-27
Memory leak fixes from Chere Zhou <czhou@isilon.com>.
Jeremy Allison
1
-0
/
+4
2008-05-19
Fix some comments to match get_kdc_ip_string()'s behaviour
root
1
-1
/
+7
2008-03-17
Coverity fixes
Marc VanHeyningen
1
-2
/
+4
2008-03-08
Fix Coverity ID 551
Volker Lendecke
1
-0
/
+2
2008-02-25
Fix some warnings
Volker Lendecke
1
-7
/
+15
2008-01-28
Restrict the enctypes in the generated krb5.conf files to Win2003 types.
Gerald W. Carter
1
-4
/
+8
2008-01-16
Tidy up code and debug for non-default krb5 IPv6 port.
Jeremy Allison
1
-9
/
+15
2008-01-16
Fix IPv6 bug #5204, which caused krb5 DNS lookups
Jeremy Allison
1
-13
/
+56
2008-01-14
Print principal in debug statement in kerberos_kinit_password() as well.
Günther Deschner
1
-1
/
+2
2007-12-17
While 'data' is usually 0 terminated, nothing in the spec requires that. The ...
Simo Sorce
1
-1
/
+4
2007-12-15
Doh, fix typo in error exit.
Jeremy Allison
1
-2
/
+2
2007-12-15
Added patch originally by Andreas Schneider <anschneider@suse.de>
Jeremy Allison
1
-0
/
+52
2007-11-20
More pstring removal....
Jeremy Allison
1
-9
/
+9
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
1
-13
/
+25
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-12
/
+12
2007-10-10
r25030: ip_srv_nonsite and count_nonsite are initialized in get_kdc_list() in...
Lars Müller
1
-2
/
+2
2007-10-10
r24836: Initialize some uninitialized variables.
Michael Adam
1
-3
/
+5
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23147: Patch #4566 from jacob berkman <jberkman@novell.com>. Pass password d...
Jeremy Allison
1
-1
/
+2
2007-10-10
r22666: Expand kerberos_kinit_password_ext() to return NTSTATUS codes and make
Günther Deschner
1
-3
/
+29
2007-10-10
r22664: When we have krb5_get_init_creds_opt_get_error() then try to get the ...
Günther Deschner
1
-0
/
+121
2007-10-10
r22663: Restructure kerberos_kinit_password_ext() error path.
Günther Deschner
1
-53
/
+33
2007-10-10
r21779: I missd a call to krb5_get_init_creds_opt_alloc in r21778.
James Peach
1
-1
/
+1
2007-10-10
r21778: Wrap calls to krb5_get_init_creds_opt_free to handle the different
James Peach
1
-2
/
+2
2007-10-10
r21240: Fix longstanding Bug #4009.
Günther Deschner
1
-1
/
+5
2007-10-10
r21238: Fix tab indent in self-written krb5.confs.
Günther Deschner
1
-1
/
+1
2007-10-10
r21110: Fix kinit with Heimdal (Bug #4226).
Günther Deschner
1
-13
/
+26
2007-10-10
r20860: Adding some small tweaks. When we have no sitename, there is no need to
Günther Deschner
1
-11
/
+14
2007-10-10
r20857: Silence gives assent :-). Checking in the fix for
Jeremy Allison
1
-14
/
+51
2007-10-10
r18512: Add krb5conf file environment to debug statement.
Günther Deschner
1
-2
/
+3
2007-10-10
r18241: If replacing the krb5.conf, ensure it's readable.
Jeremy Allison
1
-0
/
+10
2007-10-10
r18226: Ensure we only do this evil thing if it's our realm.
Jeremy Allison
1
-2
/
+1
2007-10-10
r18225: If we're going to overwrite krb5.conf, at least
Jeremy Allison
1
-20
/
+42
2007-10-10
r18201: Make explicit what's going on here.
Jeremy Allison
1
-1
/
+2
2007-10-10
r18200: Experimental code to allow system /etc/krb5.conf to be
Jeremy Allison
1
-42
/
+63
2007-10-10
r18010: Ensure we don't timeout twice to the same
Jeremy Allison
1
-0
/
+3
2007-10-10
r18006: Actually a smaller change than it looks. Leverage
Jeremy Allison
1
-2
/
+49
2007-10-10
r18004: If you're writing out a krb5.conf, at least
Jeremy Allison
1
-2
/
+2
2007-10-10
r18003: Creating a directory and getting EEXIST isn't an error.
Jeremy Allison
1
-1
/
+1
2007-10-10
r18002: Improved debug.
Jeremy Allison
1
-1
/
+2
2007-10-10
r18001: Proper error reporting on write/close fail.
Jeremy Allison
1
-1
/
+7
2007-10-10
r18000: Get nelem/size args right for x_fwrite.
Jeremy Allison
1
-1
/
+1
2007-10-10
r17999: No need to prevent others from reading. Use 755 instead
Jeremy Allison
1
-2
/
+2
2007-10-10
r17997: Ensure lockdir exists for winbindd. Store tmp
Jeremy Allison
1
-1
/
+1
2007-10-10
r17996: Don't talloc free the memory then reference it. Doh !
Jeremy Allison
1
-3
/
+4
2007-10-10
r17995: Ensure we create the domain-specific krb5 files in a
Jeremy Allison
1
-8
/
+22
2007-10-10
r17994: Add debugs that showed me why my site code wasn't
Jeremy Allison
1
-0
/
+3
[next]