提交歷史

作者 SHA1 備註 提交日期
  Michael Schloh von Bennewitz 37a2ed6686 Synchronize spec file substitution with recent rc file changes 22 年之前
  Thomas Lotterer fa14a11801 add/unify log file trimming 22 年之前
  Thomas Lotterer e2d2c75512 make fsl optional with default yes, as promised for the next release 22 年之前
  Ralf S. Engelschall 7902ea6629 OSSP fsl is a link-time only library; cleanup directory style on move 22 年之前
  Michael Schloh von Bennewitz 7bf3c2f54b Fix start and stop scripts by using new pid files 22 年之前
  Michael van Elst 0d5ff83d75 use fsl cflags 22 年之前
  Michael van Elst a4e1cb3172 fix fsl config, cleanup dependencies 22 年之前
  Thomas Lotterer c4b89983fb new version has ldap cache issue already fixed 22 年之前
  Michael van Elst aeb4ff8b0b fix fsl logging 22 年之前
  Michael Schloh von Bennewitz 12130455b1 Speclint police, remove superfluous trailing slash 22 年之前
  Michael Schloh von Bennewitz 2c8c10dee1 Align to OpenPKG fsl policy, thus removing optional use 22 年之前
  Michael van Elst 2da471a79a fix mkdir style in spec-file 22 年之前
  Michael van Elst abba900a2e squeeze in openpkg-like path to server config files 22 年之前
  Ralf S. Engelschall f14832e589 speclint police 22 年之前
  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 年之前
  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 年之前
  Ralf S. Engelschall 7d55407b65 fix rc substitution (found by Michael Schloh) 22 年之前
  Ralf S. Engelschall 9e60ecfc3d fix rc script again; simplify auth method determination 23 年之前
  Michael van Elst 3c8bbd7252 polishing, correct sysconfdir 23 年之前
  Ralf S. Engelschall 52a1735f9c fully work-off this package 23 年之前
  Michael van Elst 8993001199 more LDAP support 23 年之前
  Michael van Elst e16423722c hammer the with_ldap build to actually compile a non-dummy ldap interface that compiles with current OpenLDAP 23 年之前
  Michael van Elst a7ee70667c open saslauthd socket for restricted group 23 年之前
  Michael van Elst fd916d8837 make utils link statically against libsasl2 23 年之前
  Michael van Elst 400f4cf1b9 make plugins shared 23 年之前
  Michael van Elst 9844100974 explicit 23 年之前
  Michael van Elst 1368af9bed install utility man pages 23 年之前
  Michael van Elst 9792ffdf23 add options for LDAP and MySQL backends, patch for MySQL4 support 23 年之前
  Christoph Schug a48e495b0f added '--enable-login' for MS Outlook support rearranged flags for further enhancements 23 年之前
  Michael Schloh von Bennewitz 0ede669fbe Modernize rc file to current standards and choose correct auth method for platform 23 年之前