Nalin Dahyabhai
14efc0c6dd
- add tracking bug ID for the latest security patch
2010-01-04 15:59:00 +00:00
Nalin Dahyabhai
795e5e14a6
- add upstream patch for KDC crash during referral processing
...
(CVE-2009-3295), via Tom Yu
2010-01-04 15:56:24 +00:00
Nalin Dahyabhai
a019df8a50
- fix a typo
2009-12-21 19:41:25 +00:00
Nalin Dahyabhai
cc8c049fe1
refresh patch for #542868 from trunk
2009-12-21 19:27:25 +00:00
Nalin Dahyabhai
439a1c75e7
- add the upstream RT number
2009-12-11 18:08:12 +00:00
Nalin Dahyabhai
ec702e8192
- move man pages that live in the -libs subpackage into the regular
...
%%{_mandir} tree where they'll still be found if that package is the
only one %installed (#529319 )
2009-12-10 22:50:50 +00:00
Nalin Dahyabhai
bfccd3939a
- re-enable this change:
...
- try to make gss_krb5_copy_ccache() work correctly for spnego (#542868 )
2009-12-09 21:40:48 +00:00
Nalin Dahyabhai
ca17214610
- if the result of our attempt to look up the context is NULL, either
...
because the right function returned NULL or we failed to initialize the
library, just skip it, as that's all we can do
2009-12-09 00:18:58 +00:00
Nalin Dahyabhai
f21202d6a4
back that last change out
2009-12-08 20:51:25 +00:00
Nalin Dahyabhai
2358ad9bad
- try to make gss_krb5_copy_ccache() work correctly for spnego ( #542868 )
2009-12-08 20:05:41 +00:00
Nalin Dahyabhai
d59dcd39c0
- make krb5-config suppress CFLAGS output when called with --libs ( #544391 )
2009-12-04 22:16:38 +00:00
Nalin Dahyabhai
19b0f85a6e
- configure with --enable-dns-for-realm instead of --enable-dns, which
...
isn't recognized any more
2009-12-03 23:26:02 +00:00
Nalin Dahyabhai
ca8e0f8800
- ksu: move account management checks to before we drop privileges, like su
...
does (#540769 )
2009-12-03 23:23:54 +00:00
Nalin Dahyabhai
61f3185f70
- selinux: set the user part of creation context to match the current
...
context instead of what we looked up
2009-12-03 23:17:28 +00:00
Bill Nottingham
b4c720591d
Fix typo that causes a failure to update the common directory. (releng
...
#2781 )
2009-11-25 23:51:28 +00:00
Nalin Dahyabhai
fd8edea8d9
- move /etc/pam.d/ksu from krb5-workstation-servers to krb5-workstation,
...
where it's actually needed (#538703 )
2009-11-20 16:09:35 +00:00
Nalin Dahyabhai
c6f29fd1c4
add some conditional logic to simplify building on older Fedora releases
2009-10-23 20:29:53 +00:00
Nalin Dahyabhai
0abe2288c5
- don't forget the readme file
2009-10-13 15:49:29 +00:00
Nalin Dahyabhai
d2ad657773
- specify the location of the subsystem lock when using the status()
...
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 )
2009-09-14 17:18:59 +00:00
Nalin Dahyabhai
060205dbf8
- if the init script fails to start krb5kdc/kadmind/kpropd because it's
...
already running (according to status()), return 0 (part of #521772 )
2009-09-08 19:08:28 +00:00
Nalin Dahyabhai
51ff876d52
- work around a compile problem with new openssl
2009-08-24 15:51:36 +00:00
Nalin Dahyabhai
764c9749f5
- no longer referenced in .spec
2009-08-24 15:51:29 +00:00
Tomáš Mráz
c297ec78d9
- rebuilt with new openssl
2009-08-21 14:11:01 +00:00
Jesse Keating
dd62488dfd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-07-25 04:46:50 +00:00
Nalin Dahyabhai
fc50628820
note RT numbers
2009-07-07 14:53:52 +00:00
Nalin Dahyabhai
e1e3b07810
- simplify the man pages patch by only preprocessing the files we care
...
about and moving shared configure.in logic into a shared function
2009-07-06 22:56:11 +00:00
Nalin Dahyabhai
9e296310c6
- catch the case of ftpd printing file sizes using %i, when they might be
...
bigger than an int now
2009-07-06 22:54:34 +00:00
Nalin Dahyabhai
6f1fb7d51e
- try to merge and clean up all the large file support for ftp and rcp
2009-07-01 17:52:16 +00:00
Nalin Dahyabhai
1917c4e1aa
- pam_rhosts_auth.so's been gone for a while, so use pam_rhosts.so instead
2009-06-30 19:39:34 +00:00
Nalin Dahyabhai
cd1d8493ce
- more notes!
2009-06-29 21:36:53 +00:00
Nalin Dahyabhai
c835c2a921
- switch buildrequires: and requires: on e2fsprogs-devel into
...
buildrequires: and requires: on libss-devel, libcom_err-devel, per
sandeen on fedora-devel-list
2009-06-29 19:28:01 +00:00
Nalin Dahyabhai
f06a358eca
- split up so that sections of the tree which have their own configure
...
scripts preprocess their own man pages
2009-06-29 19:00:59 +00:00
Nalin Dahyabhai
612cb4a5ae
- call the macro correctly in appl/telnet
...
- use MSG_NOTICE rather than MSG_RESULT to note that we're using libselinux
2009-06-29 18:51:29 +00:00
Nalin Dahyabhai
36e46dc693
- note tracking numbers assigned by upstream RT
2009-06-26 22:08:03 +00:00
Nalin Dahyabhai
3f291ca045
- selinux labeling: use selabel_open() family of functions rather than
...
matchpathcon(), bail on it if attempting to get the mutex lock fails
2009-06-26 21:45:54 +00:00
Nalin Dahyabhai
6e77eee565
- merge in another hunk that we reported along with what was already in
...
here
2009-06-26 21:42:13 +00:00
Nalin Dahyabhai
7d63382d8d
- remove this, more or less implemented upstream
2009-06-26 21:40:10 +00:00
Nalin Dahyabhai
84ade2f840
- fix a type mismatch in krb5_copy_error_message()
...
- ftp: fix some odd use of strlen()
2009-06-26 21:36:54 +00:00
Nalin Dahyabhai
17bcf3db89
- fix a type mismatch
2009-06-26 21:35:41 +00:00
Nalin Dahyabhai
d7d96cfa8f
- correct some dubious use of strlen() in the ftp client
2009-06-26 21:35:25 +00:00
Nalin Dahyabhai
525e89b7fd
- note the original RT number
...
- use MSG_NOTICE rather than MSG_RESULT to announce that we're enabled
2009-06-23 20:58:07 +00:00
Nalin Dahyabhai
1d6f8b9bad
- compile with %%{?_smp_mflags} (Steve Grubb)
...
- drop the bit where we munge part of the error table header, as it's not
needed any more
2009-06-16 21:29:37 +00:00
Nalin Dahyabhai
aecce15d40
add and own %%{_libdir}/krb5/plugins/authdata
2009-06-05 15:18:29 +00:00
Nalin Dahyabhai
34072014a1
remove obsolete files
2009-06-04 22:38:18 +00:00
Nalin Dahyabhai
a6e25b4c5d
- put $prefix/sbin in everyone's $PATH, not just root's
2009-06-04 22:36:59 +00:00
Nalin Dahyabhai
fae1002a8e
- drop pam_krb5-specific settings which override library defaults
...
- drop v4-specific default_domain
2009-06-04 22:35:56 +00:00
Nalin Dahyabhai
9773673656
- drop command-line arguments which previously signalled v5-only
2009-06-04 22:34:40 +00:00
Nalin Dahyabhai
ddc65be424
- remove references to files which aren't there any more
2009-06-04 22:18:04 +00:00
Nalin Dahyabhai
eff2218c3a
- eliminate a compiler warning
2009-06-04 22:17:17 +00:00
Nalin Dahyabhai
f72d641eb4
- new source set
2009-06-04 22:15:04 +00:00