| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes all over the shop, but all towards: | Andrew Bartlett | 2003-11-22 | 1 | -1/+1 |
* | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 2003-10-22 | 2 | -5/+5 |
* | Add configure test for krb5_keytab_entry keyblock vs key member. Bug #636. | Tim Potter | 2003-10-17 | 1 | -4/+12 |
* | don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;... | Gerald Carter | 2003-10-03 | 2 | -2/+8 |
* | Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not converting | Jeremy Allison | 2003-09-10 | 1 | -1/+10 |
* | revert retry loops in winbindd_ads as abartket points out, we | Gerald Carter | 2003-09-06 | 1 | -2/+2 |
* | Try to add memory keytab support. It also includes much of the generic | Jim McDonough | 2003-09-03 | 1 | -1/+141 |
* | Fix segfault. krb5_free_ticket does not check if it got a NULL ticket. | Volker Lendecke | 2003-08-25 | 1 | -1/+2 |
* | metze's autogenerate patch for version.h | Gerald Carter | 2003-08-20 | 1 | -1/+1 |
* | - Make 'net' use a single funciton for setting the 'use machine account' code. | Andrew Bartlett | 2003-08-19 | 1 | -9/+6 |
* | Don't print out error in ads_do_search_retry() when it suceeds. | Tim Potter | 2003-08-15 | 1 | -1/+4 |
* | s/OM_uint32//uint32/g | Gerald Carter | 2003-08-15 | 2 | -3/+3 |
* | get rid of more compiler warnings | Herb Lewis | 2003-08-15 | 4 | -12/+12 |
* | Fix memleaks. | Volker Lendecke | 2003-08-15 | 2 | -7/+14 |
* | In ads_verify_realm, all we use in the ADS_STRUCT is the | Volker Lendecke | 2003-08-14 | 1 | -2/+2 |
* | 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 |