[go: up one dir, main page]

OpenBSD CVS

src/usr.sbin/smtpd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / smtpd


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] libsmtpdfilter/        
[DIR] mail/        
[DIR] makemap/        
[DIR] newaliases/        
[DIR] smtp/        
[DIR] smtpctl/        
[DIR] smtpd/        
[DIR] table-ldap/        
[DIR] table-passwd/        
[DIR] table-sqlite/        
[TXT] Makefile  1.18   7 years  gilles   switch smtpd to new grammar ok eric@
[TXT] aliases.5  1.17   4 years  jmc   comma swap; from larry hynes
[TXT] aliases.c  1.79   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] bounce.c  1.90   2 years  op   add missing include of time.h spotted after a report on OpenSMTPD-portable. Wh...
[TXT] ca.c  1.49   7 months  claudio   bgpd and smtpd include their own imsgbuf_read_nofd() implementation. Adjust tha...
[TXT] compress_backend.c  1.10   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] compress_gzip.c  1.13   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] config.c  1.58   18 months  op   set_localaddrs(): don't wrap IPv6s address with braces twice ss_to_text() alrea...
[TXT] control.c  1.132   7 months  claudio   In smtpd enable fdpassing on all imsgbufs apart from the one in mproc.c that was...
[TXT] crypto.c  1.10   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] dict.c  1.8   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] dict.h  1.1   6 years  gilles   the tree_* and dict_* api's in smtpd can be used standalone, do not have them de...
[TXT] dispatcher.c  1.7   3 years  millert   Revert changes to use the new libtls signer api There are bugs in the new libtls...
[TXT] dns.c  1.92   20 months  op   consider an MX of "localhost" as it were a "Null MX" diff from Philipp (philipp...
[TXT] enqueue.c  1.126   7 months  claudio   Unify error reporting in various control programs. Just use "read error" since ...
[TXT] envelope.c  1.52   18 months  op   relax ORCPT syntax validation We expected the ORCPT parameter to be a valid rfc...
[TXT] esc.c  1.6   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] expand.c  1.32   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] forward.5  1.12   10 months  jmc   note that "|" and ":include:" are disallowed for root; prompted by mail from ill...
[TXT] forward.c  1.40   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] iobuf.c  1.16   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] iobuf.h  1.7   3 years  benno   add format attribute to vaararg functions. millert@ thinks its useful.
[TXT] ioev.c  1.49   2 years  tb   usr.sbin: missing void to appease clang 15's -Wstrict-prototype.
[TXT] ioev.h  1.20   3 years  benno   add format attribute to vaararg functions. millert@ thinks its useful.
[TXT] limit.c  1.7   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] lka.c  1.250   13 months  tb   smtpd: fix indent ok op
[TXT] lka_filter.c  1.78   11 months  op   implement the report response for proc-filters too Reported by renegm on GitHub...
[TXT] lka_session.c  1.100   17 months  gilles   when an alternate delivery user is provided in a dispatcher, do not process any ...
[TXT] log.c  1.20   8 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] log.h  1.9   3 years  deraadt   including sys/cdefs.h manually started as a result of netbsd trying to macro-bui...
[TXT] mail.lmtp.8  1.1   8 years  gilles   add new implementation of a standalone LMTP client which will deprecate the buil...
[TXT] mail.lmtp.c  1.17   3 months  op   mail.lmtp: return EX_TEMPFAIL only on 4.x.x This properly passes perm failures ...
[TXT] mail.maildir.8  1.6   4 years  jmc   add some missing articles; from larry hynes
[TXT] mail.maildir.c  1.17   2 years  op   cast to '(long long)' instead of '(long long int)' while here adjust the spacin...
[TXT] mail.mboxfile.8  1.1   6 years  gilles   delivery to a filename should be in mbox format otherwise it will lack the ^From...
[TXT] mail.mboxfile.c  1.6   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] mail.mda.8  1.1   7 years  gilles   add mail.mda MDA in charge of running a third-party MDA, not linked yet
[TXT] mail.mda.c  1.4   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] mailaddr.c  1.5   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] makemap.8  1.31   4 years  jmc   various readability fixes; from larry hynes
[TXT] makemap.c  1.77   14 months  op   change the smtpd table protocol Using imsg for the "proc" table (external progr...
[TXT] mda.c  1.147   18 months  claudio   Use imsg_get_fd() to access the fd passed via imsgs. Most of the conversion is ...
[TXT] mda_mbox.c  1.3   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] mda_unpriv.c  1.9   16 months  op   set ORIGINAL_RECIPIENT in the environment of mda scripts mostly for compatibili...
[TXT] mda_variables.c  1.10   14 months  jsg   correct indentation; no functional change ok tb@
[TXT] mproc.c  1.47   7 months  claudio   In smtpd enable fdpassing on all imsgbufs apart from the one in mproc.c that was...
[TXT] mta.c  1.248   14 months  jsg   correct indentation; no functional change ok tb@
[TXT] mta_session.c  1.152   10 months  op   fix some typos; courtesy of codespell; ok gilles@
[TXT] newaliases.8  1.12   7 years  millert   Now that aliases in smtpd.conf default to plain text files and not db files we d...
[TXT] parse.y  1.299   17 months  gilles   no need to be as strict with table formats on various match constraints, this pr...
[TXT] parser.c  1.43   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] parser.h  1.29   11 years  eric   Allow the admin to pause relaying to a specific domain: - smtpctl pause mta fro...
[TXT] proxy.c  1.3   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] queue.c  1.196   18 months  claudio   Use imsg_get_fd() to access the fd passed via imsgs. Most of the conversion is ...
[TXT] queue_backend.c  1.69   2 years  op   add missing include of time.h spotted after a report on OpenSMTPD-portable. Wh...
[TXT] queue_fs.c  1.23   2 years  op   add missing include of time.h spotted after a report on OpenSMTPD-portable. Wh...
[TXT] queue_null.c  1.10   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] queue_proc.c  1.14   7 months  claudio   In smtpd enable fdpassing on all imsgbufs apart from the one in mproc.c that was...
[TXT] queue_ram.c  1.11   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] report_smtp.c  1.12   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] resolver.c  1.7   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] rfc5322.c  1.4   19 months  op   reject headers that start with a space or tab If the first header starts with a...
[TXT] rfc5322.h  1.1   6 years  eric   import alternative message parser (not used yet).
[TXT] ruleset.c  1.48   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] runq.c  1.5   2 years  op   add missing include of time.h spotted after a report on OpenSMTPD-portable. Wh...
[TXT] scheduler.c  1.62   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] scheduler_backend.c  1.18   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] scheduler_null.c  1.11   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] scheduler_proc.c  1.13   7 months  claudio   In smtpd enable fdpassing on all imsgbufs apart from the one in mproc.c that was...
[TXT] scheduler_ramqueue.c  1.49   10 months  op   fix some typos; courtesy of codespell; ok gilles@
[TXT] sendmail.8  1.4   9 years  jung   document -h flag and add a .Xr ok sunil millert
[TXT] smtp.1  1.14   4 years  eric   add missing entry for cafile
[TXT] smtp.c  1.174   2 years  op   some fatal -> fatalx to improved logging errno doesn't generally contains anyth...
[TXT] smtp.h  1.5   13 months  jsg   remove prototypes with no matching function leave prototypes with functions in O...
[TXT] smtp_client.c  1.17   2 years  jmc   spelling fixes; from paul tagliamonte any parts of his diff not taken are noted ...
[TXT] smtp_session.c  1.444   2 months  op   fix overly strict AUTH PLAIN pass check don't reject single character AUTH PLAI...
[TXT] smtpc.c  1.21   14 months  jsg   fix some leaks; ok op@
[TXT] smtpctl.8  1.66   2 years  jmc   improve the Nd lines such that the format is consistent for the various *d, *con...
[TXT] smtpctl.c  1.176   7 months  claudio   In smtpd enable fdpassing on all imsgbufs apart from the one in mproc.c that was...
[TXT] smtpd-api.h  1.37   13 months  gilles   introduce a new K_AUTH service to allow offloading the credentials to a table fo...
[TXT] smtpd-defines.h  1.12   5 years  millert   Fix two security vulnerabilities discovered by Qualys. An out of bounds read in ...
[TXT] smtpd-filters.7  1.15   3 months  op   bump smtpd version
[TXT] smtpd-tables.7  1.5   3 months  op   bump smtpd version
[TXT] smtpd.8  1.33   2 years  jmc   improve the Nd lines such that the format is consistent for the various *d, *con...
[TXT] smtpd.c  1.356   7 weeks  op   simplify purge_task the `if (n > 2)' is a bit subtle and we don't need to read ...
[TXT] smtpd.conf.5  1.277   13 days  schwarze   In the manual pages for configuration files based on parse.y, describe the synta...
[TXT] smtpd.h  1.689   3 months  op   bump smtpd version
[TXT] spfwalk.c  1.20   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] srs.c  1.5   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] ssl.c  1.100   2 years  op   remove ssl_init() it's a noop; nowadays both LibreSSL and OpenSSL libcrypto and...
[TXT] ssl.h  1.27   2 years  op   remove ssl_init() it's a noop; nowadays both LibreSSL and OpenSSL libcrypto and...
[TXT] stat_backend.c  1.12   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] stat_ramstat.c  1.12   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] table.5  1.14   14 months  op   unbreak parsing of IPv6 addresses in file-backed table(5)s The file parser spli...
[TXT] table.c  1.54   13 months  gilles   introduce a new K_AUTH service to allow offloading the credentials to a table fo...
[TXT] table_db.c  1.26   14 months  op   use C99 syntax for filling the table_backend structs; ok gilles@
[TXT] table_getpwnam.c  1.16   14 months  op   remove no-op methods from table_getpwnam; ok gilles@
[TXT] table_proc.c  1.23   13 months  op   actually honour the services supported by the proc tables ok gilles@
[TXT] table_static.c  1.35   14 months  op   use C99 syntax for filling the table_backend structs; ok gilles@
[TXT] to.c  1.50   2 years  op   add missing include of time.h spotted after a report on OpenSMTPD-portable. Wh...
[TXT] tree.c  1.8   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] tree.h  1.1   6 years  gilles   the tree_* and dict_* api's in smtpd can be used standalone, do not have them de...
[TXT] unpack_dns.c  1.3   3 years  naddy   remove unused variable from all copies of _asr_strdname() ... including those i...
[TXT] unpack_dns.h  1.2   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] util.c  1.159   13 months  jsg   remove prototypes with no matching function leave prototypes with functions in O...
[TXT] waitq.c  1.7   4 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] ARCHITECTURE (in the Attic) [Hide]  1.3   16 years  gilles   this file has been deprecated for a while and will not be updated, so lets just ...
[TXT] aldap.c (in the Attic) [Hide]  1.9   9 years  jung   remove table-passwd, table-sqlite, and table-ldap about 4k lines seldom used cod...
[TXT] aldap.h (in the Attic) [Hide]  1.7   9 years  jung   remove table-passwd, table-sqlite, and table-ldap about 4k lines seldom used cod...
[TXT] asr.c (in the Attic) [Hide]  1.12   13 years  eric   move to the new resolver implementation, with temporary glue to use the relevant...
[TXT] asr.h (in the Attic) [Hide]  1.6   13 years  eric   move to the new resolver implementation, with temporary glue to use the relevant...
[TXT] atomic.c (in the Attic) [Hide]  1.4   16 years  gilles   - we don't need this anymore
[TXT] auth.c (in the Attic) [Hide]  1.2   12 years  gilles   user credentials are now looked up using the table API, the auth_backend code is...
[TXT] auth_backend.c (in the Attic) [Hide]  1.2   13 years  eric   split auth_backend.c for consistency ok chl@ gilles@
[TXT] auth_bsd.c (in the Attic) [Hide]  1.3   12 years  gilles   user credentials are now looked up using the table API, the auth_backend code is...
[TXT] auth_pwd.c (in the Attic) [Hide]  1.2   12 years  gilles   user credentials are now looked up using the table API, the auth_backend code is...
[TXT] authenticate.c (in the Attic) [Hide]  1.4   14 years  gilles   smtpd now uses an auth_backend API to authenticate users that are allowed to sen...
[TXT] ber.c (in the Attic) [Hide]  1.9   9 years  jung   remove table-passwd, table-sqlite, and table-ldap about 4k lines seldom used cod...
[TXT] ber.h (in the Attic) [Hide]  1.5   9 years  jung   remove table-passwd, table-sqlite, and table-ldap about 4k lines seldom used cod...
[TXT] buffer.c (in the Attic) [Hide]  1.8   15 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] cert.c (in the Attic) [Hide]  1.3   4 years  eric   remove obsolete files
[TXT] client.c (in the Attic) [Hide]  1.40   13 years  eric   Rewrite io code in smtp and mta using the iobuf/ioev interface to have a better ...
[TXT] client.h (in the Attic) [Hide]  1.15   13 years  eric   Rewrite io code in smtp and mta using the iobuf/ioev interface to have a better ...
[TXT] compress_zlib.c (in the Attic) [Hide]  1.5   12 years  gilles   - use the same compression algorithm, gzip, for message file and envelopes - ren...
[TXT] control_agentx.c (in the Attic) [Hide]  1.2   4 years  martijn   Revert agentx support for now, we're too close to release. requested by deraadt...
[TXT] crypto_backend.c (in the Attic) [Hide]  1.5   12 years  gilles   - remove crypto_backend - remove support for encrypted queue, it will be reintro...
[TXT] debug.c (in the Attic) [Hide]  1.3   16 years  gilles   - these were used to debug the previous queue scheduler, they are no longer nee...
[TXT] delivery.c (in the Attic) [Hide]  1.8   7 years  gilles   no longer used, remove
[TXT] delivery_filename.c (in the Attic) [Hide]  1.16   7 years  gilles   no longer used, remove
[TXT] delivery_lmtp.c (in the Attic) [Hide]  1.19   7 years  gilles   no longer used, remove
[TXT] delivery_maildir.c (in the Attic) [Hide]  1.20   7 years  gilles   no longer used, remove
[TXT] delivery_mbox.c (in the Attic) [Hide]  1.14   7 years  gilles   no longer used, remove
[TXT] delivery_mda.c (in the Attic) [Hide]  1.11   7 years  gilles   no longer used, remove
[TXT] dname.c (in the Attic) [Hide]  1.5   13 years  eric   move to the new resolver implementation, with temporary glue to use the relevant...
[TXT] dnsdefs.h (in the Attic) [Hide]  1.3   13 years  eric   remove unused files ok gilles@
[TXT] dnsutil.h (in the Attic) [Hide]  1.4   13 years  eric   remove unused files ok gilles@
[TXT] encrypt.c (in the Attic) [Hide]  1.3   12 years  chl   This file isn't and won't be used --> delete it. ok gilles@
[TXT] filter.c (in the Attic) [Hide]  1.26   7 years  eric   unused file
[TXT] filter.h (in the Attic) [Hide]  1.8   13 years  gilles   - rename filter.h -> filter_api.h to be consistent with upcoming changes
[TXT] filter_api.3 (in the Attic) [Hide]  1.4   9 years  jung   remove filter api man page, this needs rework ok gilles
[TXT] filter_api.c (in the Attic) [Hide]  1.18   9 years  gilles   this file is deprecated
[TXT] filter_api.h (in the Attic) [Hide]  1.6   12 years  gilles   no longer used
[TXT] imsg.c (in the Attic) [Hide]  1.14   15 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] imsg.h (in the Attic) [Hide]  1.9   15 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] imsgproc.c (in the Attic) [Hide]  1.3   12 years  eric   remove dead file
[TXT] lka_proc.c (in the Attic) [Hide]  1.14   5 years  gilles   file no longer exists
[TXT] lka_report.c (in the Attic) [Hide]  1.36   5 years  gilles   remove file, code was moved to a different file
[TXT] mail.file.8 (in the Attic) [Hide]  1.3   7 years  gilles   remove mail.file.{8,c}, unused ok eric@
[TXT] mail.file.c (in the Attic) [Hide]  1.4   7 years  gilles   remove mail.file.{8,c}, unused ok eric@
[TXT] map.c (in the Attic) [Hide]  1.36   12 years  gilles   these are no longer used, maps were replaced with something better
[TXT] map_backend.c (in the Attic) [Hide]  1.8   13 years  eric   merge map_backend.c into map.c ok gilles@
[TXT] map_backend_db.c (in the Attic) [Hide]  1.2   13 years  eric   rename files for consistency. ok gilles@
[TXT] map_backend_stdio.c (in the Attic) [Hide]  1.3   13 years  eric   rename files for consistency. ok gilles@
[TXT] map_db.c (in the Attic) [Hide]  1.13   12 years  gilles   these are no longer used, maps were replaced with something better
[TXT] map_file.c (in the Attic) [Hide]  1.3   12 years  gilles   these are no longer used, maps were replaced with something better
[TXT] map_ldap.c (in the Attic) [Hide]  1.2   12 years  gilles   after a bit of discussion we decided to remove these for now, we'll reintroduce ...
[TXT] map_ldap.h (in the Attic) [Hide]  1.2   12 years  gilles   after a bit of discussion we decided to remove these for now, we'll reintroduce ...
[TXT] map_parser.c (in the Attic) [Hide]  1.7   13 years  chl   remove unused file ok gilles@
[TXT] map_static.c (in the Attic) [Hide]  1.10   12 years  gilles   these are no longer used, maps were replaced with something better
[TXT] map_stdio.c (in the Attic) [Hide]  1.12   12 years  gilles   missing from previous commit, byebye map_stdio.c ok eric@ and chl@
[TXT] mfa.c (in the Attic) [Hide]  1.83   11 years  eric   remove dead files
[TXT] mfa_session.c (in the Attic) [Hide]  1.23   11 years  eric   remove dead files
[TXT] mta_report.c (in the Attic) [Hide]  1.5   6 years  gilles   these files are no longer used
[TXT] newaliases.c (in the Attic) [Hide]  1.9   16 years  jacekm   Merge newaliases into makemap. ok gilles@
[TXT] pack.c (in the Attic) [Hide]  1.4   13 years  eric   move to the new resolver implementation, with temporary glue to use the relevant...
[TXT] pony.c (in the Attic) [Hide]  1.28   4 years  martijn   Rename the pony process to dispatcher and klondike to crypto. From gilles@ OK m...
[TXT] print.c (in the Attic) [Hide]  1.5   13 years  eric   move to the new resolver implementation, with temporary glue to use the relevant...
[TXT] queue_api.c (in the Attic) [Hide]  1.9   9 years  gilles   both of these are deprecated
[TXT] queue_backend.h (in the Attic) [Hide]  1.4   14 years  gilles   no longer compiled, i will reintroduce them later, lots of stuff needs to be don...
[TXT] queue_fsqueue.c (in the Attic) [Hide]  1.65   12 years  eric   Assorted queue improvements: - cleanup the internal queue backend API and get ri...
[TXT] queue_fsqueue_ascii.c (in the Attic) [Hide]  1.10   13 years  gilles   queue_fsqueue_ascii.c, you're not welcome anymore
[TXT] queue_shared.c (in the Attic) [Hide]  1.56   13 years  eric   finally kill queue_shared.c and move what is left to bounce.c where it belongs. ...
[TXT] ramqueue.c (in the Attic) [Hide]  1.33   13 years  gilles   no longer needed
[TXT] res_random.c (in the Attic) [Hide]  1.2   13 years  eric   move to the new resolver implementation, with temporary glue to use the relevant...
[TXT] rfc2822.c (in the Attic) [Hide]  1.11   6 years  eric   remove unused files
[TXT] rfc2822.h (in the Attic) [Hide]  1.6   6 years  eric   remove unused files
[TXT] rfc822.c (in the Attic) [Hide]  1.5   10 years  gilles   these are no longer used, remove
[TXT] rfc822.h (in the Attic) [Hide]  1.3   10 years  gilles   these are no longer used, remove
[TXT] runner.c (in the Attic) [Hide]  1.145   13 years  gilles   - runner is the terminology we used back when we had runqueues, we no longer h...
[TXT] scheduler_api.c (in the Attic) [Hide]  1.8   9 years  gilles   both of these are deprecated
[TXT] sharedqueue.c (in the Attic) [Hide]  1.3   16 years  gilles   follow the naming convention of other files, discussed with jacekm@
[TXT] showqueue.c (in the Attic) [Hide]  1.5   16 years  jacekm   Common queue walking code for smtpd and smtpctl. Kills majority of showqueue.c, ...
[TXT] smtp_report.c (in the Attic) [Hide]  1.10   6 years  gilles   these files are no longer used
[TXT] smtpd.conf (in the Attic) [Hide]  1.8   16 years  gilles   move smtpd.conf to etc/mail/ directory. it is not installed yet by the build
[TXT] smtpf_session.c (in the Attic) [Hide]  1.2   6 years  gilles   we no longer need smtpf_session.c
[TXT] smtpfilter.c (in the Attic) [Hide]  1.7   12 years  eric   remove obsolete file
[TXT] sockaddr.c (in the Attic) [Hide]  1.6   13 years  eric   move to the new resolver implementation, with temporary glue to use the relevant...
[TXT] ssl_privsep.c (in the Attic) [Hide]  1.9   10 years  reyk   LibreSSL now supports loading of CA certificates from memory, replace the intern...
[TXT] ssl_smtpd.c (in the Attic) [Hide]  1.14   4 years  eric   remove obsolete files
[TXT] ssl_verify.c (in the Attic) [Hide]  1.3   4 years  eric   remove obsolete files
[TXT] stats.c (in the Attic) [Hide]  1.3   12 years  eric   kill dead file that must die. ok chl@
[TXT] store.c (in the Attic) [Hide]  1.29   15 years  jacekm   merged with mda.c
[TXT] table_api.c (in the Attic) [Hide]  1.9   6 years  eric   remove unused file
[TXT] table_ldap.c (in the Attic) [Hide]  1.16   9 years  jung   remove table-passwd, table-sqlite, and table-ldap about 4k lines seldom used cod...
[TXT] table_passwd.5 (in the Attic) [Hide]  1.3   9 years  jung   remove table-passwd, table-sqlite, and table-ldap about 4k lines seldom used cod...
[TXT] table_passwd.c (in the Attic) [Hide]  1.12   9 years  jung   remove table-passwd, table-sqlite, and table-ldap about 4k lines seldom used cod...
[TXT] table_socketmap.c (in the Attic) [Hide]  1.6   11 years  gilles   we wont ship this table in base anymore
[TXT] table_sqlite.c (in the Attic) [Hide]  1.18   9 years  jung   remove table-passwd, table-sqlite, and table-ldap about 4k lines seldom used cod...
[TXT] thread_private.h (in the Attic) [Hide]  1.2   12 years  eric   remove the thread_private hack. ok chl@ gilles@
[TXT] user.c (in the Attic) [Hide]  1.2   12 years  gilles   users can now be looked up in tables, the user_backend code is no longer used an...
[TXT] user_backend.c (in the Attic) [Hide]  1.3   13 years  eric   split user_backend.c into user.c and user_pwd.c to be consistent with the backen...
[TXT] user_pwd.c (in the Attic) [Hide]  1.4   12 years  gilles   users can now be looked up in tables, the user_backend code is no longer used an...