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_verify.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r18047: More C++ stuff
Volker Lendecke
1
-2
/
+2
2007-10-10
r17972: revert accidental commit to ads_verify_ticket()
Gerald Carter
1
-7
/
+5
2007-10-10
r17971: Disable storing SIDs in the S-1-22-1 and S-1-22-2 domain to the SID<-...
Gerald Carter
1
-5
/
+7
2007-10-10
r16952: New derive DES salt code and Krb5 keytab generation
Gerald Carter
1
-9
/
+5
2007-10-10
r15523: Honour the time_offset also when verifying kerberos tickets. This
Günther Deschner
1
-1
/
+6
2007-10-10
r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name,
Jeremy Allison
1
-11
/
+9
2007-10-10
r14682: Small cleanup in ads_verify_ticket.
Günther Deschner
1
-6
/
+5
2007-10-10
r14576: Skip remaining keytab entries when we have a clear indication that
Günther Deschner
1
-1
/
+23
2007-10-10
r11846: Destroy the TALLOC_CTX on error in the Kerberos session setup and give a
Günther Deschner
1
-3
/
+3
2007-10-10
r10907: Handle the case when we can't verify the PAC signature because the
Günther Deschner
1
-5
/
+7
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-20
/
+74
2007-10-10
r10285: Doh ! Guenther spotted this stupid cut-n-paste bug...
Jeremy Allison
1
-1
/
+0
2007-10-10
r10211: Fix another memleak (this time in the kerberos keytab code)
Günther Deschner
1
-1
/
+5
2007-10-10
r5762: Modified version of patch from Michael Brown <mbrown@fensystems.co.uk>...
Jeremy Allison
1
-65
/
+99
2007-10-10
r4882: Fix for #2255. Debug should have been 10 not 0.
Jeremy Allison
1
-1
/
+1
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-1
/
+1
2007-10-10
r3495: Fix the build (recent kerberos-changes).
Günther Deschner
1
-1
/
+0
2007-10-10
r3451: Finish off kerberos salting patch. Needs testing !
Jeremy Allison
1
-3
/
+2
2007-10-10
r3381: More merging of the #1717 patch. Fixup some erroneous assumptions about
Jeremy Allison
1
-59
/
+67
2007-10-10
r1789: compiler warnings from SuSE
Gerald Carter
1
-0
/
+4
2007-10-10
r1285: Put variable definitions into a block before the statements...
Volker Lendecke
1
-1
/
+1
2007-10-10
r1282: gcc 3.2 on SuSE 8.2 does not like #ifdefs inside a macro argument (DEB...
Volker Lendecke
1
-3
/
+5
2007-10-10
r1244: More Heimdal compile fixes.
Jeremy Allison
1
-3
/
+9
2007-10-10
r1236: Heimdal fixes from Guenther Deschner <gd@sernet.de>, more to come before
Jeremy Allison
1
-0
/
+8
2007-10-10
r1215: Intermediate checkin of the new keytab code. I need to make sure I
Jeremy Allison
1
-99
/
+198
2004-02-03
Fix for a bug where the mutex could be left locked. Also remove the
Jeremy Allison
1
-146
/
+8
2004-01-06
Fix segfualt caused by incorrect configuration. If lp_realm() was not set,
Andrew Bartlett
1
-5
/
+9
2003-11-22
Changes all over the shop, but all towards:
Andrew Bartlett
1
-1
/
+1
2003-10-17
Add configure test for krb5_keytab_entry keyblock vs key member. Bug #636.
Tim Potter
1
-4
/
+12
2003-09-03
Try to add memory keytab support. It also includes much of the generic
Jim McDonough
1
-1
/
+141
2003-08-25
Fix segfault. krb5_free_ticket does not check if it got a NULL ticket.
Volker Lendecke
1
-1
/
+2
2003-08-15
Fix memleaks.
Volker Lendecke
1
-7
/
+11
2003-08-14
In ads_verify_realm, all we use in the ADS_STRUCT is the
Volker Lendecke
1
-2
/
+2
2003-07-30
Don't revert something until you've seen if volker has already fixed it :-).
Jeremy Allison
1
-4
/
+0
2003-07-30
Comment out mutex until I get dependencies sorted out...
Jeremy Allison
1
-0
/
+4
2003-07-29
Put mutex around access of replay cache for krb5 tickets. krb5 replay cache
Jeremy Allison
1
-4
/
+13
2003-07-29
Typo on my part. I typed KRB5_KDB_BAD_ENCTYPE when I meant to type KRB5_BAD_E...
Jeremy Allison
1
-1
/
+1
2003-07-29
Fix the build on Heimdal. KRB5_KDB_BAD_ENCTYPE doesn't exist on Heimdal, and
Jim McDonough
1
-1
/
+1
2003-07-29
Improved debug messages whilst trying to track down kerb issues.
Jeremy Allison
1
-13
/
+20
2003-07-25
W00t! Client smb signing is now working correctly with krb5 and w2k server.
Jeremy Allison
1
-1
/
+1
2003-07-12
Fixed memory leaks, added krb5 replay cache. Now I need to add code to check
Jeremy Allison
1
-17
/
+72
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-1
/
+1
2003-06-06
No matter how special this session key is, it's not worth a level 0.
Andrew Bartlett
1
-2
/
+4
2003-05-30
More on bug 137: rename more of krb5_xxx functions to not start with krb5_
Jim McDonough
1
-1
/
+1
2003-04-21
Merge from HEAD - save the type of channel used to contact the DC.
Andrew Bartlett
1
-1
/
+1
2003-04-16
Move PAC decoding over from HEAD.
Jim McDonough
1
-0
/
+6
2003-03-17
The kerberos_verify compoenent of the SessionSetup sync with HEAD.
Andrew Bartlett
1
-6
/
+26
2003-02-19
Sync with HEAD for verifying kerberos tickets.
Jim McDonough
1
-14
/
+31
2003-01-30
Revert tpot's HEAD merge which broke the Heimdal build.
Jeremy Allison
1
-45
/
+15
2003-01-30
Sync of Heimdal kerberos stuff with HEAD. If this breaks I'm blaming
Tim Potter
1
-15
/
+45
[next]