Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r22434: sync from the 3.0.25 tree for rc2 | Gerald Carter | 2007-04-21 | 1 | -6/+23 |
| | |||||
* | r22138: * Sync up with the SAMBA_3_0_25 as of svn r22132. | Gerald Carter | 2007-04-09 | 1 | -5/+13 |
| | | | | | * Set VERSION to 3.0.25rc1 * Update release notes. | ||||
* | r21889: * Pull from SAMBA-3_0_25 svn r21888 | Gerald Carter | 2007-03-20 | 1 | -0/+39 |
| | | | | * Set version to 3.0.25pre2 | ||||
* | r21585: Start syncing the monster that will become 3.0.25pre1 | Gerald Carter | 2007-02-28 | 1 | -55/+101 |
| | | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages | ||||
* | r17162: Fix typo small typos noticed by Paul Green. | Gerald Carter | 2006-07-20 | 1 | -1/+1 |
| | |||||
* | r17094: merge fixes for 3.0.23a | Gerald Carter | 2006-07-17 | 1 | -2/+2 |
| | |||||
* | r16348: * merging changes from SAMBA_3_0 r16346 | Gerald Carter | 2006-06-19 | 1 | -1/+58 |
| | | | | * updating release notes to match | ||||
* | r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822) | Gerald Carter | 2006-05-23 | 1 | -10/+190 |
| | |||||
* | r14506: Remove remaining references to a KCM credential cache type. | Günther Deschner | 2006-03-17 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | r14218: Fix Coverity Bug # 2 | Volker Lendecke | 2006-03-11 | 1 | -5/+0 |
| | |||||
* | r13316: Let the carnage begin.... | Gerald Carter | 2006-02-03 | 1 | -12/+159 |
| | | | | Sync with trunk as off r13315 | ||||
* | r13020: Prevent cli_krb5_get_ticket of getting into an infite loop. This whole | Günther Deschner | 2006-01-18 | 1 | -1/+4 |
| | | | | | | area of code needs to be reworked later on. Guenther | ||||
* | r13012: Fix #3421 - it turns out krb5_kt_get_entry() on MIT | Jeremy Allison | 2006-01-18 | 1 | -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_table | Volker Lendecke | 2005-11-07 | 1 | -0/+1 |
| | |||||
* | r10907: Handle the case when we can't verify the PAC signature because the | Günther Deschner | 2005-10-11 | 1 | -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 Lendecke | 2005-10-01 | 1 | -9/+9 |
| | | | | Volker | ||||
* | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 2005-09-30 | 1 | -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 Deschner | 2005-09-13 | 1 | -2/+4 |
| | | | | Guenther | ||||
* | r6586: get rid of a few more compiler warnings | Herb Lewis | 2005-05-02 | 1 | -1/+3 |
| | |||||
* | r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather than | Derrell Lipman | 2005-04-19 | 1 | -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 Lipman | 2005-03-31 | 1 | -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 Allison | 2004-12-20 | 1 | -3/+2 |
| | | | | Jeremy | ||||
* | r4020: Fix for crash reported by Bård Kalbakk <baard@inett.biz>. | Jeremy Allison | 2004-11-30 | 1 | -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 Allison | 2004-11-05 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r3535: Tidy up error reporting. Memory leak with MIT krb5 1.3.5 turns | Jeremy Allison | 2004-11-04 | 1 | -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 Deschner | 2004-11-01 | 1 | -4/+4 |
| | | | | Guenther | ||||
* | r3407: Fix the build | Volker Lendecke | 2004-10-31 | 1 | -1/+1 |
| | |||||
* | r3379: More merging of kerberos keytab and salting fixes from Nalin ↵ | Jeremy Allison | 2004-10-30 | 1 | -2/+2 |
| | | | | | | | Dahyabhai <nalin@redhat.com> (bugid #1717). Jeremy. | ||||
* | r3377: Merge in first part of modified patch from Nalin Dahyabhai ↵ | Jeremy Allison | 2004-10-29 | 1 | -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 Allison | 2004-10-29 | 1 | -0/+14 |
| | | | | Jeremy. | ||||
* | r3342: More MIT/Heimdal fixes to allow an enctype to be explicitly set in a ↵ | Jeremy Allison | 2004-10-28 | 1 | -0/+11 |
| | | | | | | | krb5_creds struct. Jeremy. | ||||
* | r2474: (re-)fix memleak (initially found by jra). | Günther Deschner | 2004-09-21 | 1 | -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 failure | Günther Deschner | 2004-09-21 | 1 | -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 when | Günther Deschner | 2004-08-25 | 1 | -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 Bartlett | 2004-07-10 | 1 | -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 files | Gerald Carter | 2004-07-08 | 1 | -1/+1 |
| | |||||
* | r1399: applying heimdal krb5 fixes from Guenther and fixing compile warnings ↵ | Gerald Carter | 2004-07-08 | 1 | -1/+3 |
| | | | | in libadskerberos_keyatb.c | ||||
* | r1287: Attempt to fix the build for systems without kerberos headers. | Volker Lendecke | 2004-06-28 | 1 | -3/+3 |
| | | | | Volker | ||||
* | r1236: Heimdal fixes from Guenther Deschner <gd@sernet.de>, more to come before | Jeremy Allison | 2004-06-24 | 1 | -0/+11 |
| | | | | | it compiles with Heimdal. Jeremy. | ||||
* | r1222: Valgrind memory leak fixes. Still tracking down a strange one... | Jeremy Allison | 2004-06-23 | 1 | -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 Allison | 2004-06-19 | 1 | -0/+7 |
| | | | | Jeremy. | ||||
* | r541: fixing segfault in winbindd caused -r527 -- looks like a bug in ↵ | Gerald Carter | 2004-05-07 | 1 | -1/+4 |
| | | | | heimdal; also initialize some pointers | ||||
* | r527: More memory leak fixes in error paths from kawasa_r@itg.hitachi.co.jp. | Jeremy Allison | 2004-05-06 | 1 | -2/+8 |
| | | | | Jeremy. | ||||
* | r221: Remainder of bug 1208. We do not remove creds from _any_ FILE ccache, | Jim McDonough | 2004-04-14 | 1 | -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 for | Jim McDonough | 2004-04-14 | 1 | -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/trunk | CVS Import User | 2004-04-04 | 1 | -0/+421 |
metze |