summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clikrb5.c
Commit message (Collapse)AuthorAgeFilesLines
* r22434: sync from the 3.0.25 tree for rc2Gerald Carter2007-04-211-6/+23
|
* r22138: * Sync up with the SAMBA_3_0_25 as of svn r22132.Gerald Carter2007-04-091-5/+13
| | | | | * Set VERSION to 3.0.25rc1 * Update release notes.
* r21889: * Pull from SAMBA-3_0_25 svn r21888Gerald Carter2007-03-201-0/+39
| | | | * Set version to 3.0.25pre2
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-281-55/+101
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r17162: Fix typo small typos noticed by Paul Green.Gerald Carter2006-07-201-1/+1
|
* r17094: merge fixes for 3.0.23aGerald Carter2006-07-171-2/+2
|
* r16348: * merging changes from SAMBA_3_0 r16346Gerald Carter2006-06-191-1/+58
| | | | * updating release notes to match
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-10/+190
|
* r14506: Remove remaining references to a KCM credential cache type.Günther Deschner2006-03-171-1/+1
| | | | Guenther
* r14218: Fix Coverity Bug # 2Volker Lendecke2006-03-111-5/+0
|
* r13316: Let the carnage begin....Gerald Carter2006-02-031-12/+159
| | | | Sync with trunk as off r13315
* r13020: Prevent cli_krb5_get_ticket of getting into an infite loop. This wholeGünther Deschner2006-01-181-1/+4
| | | | | | area of code needs to be reworked later on. Guenther
* r13012: Fix #3421 - it turns out krb5_kt_get_entry() on MITJeremy Allison2006-01-181-12/+12
| | | | | | | | | does an implicit open/read/close and blows away an open keytab handle - so make sure we use a new handle. Wonderful analysis from Luke <ldeller@xplantechnology.com> helped fix this. Jeremy.
* r11551: Add a few more initialize_krb5_error_tableVolker Lendecke2005-11-071-0/+1
|
* r10907: Handle the case when we can't verify the PAC signature because theGünther Deschner2005-10-111-0/+6
| | | | | | | | | | | ticket was encrypted using a DES key (and the Windows KDC still puts CKSUMTYPE_HMAC_MD5_ARCFOUR in the PAC). In that case, return to old behaviour and ignore the PAC. Thanks to Chengjie Liu <chengjie.liu@datadomain.com>. Guenther
* r10671: Attempt to fix the build on machines without kerberos headers.Volker Lendecke2005-10-011-9/+9
| | | | Volker
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-10/+441
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r10210: Fix memleak.Günther Deschner2005-09-131-2/+4
| | | | Guenther
* r6586: get rid of a few more compiler warningsHerb Lewis2005-05-021-1/+3
|
* r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather thanDerrell Lipman2005-04-191-2/+2
| | | | | | | a directory, the errno returned could end up as ENOENT rather than ENOTDIR. - Fixes some compiler warnings which showed up on IRIX, as reported by James Peach.
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2005-03-311-0/+3
| | | | | | | | | | | | | | | | | | 1. using smbc_getxattr() et al, one may now request all access control entities in the ACL without getting all other NT attributes. 2. added the ability to exclude specified attributes from the result set provided by smbc_getxattr() et al, when requesting all attributes, all NT attributes, or all DOS attributes. 3. eliminated all compiler warnings, including when --enable-developer compiler flags are in use. removed -Wcast-qual flag from list, as that is specifically to force warnings in the case of casting away qualifiers. Note: In the process of eliminating compiler warnings, a few nasties were discovered. In the file libads/sasl.c, PRIVATE kerberos interfaces are being used; and in libsmb/clikrb5.c, both PRIAVE and DEPRECATED kerberos interfaces are being used. Someone who knows kerberos should look at these and determine if there is an alternate method of accomplishing the task.
* r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).Jeremy Allison2004-12-201-3/+2
| | | | Jeremy
* r4020: Fix for crash reported by Bård Kalbakk <baard@inett.biz>.Jeremy Allison2004-11-301-1/+1
| | | | | | Don't go fishing for the authorisation data unless we know it's there. Jeremy.
* r3538: Fix the build with the latest Heimdal code.Jeremy Allison2004-11-051-1/+1
| | | | Jeremy.
* r3535: Tidy up error reporting. Memory leak with MIT krb5 1.3.5 turnsJeremy Allison2004-11-041-11/+13
| | | | | | out to be in the kerberos libraries, not in Samba. Now to test with Heimdal. Jeremy
* r3439: Finally fix build for platforms without kerberos.Günther Deschner2004-11-011-4/+4
| | | | Guenther
* r3407: Fix the buildVolker Lendecke2004-10-311-1/+1
|
* r3379: More merging of kerberos keytab and salting fixes from Nalin ↵Jeremy Allison2004-10-301-2/+2
| | | | | | | Dahyabhai <nalin@redhat.com> (bugid #1717). Jeremy.
* r3377: Merge in first part of modified patch from Nalin Dahyabhai ↵Jeremy Allison2004-10-291-9/+38
| | | | | | | | | <nalin@redhat.com> for bug #1717.The rest of the code needed to call this patch has not yet been checked in (that's my next task). This has not yet been tested - I'll do this once the rest of the patch is integrated. Jeremy.
* r3345: More MIT/Heimdal tests for comparing enctypes now.Jeremy Allison2004-10-291-0/+14
| | | | Jeremy.
* r3342: More MIT/Heimdal fixes to allow an enctype to be explicitly set in a ↵Jeremy Allison2004-10-281-0/+11
| | | | | | | krb5_creds struct. Jeremy.
* r2474: (re-)fix memleak (initially found by jra).Günther Deschner2004-09-211-6/+0
| | | | | | | | | | heimdal 0.6.1rc3 had a bug causing winbindd to die, heimdal version 0.6.1 and higher have that fixed (thanks to Love from Heimdal). SuSE has been informed about this possible pitfall, any other vendors that ship with heimdal-0.6.1rc3 to be notified ? Guenther
* r2472: Fixed krb5_krbhost_get_addrinfo()-parameters and make failureGünther Deschner2004-09-211-3/+3
| | | | | | | | | of this call non-critical. Thanks to Love for the patch and explaining the inner workings of heimdal. Guenther
* r2057: Although rarely used, prevent "net lookup kdc" from segfaulting whenGünther Deschner2004-08-251-1/+11
| | | | | | | | | using our own implementation of krb5_lookup_kdc with heimdal. Also, heimdals krb5_krbhst_next() obviously does not retrieve the struct addrinfo in the krb5_krbhst_info-struct, using krb5_krbhst_get_addrinfo() instead. Guenther
* r1428: Remove *completly bogus* memset. (No doubt my bug, too...).Andrew Bartlett2004-07-101-2/+0
| | | | | | | | | | | | | This memset could well have clobbered bits of the stack, because session_key changed from char session_key[16]; to DATA_BLOB session_key Andrew Bartlett
* r1407: revert change that broke the build on systems w/o krb5 filesGerald Carter2004-07-081-1/+1
|
* r1399: applying heimdal krb5 fixes from Guenther and fixing compile warnings ↵Gerald Carter2004-07-081-1/+3
| | | | in libadskerberos_keyatb.c
* r1287: Attempt to fix the build for systems without kerberos headers.Volker Lendecke2004-06-281-3/+3
| | | | Volker
* r1236: Heimdal fixes from Guenther Deschner <gd@sernet.de>, more to come beforeJeremy Allison2004-06-241-0/+11
| | | | | it compiles with Heimdal. Jeremy.
* r1222: Valgrind memory leak fixes. Still tracking down a strange one...Jeremy Allison2004-06-231-3/+4
| | | | | Can't fix the krb5 memory leaks inside that library :-(. Jeremy.
* r1194: Definition of krb5_free_unparsed_name() if we do't have it.Jeremy Allison2004-06-191-0/+7
| | | | Jeremy.
* r541: fixing segfault in winbindd caused -r527 -- looks like a bug in ↵Gerald Carter2004-05-071-1/+4
| | | | heimdal; also initialize some pointers
* r527: More memory leak fixes in error paths from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2004-05-061-2/+8
| | | | Jeremy.
* r221: Remainder of bug 1208. We do not remove creds from _any_ FILE ccache,Jim McDonough2004-04-141-17/+40
| | | | | | because not only does it not work on Heimdal, but also since ccaches created within samba are memory-based, so we shouldn't touch a FILE-based one (it was probably created via kinit or similar).
* r219: Obtain new tickets if current ones are expired. Next part of fix forJim McDonough2004-04-141-12/+36
| | | | | | | | | | | | bug 1208. Based on a fix from Guether Deschener. Outstanding pieces: - Heimdal FILE-based ccaches don't actually remove creds properly, so we need to code a check for this - what if ticket expires between our check and when we use it? Guenther has coded up fixes for these parts, but I still need to review them, as I'm not totally comfortable with the solutions.
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+421
metze