Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - use an in-memory ccache instead of an on-disk temporary to avoid | Nalin Dahyabhai | 2009-06-04 | 1 | -0/+29 | |
| | | | | compile-time warnings about using mktemp() | |||||
* | - send the length of the file by printf()ing a long long instead of a long, | Nalin Dahyabhai | 2009-06-04 | 1 | -0/+33 | |
| | | | | so that we don't break on large files on 32-bit machines | |||||
* | - link binaries to produce position-independent executables, and strip the | Nalin Dahyabhai | 2009-06-04 | 1 | -0/+31 | |
| | | | | | | | flags used to do so, and library path flags, from the output of krb5-config - install shared libraries with the execute bit set - we used to override RPATH here, but configure takes --disable-rpath now | |||||
* | - forward-port long-present out-of-tree patch to support "ANY" keytab type, | Nalin Dahyabhai | 2009-06-04 | 1 | -0/+351 | |
| | | | | | which takes as its residual a comma-separated list of keytab names and will search them all in turn when looking for a specific key | |||||
* | - add an auth stack to ksu's PAM configuration so that pam_setcred() calls | Nalin Dahyabhai | 2009-05-19 | 2 | -1/+6 | |
| | | | | won't just fail | |||||
* | - make PAM support for ksu also set PAM_RUSER | Nalin Dahyabhai | 2009-05-11 | 2 | -12/+31 | |
| | ||||||
* | yeah, actually bump the release numberkrb5-1_6_3-104_fc12krb5-1_6_3-104_fc11 | Nalin Dahyabhai | 2009-04-23 | 1 | -1/+1 | |
| | ||||||
* | - extend PAM support to ksu: perform account and session management for the | Nalin Dahyabhai | 2009-04-23 | 3 | -23/+218 | |
| | | | | | | target user - pull up and merge James Leddy's changes to also set PAM_RHOST in PAM-aware network-facing services | |||||
* | - fix a typo in a ksu error message (Marek Mahut) | Nalin Dahyabhai | 2009-04-21 | 2 | -4/+20 | |
| | ||||||
* | - okay, finally remove this | Nalin Dahyabhai | 2009-04-21 | 1 | -45/+0 | |
| | ||||||
* | - "rev" works the way the test suite expects now, so don't disable tests | Nalin Dahyabhai | 2009-04-21 | 1 | -19/+0 | |
| | | | | that use it | |||||
* | note why we don't just run make check herekrb5-1_6_3-102_fc12 | Nalin Dahyabhai | 2009-04-20 | 1 | -1/+1 | |
| | ||||||
* | - add empty Default-Start: statements to the init scripts | Nalin Dahyabhai | 2009-04-20 | 3 | -0/+3 | |
| | ||||||
* | - add LSB-style informational headers to the init scripts | Nalin Dahyabhai | 2009-04-20 | 4 | -2/+36 | |
| | ||||||
* | - explicitly run the pdf generation script using sh (part of #225974) | Nalin Dahyabhai | 2009-04-17 | 1 | -1/+4 | |
| | ||||||
* | - remove obsolete patch for CVE-2009-0845krb5-1_6_3-101_fc12 | Nalin Dahyabhai | 2009-04-07 | 2 | -22/+18 | |
| | | | | | | | | - add patches for read overflow and null pointer dereference in the implementation of the SPNEGO mechanism (CVE-2009-0844, CVE-2009-0845) - add patch for attempt to free uninitialized pointer in libkrb5 (CVE-2009-0846) - add patch to fix length validation bug in libkrb5 (CVE-2009-0847) | |||||
* | - add patch to fix length validation bug in libkrb5 (CVE-2009-0847) | Nalin Dahyabhai | 2009-04-07 | 1 | -0/+34 | |
| | ||||||
* | - add patch for attempt to free uninitialized pointer in libkrb5 | Nalin Dahyabhai | 2009-04-07 | 1 | -0/+39 | |
| | | | | (CVE-2009-0846) | |||||
* | - add patches for read overflow and null pointer dereference in the | Nalin Dahyabhai | 2009-04-07 | 1 | -0/+157 | |
| | | | | implementation of the SPNEGO mechanism (CVE-2009-0844, CVE-2009-0845) | |||||
* | - make the kpropd init script treat reload as restart (part of #225974) | Nalin Dahyabhai | 2009-04-06 | 2 | -1/+3 | |
| | ||||||
* | - take the execute bit off of the protocol docs (part of #225974) | Nalin Dahyabhai | 2009-04-06 | 1 | -3/+8 | |
| | | | | - unflag init scripts as configuration files (part of #225974) | |||||
* | - fixup summary texts (part of #225974) | Nalin Dahyabhai | 2009-04-06 | 1 | -9/+10 | |
| | ||||||
* | - escape possible macros in the changelog (part of #225974) | Nalin Dahyabhai | 2009-04-06 | 1 | -4/+5 | |
| | ||||||
* | - clean up buildprereq/prereqs, explicit mktemp requires, and add the | Nalin Dahyabhai | 2009-04-06 | 1 | -11/+17 | |
| | | | | ldconfig for the -server-ldap subpackage (part of #225974) | |||||
* | - make splitting up of the workstation bits unconditional | Nalin Dahyabhai | 2009-04-06 | 1 | -17/+1 | |
| | ||||||
* | - move the libraries to /%{_lib}, but leave --libdir alone so that plugins | Nalin Dahyabhai | 2009-04-06 | 1 | -6/+23 | |
| | | | | get installed and are searched for in the same locations (#473333) | |||||
* | - turn off krb4 support (it won't be part of the 1.7 release, but do it | Nalin Dahyabhai | 2009-04-06 | 3 | -114/+23 | |
| | | | | | | now) - use triggeruns to properly shut down and disable krb524d when -server and -workstation-servers gets upgraded, because it's gone now | |||||
* | - libgssapi_krb5: backport fix for some errors which can occur when we failkrb5-1_6_3-19_fc11F-11-split | Nalin Dahyabhai | 2009-03-17 | 2 | -1/+23 | |
| | | | | to set up the server half of a context (CVE-2009-0845) | |||||
* | - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuildkrb5-1_6_3-18_fc11 | Jesse Keating | 2009-02-25 | 1 | -1/+4 | |
| | ||||||
* | - add a patch to catch out-of-space errors rcp'ing files to NFS | Nalin Dahyabhai | 2009-02-19 | 1 | -0/+19 | |
| | | | | destinations | |||||
* | - flesh out the note to include why the patch isn't going anywhere | Nalin Dahyabhai | 2009-02-19 | 1 | -1/+2 | |
| | ||||||
* | - add a hunk so that the db2 test will compile correctly | Nalin Dahyabhai | 2009-02-19 | 1 | -0/+12 | |
| | ||||||
* | - note the RT number for the upstream discussion | Nalin Dahyabhai | 2009-02-19 | 1 | -1/+1 | |
| | ||||||
* | aargh, what year is it?krb5-1_6_3-17_fc11 | Nalin Dahyabhai | 2009-01-16 | 1 | -1/+1 | |
| | ||||||
* | rebuild | Nalin Dahyabhai | 2009-01-16 | 1 | -1/+4 | |
| | ||||||
* | - krb5_fcc_generate_new(): unlock the fcc list lock before returning in theF-10-split | Nalin Dahyabhai | 2008-10-28 | 1 | -0/+25 | |
| | | | | | non-mkstemp() case, don't unlock the lock twice before returning if we happen to run out of memory (fixed in trunk by rewriting the function) | |||||
* | - telnet can suspend itself if the calling shell supports job control, and | Nalin Dahyabhai | 2008-10-28 | 1 | -0/+13 | |
| | | | | | | | around here that's not unique to csh (#433947) Of course, if it turns out that we do have a shell that doesn't support job control, we get to change this to enumerate the ones that do. Which is sure to be all kinds of fun. | |||||
* | - if we successfully change the user's password during an attempt to get | Nalin Dahyabhai | 2008-09-04 | 2 | -0/+55 | |
| | | | | | initial credentials, but then fail to get initial creds from a non-master using the new password, retry against the master (#432334) | |||||
* | fix license tagkrb5-1_6_3-16_fc10 | Tom Callaway | 2008-08-05 | 1 | -2/+5 | |
| | ||||||
* | - define ASN1BUF_OMIT_INLINE_FUNCS at compile-time (for now) to keep | Nalin Dahyabhai | 2008-07-16 | 1 | -0/+5 | |
| | | | | building | |||||
* | quote %%{__cc} where needed because it includes whitespace now | Nalin Dahyabhai | 2008-07-16 | 1 | -1/+2 | |
| | ||||||
* | - clear fuzz out of patches, dropping a man page patch which is no longer | Nalin Dahyabhai | 2008-07-16 | 7 | -27/+11 | |
| | | | | necessary | |||||
* | - build with -fno-strict-aliasing, which is needed because the librarykrb5-1_6_3-15_fc10 | Nalin Dahyabhai | 2008-07-11 | 1 | -2/+8 | |
| | | | | triggers these warnings | |||||
* | - rework how labeling is handled to avoid a bootstrapping problem in | Nalin Dahyabhai | 2008-07-11 | 2 | -35/+60 | |
| | | | | | headers - don't forget to label the principal database lock file | |||||
* | generate include/krb5/krb5.h before building, fix conditional for sparcv9 | Tom Callaway | 2008-06-14 | 1 | -2/+10 | |
| | ||||||
* | - whoops, forgot to go back and get the ITS entry number | Nalin Dahyabhai | 2008-05-12 | 1 | -1/+1 | |
| | ||||||
* | - ftp: use the correct local filename during mget when the 'case' option iskrb5-1_6_3-13_fc9F-9-split | Nalin Dahyabhai | 2008-04-16 | 2 | -1/+26 | |
| | | | | enabled (#442713) | |||||
* | Provide an option to make the KDC also listen on loopback interfaces forkrb5-1_6_3-12_fc9 | Nalin Dahyabhai | 2008-04-04 | 1 | -0/+247 | |
| | | | | | | | | | datagram requests. Adds an internal symbol to libkrb5 which the KDC will need if listening on loopback is enabled. The default might be better changed from FALSE to TRUE so that the default matches what we do with stream sockets. Or maybe that should be the default anyway, with no configuration option. FIXME: doesn't add documentation anywhere. | |||||
* | - stop exporting kadmin keys to a keytab file when kadmind starts -- the | Nalin Dahyabhai | 2008-04-04 | 3 | -12/+9 | |
| | | | | | | daemon's been able to use the database directly for a long long time now - belatedly add aes128,aes256 to the default set of supported key types | |||||
* | bump for build | Nalin Dahyabhai | 2008-04-01 | 1 | -1/+1 | |
| |