Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - make krb5-config suppress CFLAGS output when called with --libs (#544391) | Nalin Dahyabhai | 2009-12-04 | 2 | -5/+12 | |
| | ||||||
* | - configure with --enable-dns-for-realm instead of --enable-dns, whichkrb5-1_7-11_fc13 | Nalin Dahyabhai | 2009-12-03 | 1 | -2/+10 | |
| | | | | isn't recognized any more | |||||
* | - ksu: move account management checks to before we drop privileges, like su | Nalin Dahyabhai | 2009-12-03 | 1 | -22/+38 | |
| | | | | does (#540769) | |||||
* | - selinux: set the user part of creation context to match the current | Nalin Dahyabhai | 2009-12-03 | 1 | -10/+36 | |
| | | | | context instead of what we looked up | |||||
* | Fix typo that causes a failure to update the common directory. (releng | Bill Nottingham | 2009-11-25 | 1 | -2/+2 | |
| | | | | #2781) | |||||
* | - move /etc/pam.d/ksu from krb5-workstation-servers to krb5-workstation, | Nalin Dahyabhai | 2009-11-20 | 1 | -2/+9 | |
| | | | | where it's actually needed (#538703) | |||||
* | add some conditional logic to simplify building on older Fedora releaseskrb5-1_7-9_fc13krb5-1_7-9_fc12 | Nalin Dahyabhai | 2009-10-23 | 2 | -11/+42 | |
| | ||||||
* | - don't forget the readme file | Nalin Dahyabhai | 2009-10-13 | 1 | -1/+5 | |
| | ||||||
* | - specify the location of the subsystem lock when using the status()krb5-1_7-8_fc12F-12-split | Nalin Dahyabhai | 2009-09-14 | 3 | -5/+12 | |
| | | | | | | function in the kadmind and kpropd init scripts, so that we get the right error when we're dead but have a lock file - requires initscripts 8.99 (#521772) | |||||
* | - if the init script fails to start krb5kdc/kadmind/kpropd because it's | Nalin Dahyabhai | 2009-09-08 | 4 | -0/+19 | |
| | | | | already running (according to status()), return 0 (part of #521772) | |||||
* | - work around a compile problem with new opensslkrb5-1_7-7_fc12 | Nalin Dahyabhai | 2009-08-24 | 2 | -1/+26 | |
| | ||||||
* | - no longer referenced in .spec | Nalin Dahyabhai | 2009-08-24 | 2 | -44/+0 | |
| | ||||||
* | - rebuilt with new opensslkrb5-1_7-6_fc12 | Tomáš Mráz | 2009-08-21 | 1 | -1/+4 | |
| | ||||||
* | - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuildkrb5-1_7-5_fc12 | Jesse Keating | 2009-07-25 | 1 | -1/+4 | |
| | ||||||
* | note RT numbers | Nalin Dahyabhai | 2009-07-07 | 2 | -2/+2 | |
| | ||||||
* | - simplify the man pages patch by only preprocessing the files we care | Nalin Dahyabhai | 2009-07-06 | 4 | -221/+103 | |
| | | | | about and moving shared configure.in logic into a shared function | |||||
* | - catch the case of ftpd printing file sizes using %i, when they might be | Nalin Dahyabhai | 2009-07-06 | 2 | -108/+156 | |
| | | | | bigger than an int now | |||||
* | - try to merge and clean up all the large file support for ftp and rcp | Nalin Dahyabhai | 2009-07-01 | 4 | -71/+261 | |
| | ||||||
* | - pam_rhosts_auth.so's been gone for a while, so use pam_rhosts.so instead | Nalin Dahyabhai | 2009-06-30 | 2 | -2/+2 | |
| | ||||||
* | - more notes! | Nalin Dahyabhai | 2009-06-29 | 1 | -5/+18 | |
| | ||||||
* | - switch buildrequires: and requires: on e2fsprogs-devel intokrb5-1_7-3_fc12 | Nalin Dahyabhai | 2009-06-29 | 2 | -5/+11 | |
| | | | | | buildrequires: and requires: on libss-devel, libcom_err-devel, per sandeen on fedora-devel-list | |||||
* | - split up so that sections of the tree which have their own configure | Nalin Dahyabhai | 2009-06-29 | 1 | -28/+121 | |
| | | | | scripts preprocess their own man pages | |||||
* | - call the macro correctly in appl/telnet | Nalin Dahyabhai | 2009-06-29 | 1 | -2/+2 | |
| | | | | - use MSG_NOTICE rather than MSG_RESULT to note that we're using libselinux | |||||
* | - note tracking numbers assigned by upstream RT | Nalin Dahyabhai | 2009-06-26 | 4 | -4/+4 | |
| | ||||||
* | - selinux labeling: use selabel_open() family of functions rather than | Nalin Dahyabhai | 2009-06-26 | 2 | -53/+83 | |
| | | | | matchpathcon(), bail on it if attempting to get the mutex lock fails | |||||
* | - merge in another hunk that we reported along with what was already in | Nalin Dahyabhai | 2009-06-26 | 1 | -6/+49 | |
| | | | | here | |||||
* | - remove this, more or less implemented upstream | Nalin Dahyabhai | 2009-06-26 | 1 | -367/+0 | |
| | ||||||
* | - fix a type mismatch in krb5_copy_error_message() | Nalin Dahyabhai | 2009-06-26 | 1 | -1/+9 | |
| | | | | - ftp: fix some odd use of strlen() | |||||
* | - fix a type mismatch | Nalin Dahyabhai | 2009-06-26 | 1 | -0/+13 | |
| | ||||||
* | - correct some dubious use of strlen() in the ftp client | Nalin Dahyabhai | 2009-06-26 | 1 | -0/+33 | |
| | ||||||
* | - note the original RT number | Nalin Dahyabhai | 2009-06-23 | 1 | -1/+2 | |
| | | | | - use MSG_NOTICE rather than MSG_RESULT to announce that we're enabled | |||||
* | - compile with %%{?_smp_mflags} (Steve Grubb) | Nalin Dahyabhai | 2009-06-16 | 1 | -5/+7 | |
| | | | | | - drop the bit where we munge part of the error table header, as it's not needed any more | |||||
* | add and own %%{_libdir}/krb5/plugins/authdatakrb5-1_7-2_fc12 | Nalin Dahyabhai | 2009-06-05 | 1 | -1/+6 | |
| | ||||||
* | remove obsolete fileskrb5-1_7-1_fc12 | Nalin Dahyabhai | 2009-06-04 | 45 | -11175/+5 | |
| | ||||||
* | - put $prefix/sbin in everyone's $PATH, not just root's | Nalin Dahyabhai | 2009-06-04 | 2 | -6/+2 | |
| | ||||||
* | - drop pam_krb5-specific settings which override library defaults | Nalin Dahyabhai | 2009-06-04 | 1 | -10/+1 | |
| | | | | - drop v4-specific default_domain | |||||
* | - drop command-line arguments which previously signalled v5-only | Nalin Dahyabhai | 2009-06-04 | 3 | -3/+2 | |
| | ||||||
* | - remove references to files which aren't there any more | Nalin Dahyabhai | 2009-06-04 | 2 | -15/+3 | |
| | ||||||
* | - eliminate a compiler warning | Nalin Dahyabhai | 2009-06-04 | 1 | -0/+23 | |
| | ||||||
* | - new source set | Nalin Dahyabhai | 2009-06-04 | 1 | -3/+3 | |
| | ||||||
* | - update to 1.7, second pass | Nalin Dahyabhai | 2009-06-04 | 1 | -89/+94 | |
| | ||||||
* | - fix a syntax error | Nalin Dahyabhai | 2009-06-04 | 1 | -1/+1 | |
| | ||||||
* | - also treat "nsAccountLock: TRUE" in directory entries as an indication of | Nalin Dahyabhai | 2009-06-04 | 1 | -0/+69 | |
| | | | | an account having been disabled | |||||
* | - patch to label most files at create-time | Nalin Dahyabhai | 2009-06-04 | 1 | -0/+798 | |
| | ||||||
* | - update of the PAM support patch | Nalin Dahyabhai | 2009-06-04 | 1 | -0/+1254 | |
| | ||||||
* | - avoid double-logging in the servers by avoiding processing of the same | Nalin Dahyabhai | 2009-06-04 | 1 | -0/+17 | |
| | | | | configuration file twice | |||||
* | - suppress our indirect dependencies from the output of --libs, unless the | Nalin Dahyabhai | 2009-06-04 | 1 | -0/+20 | |
| | | | | user also passed in the --deps flag | |||||
* | - try to be more resilient to comparisons of malformed principal structures | Nalin Dahyabhai | 2009-06-04 | 1 | -0/+30 | |
| | ||||||
* | - when we're not doing a recursive transfer, treat subdirectories as a | Nalin Dahyabhai | 2009-06-04 | 1 | -0/+25 | |
| | | | | problem | |||||
* | - try to avoid locking up in rsh due to client and server blocking on | Nalin Dahyabhai | 2009-06-04 | 1 | -0/+251 | |
| | | | | writes at the same time |