Michael Schloh von Bennewitz
|
2c8c10dee1
Align to OpenPKG fsl policy, thus removing optional use
|
22 éve |
Michael van Elst
|
2da471a79a
fix mkdir style in spec-file
|
22 éve |
Michael van Elst
|
abba900a2e
squeeze in openpkg-like path to server config files
|
22 éve |
Ralf S. Engelschall
|
f14832e589
speclint police
|
22 éve |
Michael van Elst
|
69ea7de04d
allow for secrets in mysql containing NUL-Bytes, so now we can store non-clear passwords in mysql using cmusaslsecretMECH schemes
|
22 éve |
Ralf S. Engelschall
|
5fa149538e
Michael Schloh is right: as the following test program proofed, Linux and Solaris getpwent() does _NOT_ provide the passwords of non-YP/NIS users while FreeBSD getpwent() does it correctly. So we have to use "shadow" there.. #include <stdio.h> #include <sys/types.h> #include <pwd.h> int main(int argc, char *argv[]) { struct passwd *pw; while ((pw = getpwent()) != NULL) printf("user=<%s> passwd=<%s>\n", pw->pw_name, pw->pw_passwd); }
|
22 éve |
Ralf S. Engelschall
|
7d55407b65
fix rc substitution (found by Michael Schloh)
|
22 éve |
Ralf S. Engelschall
|
9e60ecfc3d
fix rc script again; simplify auth method determination
|
23 éve |
Michael van Elst
|
3c8bbd7252
polishing, correct sysconfdir
|
23 éve |
Ralf S. Engelschall
|
52a1735f9c
fully work-off this package
|
23 éve |
Michael van Elst
|
8993001199
more LDAP support
|
23 éve |
Michael van Elst
|
e16423722c
hammer the with_ldap build to actually compile a non-dummy ldap interface that compiles with current OpenLDAP
|
23 éve |
Michael van Elst
|
a7ee70667c
open saslauthd socket for restricted group
|
23 éve |
Michael van Elst
|
fd916d8837
make utils link statically against libsasl2
|
23 éve |
Michael van Elst
|
400f4cf1b9
make plugins shared
|
23 éve |
Michael van Elst
|
9844100974
explicit
|
23 éve |
Michael van Elst
|
1368af9bed
install utility man pages
|
23 éve |
Michael van Elst
|
9792ffdf23
add options for LDAP and MySQL backends, patch for MySQL4 support
|
23 éve |
Christoph Schug
|
a48e495b0f
added '--enable-login' for MS Outlook support rearranged flags for further enhancements
|
23 éve |
Michael Schloh von Bennewitz
|
0ede669fbe
Modernize rc file to current standards and choose correct auth method for platform
|
23 éve |
Michael Schloh von Bennewitz
|
61a40be8f1
Added testsaslauthd and made path endings consistent
|
23 éve |
Michael van Elst
|
0bd64c995b
add run-time requirement for db package
|
23 éve |
Peter Smej
|
cbaf2052ab
upgrading package: sasl 2.1.11 -> 2.1.12
|
23 éve |
Ralf S. Engelschall
|
3346174645
upgrading package: sasl 2.1.10 -> 2.1.11
|
23 éve |
Ralf S. Engelschall
|
7a694d853e
upgrade to new %option world order
|
23 éve |
Ralf S. Engelschall
|
95581437d4
remove '%options' hack, it will be replaced soon with a more elegant solution based on RPM 'Provides' headers
|
23 éve |
Ralf S. Engelschall
|
c494fb1373
fix SASL based application under new OpenSSL 0.9.7 world order
|
23 éve |
Ralf S. Engelschall
|
4a73168b54
bump of Copyright messages for forthcoming years 2003
|
23 éve |
Ralf S. Engelschall
|
3fc06d2268
switch to %option(s) and modernize flags
|
23 éve |
Michael Schloh von Bennewitz
|
64738fa161
Remove unnecessary rm until Ralf decides it's correct, and fix path in fsl config.
|
23 éve |