| Commit message (Expand) | Author | Age | Files | Lines |
* | Update my copyrights according to my agreement with IBM | Jim McDonough | 2003-08-01 | 4 | -4/+4 |
* | working on transtive trusts issue: | Gerald Carter | 2003-07-31 | 1 | -71/+0 |
* | Don't revert something until you've seen if volker has already fixed it :-). | Jeremy Allison | 2003-07-30 | 1 | -4/+0 |
* | Comment out mutex until I get dependencies sorted out... | Jeremy Allison | 2003-07-30 | 1 | -0/+4 |
* | Put mutex around access of replay cache for krb5 tickets. krb5 replay cache | Jeremy Allison | 2003-07-29 | 1 | -4/+13 |
* | Typo on my part. I typed KRB5_KDB_BAD_ENCTYPE when I meant to type KRB5_BAD_E... | Jeremy Allison | 2003-07-29 | 1 | -1/+1 |
* | Fix the build on Heimdal. KRB5_KDB_BAD_ENCTYPE doesn't exist on Heimdal, and | Jim McDonough | 2003-07-29 | 1 | -1/+1 |
* | Improved debug messages whilst trying to track down kerb issues. | Jeremy Allison | 2003-07-29 | 1 | -13/+20 |
* | W00t! Client smb signing is now working correctly with krb5 and w2k server. | Jeremy Allison | 2003-07-25 | 2 | -2/+3 |
* | fix case where no realm or workgroup means to use our own | Gerald Carter | 2003-07-25 | 1 | -2/+19 |
* | connect to the right realm or domain for trusted AD domains | Gerald Carter | 2003-07-23 | 1 | -8/+4 |
* | Fixed memory leaks, added krb5 replay cache. Now I need to add code to check | Jeremy Allison | 2003-07-12 | 1 | -17/+72 |
* | Fix shadow parameter warning. | Tim Potter | 2003-07-10 | 1 | -4/+4 |
* | Call the synchronous version of the ldap delete function otherwise we end up | Tim Potter | 2003-07-07 | 1 | -1/+1 |
* | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 2003-07-03 | 3 | -7/+7 |
* | Implemented 'net ads printer search' which searches the directory for | Tim Potter | 2003-07-03 | 1 | -1/+14 |
* | Fix bug in doxygen comments for ads search functions. | Tim Potter | 2003-07-03 | 1 | -4/+4 |
* | Fix shadow variable warnings. | Tim Potter | 2003-06-30 | 1 | -8/+8 |
* | * fix typos in a few debug statements | Gerald Carter | 2003-06-25 | 1 | -3/+9 |
* | large change: | Gerald Carter | 2003-06-25 | 2 | -120/+48 |
* | * s/get_dc_name/rpc_dc_name/g (revert a previous change) | Gerald Carter | 2003-06-23 | 1 | -0/+3 |
* | we need to call ads_first_entry() before using a ldap result, | Andrew Tridgell | 2003-06-16 | 1 | -5/+12 |
* | Rename some uuid functions so as not to conflict with system | Tim Potter | 2003-06-13 | 1 | -1/+1 |
* | Fix shadow variable warning. | Tim Potter | 2003-06-13 | 1 | -4/+4 |
* | added an auth flag that indicates if we should be allowed to fallback | Andrew Tridgell | 2003-06-10 | 1 | -1/+4 |
* | No matter how special this session key is, it's not worth a level 0. | Andrew Bartlett | 2003-06-06 | 1 | -2/+4 |
* | More on bug 137: rename more of krb5_xxx functions to not start with krb5_ | Jim McDonough | 2003-05-30 | 1 | -1/+1 |
* | More on bug 137: rename remainder of krb5_xxx functions to not start with krb5_ | Jim McDonough | 2003-05-30 | 1 | -11/+11 |
* | Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, so | Jim McDonough | 2003-05-30 | 1 | -5/+6 |
* | Patch from Luke Howard <lukeh@PADL.COM> to recognise local groups. | Jeremy Allison | 2003-05-15 | 1 | -0/+2 |
* | Patch from Ken Cross to allow an ADS domain join with a username of the form | Andrew Bartlett | 2003-05-04 | 1 | -1/+1 |
* | Revert patch - we need to try the NTLMSSP code below... | Andrew Bartlett | 2003-04-24 | 1 | -9/+4 |
* | Use the kerberos error from ads_kinit_password() in the return value from | Andrew Bartlett | 2003-04-24 | 1 | -4/+9 |
* | Merge from HEAD - save the type of channel used to contact the DC. | Andrew Bartlett | 2003-04-21 | 3 | -7/+11 |
* | Add const, static and fix a double free() (merge from HEAD). | Andrew Bartlett | 2003-04-21 | 1 | -6/+5 |
* | Move PAC decoding over from HEAD. | Jim McDonough | 2003-04-16 | 1 | -0/+6 |
* | Change variable name to get this working on gcc 3.2 (Merge from HEAD) | Jelmer Vernooij | 2003-04-15 | 2 | -38/+38 |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 2003-04-13 | 1 | -0/+614 |
|\ |
|
| * | Complete what I've seen (and then some)t of the PAC. | Jim McDonough | 2003-04-09 | 1 | -5/+124 |
| * | Decode the PAC! This patch just decodes it and then frees it, so it's just | Jim McDonough | 2003-04-07 | 2 | -0/+501 |
| * | - Support building all auth modules as .so's | Jelmer Vernooij | 2003-03-25 | 2 | -38/+38 |
| * | Changes to help the kerberos change password code work on systems that | Andrew Bartlett | 2003-03-16 | 1 | -37/+29 |
| * | - Fix a double-free (I can't say I understand the code, but it matches the o... | Andrew Bartlett | 2003-03-12 | 1 | -6/+5 |
| * | More const fixes. | Jeremy Allison | 2003-03-05 | 1 | -2/+2 |
| * | tokenGroups are SIDs, so dump them as such. | Andrew Bartlett | 2003-02-25 | 1 | -0/+1 |
| * | Patch from Luke Howard to add mutual kerberos authentication, and SMB session | Andrew Bartlett | 2003-02-24 | 1 | -6/+26 |
| * | Always initialise | Andrew Bartlett | 2003-02-24 | 1 | -2/+2 |
| * | Fix a DEBUG() formatting, add some more debug to our SID pulling code and | Andrew Bartlett | 2003-02-22 | 1 | -18/+33 |
| * | libads/krb5_setpw.c | Jim McDonough | 2003-02-19 | 1 | -1/+2 |
| * | Fix segv in net ads join...an extra & was the culprit | Jim McDonough | 2003-02-19 | 1 | -1/+1 |