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   5 years  gilles   switch smtpd to new grammar ok eric@
[TXT] aliases.5  1.17   3 years  jmc   comma swap; from larry hynes
[TXT] aliases.c  1.79   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] bounce.c  1.90   11 months  op   add missing include of time.h spotted after a report on OpenSMTPD-portable. Wh...
[TXT] ca.c  1.47   10 months  op   drop engine support diff originally by tb@, tweaked to apply after the useless ...
[TXT] compress_backend.c  1.10   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] compress_gzip.c  1.13   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] config.c  1.58   4 months  op   set_localaddrs(): don't wrap IPv6s address with braces twice ss_to_text() alrea...
[TXT] control.c  1.131   3 months  claudio   Use imsg_get_fd() to access the fd passed via imsgs. Most of the conversion is ...
[TXT] crypto.c  1.10   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] dict.c  1.8   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] dict.h  1.1   5 years  gilles   the tree_* and dict_* api's in smtpd can be used standalone, do not have them de...
[TXT] dispatcher.c  1.7   2 years  millert   Revert changes to use the new libtls signer api There are bugs in the new libtls...
[TXT] dns.c  1.92   6 months  op   consider an MX of "localhost" as it were a "Null MX" diff from Philipp (philipp...
[TXT] enqueue.c  1.122   3 months  claudio   Use imsg_get_fd() to access the fd passed via imsgs. Most of the conversion is ...
[TXT] envelope.c  1.52   4 months  op   relax ORCPT syntax validation We expected the ORCPT parameter to be a valid rfc...
[TXT] esc.c  1.6   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] expand.c  1.32   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] forward.5  1.10   3 years  jmc   readability fix; from larry hynes
[TXT] forward.c  1.40   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] iobuf.c  1.16   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] iobuf.h  1.7   2 years  benno   add format attribute to vaararg functions. millert@ thinks its useful.
[TXT] ioev.c  1.49   15 months  tb   usr.sbin: missing void to appease clang 15's -Wstrict-prototype.
[TXT] ioev.h  1.20   2 years  benno   add format attribute to vaararg functions. millert@ thinks its useful.
[TXT] limit.c  1.7   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] lka.c  1.248   3 months  claudio   Use imsg_get_fd() to access the fd passed via imsgs. Most of the conversion is ...
[TXT] lka_filter.c  1.77   3 days  op   oops, fix previous. wrong patch committed. was lacking the final \n
[TXT] lka_session.c  1.100   3 months  gilles   when an alternate delivery user is provided in a dispatcher, do not process any ...
[TXT] log.c  1.20   7 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] log.h  1.9   2 years  deraadt   including sys/cdefs.h manually started as a result of netbsd trying to macro-bui...
[TXT] mail.lmtp.8  1.1   7 years  gilles   add new implementation of a standalone LMTP client which will deprecate the buil...
[TXT] mail.lmtp.c  1.16   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] mail.maildir.8  1.6   3 years  jmc   add some missing articles; from larry hynes
[TXT] mail.maildir.c  1.17   12 months  op   cast to '(long long)' instead of '(long long int)' while here adjust the spacin...
[TXT] mail.mboxfile.8  1.1   5 years  gilles   delivery to a filename should be in mbox format otherwise it will lack the ^From...
[TXT] mail.mboxfile.c  1.6   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] mail.mda.8  1.1   6 years  gilles   add mail.mda MDA in charge of running a third-party MDA, not linked yet
[TXT] mail.mda.c  1.4   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] mailaddr.c  1.5   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] makemap.8  1.31   3 years  jmc   various readability fixes; from larry hynes
[TXT] makemap.c  1.77   10 days  op   change the smtpd table protocol Using imsg for the "proc" table (external progr...
[TXT] mda.c  1.147   3 months  claudio   Use imsg_get_fd() to access the fd passed via imsgs. Most of the conversion is ...
[TXT] mda_mbox.c  1.3   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] mda_unpriv.c  1.9   2 months  op   set ORIGINAL_RECIPIENT in the environment of mda scripts mostly for compatibili...
[TXT] mda_variables.c  1.10   3 weeks  jsg   correct indentation; no functional change ok tb@
[TXT] mproc.c  1.40   3 months  claudio   Use imsg_get_fd() to access the fd passed via imsgs. Most of the conversion is ...
[TXT] mta.c  1.248   3 weeks  jsg   correct indentation; no functional change ok tb@
[TXT] mta_session.c  1.151   3 months  claudio   Use imsg_get_fd() to access the fd passed via imsgs. Most of the conversion is ...
[TXT] newaliases.8  1.12   5 years  millert   Now that aliases in smtpd.conf default to plain text files and not db files we d...
[TXT] parse.y  1.299   2 months  gilles   no need to be as strict with table formats on various match constraints, this pr...
[TXT] parser.c  1.43   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] parser.h  1.29   10 years  eric   Allow the admin to pause relaying to a specific domain: - smtpctl pause mta fro...
[TXT] proxy.c  1.3   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] queue.c  1.196   3 months  claudio   Use imsg_get_fd() to access the fd passed via imsgs. Most of the conversion is ...
[TXT] queue_backend.c  1.69   11 months  op   add missing include of time.h spotted after a report on OpenSMTPD-portable. Wh...
[TXT] queue_fs.c  1.23   11 months  op   add missing include of time.h spotted after a report on OpenSMTPD-portable. Wh...
[TXT] queue_null.c  1.10   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] queue_proc.c  1.11   10 days  op   change the smtpd table protocol Using imsg for the "proc" table (external progr...
[TXT] queue_ram.c  1.11   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] report_smtp.c  1.12   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] resolver.c  1.7   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] rfc5322.c  1.4   5 months  op   reject headers that start with a space or tab If the first header starts with a...
[TXT] rfc5322.h  1.1   5 years  eric   import alternative message parser (not used yet).
[TXT] ruleset.c  1.48   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] runq.c  1.5   11 months  op   add missing include of time.h spotted after a report on OpenSMTPD-portable. Wh...
[TXT] scheduler.c  1.62   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] scheduler_backend.c  1.18   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] scheduler_null.c  1.11   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] scheduler_proc.c  1.10   10 days  op   change the smtpd table protocol Using imsg for the "proc" table (external progr...
[TXT] scheduler_ramqueue.c  1.48   11 months  op   add missing include of time.h spotted after a report on OpenSMTPD-portable. Wh...
[TXT] sendmail.8  1.4   8 years  jung   document -h flag and add a .Xr ok sunil millert
[TXT] smtp.1  1.14   2 years  eric   add missing entry for cafile
[TXT] smtp.c  1.174   12 months  op   some fatal -> fatalx to improved logging errno doesn't generally contains anyth...
[TXT] smtp.h  1.4   3 years  eric   Start porting smtpd to libtls. Note that it changes the way SNI works: The cert...
[TXT] smtp_client.c  1.17   16 months  jmc   spelling fixes; from paul tagliamonte any parts of his diff not taken are noted ...
[TXT] smtp_session.c  1.442   8 weeks  op   fix ORCPT handling due to a swapped strlcpy() arguments we don't save the ORCPT...
[TXT] smtpc.c  1.21   4 days  jsg   fix some leaks; ok op@
[TXT] smtpctl.8  1.66   14 months  jmc   improve the Nd lines such that the format is consistent for the various *d, *con...
[TXT] smtpctl.c  1.172   11 months  op   add missing include of time.h spotted after a report on OpenSMTPD-portable. Wh...
[TXT] smtpd-api.h  1.36   5 years  gilles   the tree_* and dict_* api's in smtpd can be used standalone, do not have them de...
[TXT] smtpd-defines.h  1.12   4 years  millert   Fix two security vulnerabilities discovered by Qualys. An out of bounds read in ...
[TXT] smtpd-filters.7  1.12   3 days  op   include the filter protocol version in the handshake This adds "config|protocol...
[TXT] smtpd-tables.7  1.1   10 days  op   add smtpd-tables.7 for real; spotted by tb, thanks!
[TXT] smtpd.8  1.33   14 months  jmc   improve the Nd lines such that the format is consistent for the various *d, *con...
[TXT] smtpd.c  1.351   10 days  op   change the smtpd table protocol Using imsg for the "proc" table (external progr...
[TXT] smtpd.conf.5  1.271   7 weeks  jsg   permament -> permanent
[TXT] smtpd.h  1.684   10 days  op   change the smtpd table protocol Using imsg for the "proc" table (external progr...
[TXT] spfwalk.c  1.20   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] srs.c  1.5   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] ssl.c  1.100   10 months  op   remove ssl_init() it's a noop; nowadays both LibreSSL and OpenSSL libcrypto and...
[TXT] ssl.h  1.27   10 months  op   remove ssl_init() it's a noop; nowadays both LibreSSL and OpenSSL libcrypto and...
[TXT] stat_backend.c  1.12   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] stat_ramstat.c  1.12   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] table.5  1.14   2 weeks  op   unbreak parsing of IPv6 addresses in file-backed table(5)s The file parser spli...
[TXT] table.c  1.52   10 days  op   change the smtpd table protocol Using imsg for the "proc" table (external progr...
[TXT] table_db.c  1.26   3 days  op   use C99 syntax for filling the table_backend structs; ok gilles@
[TXT] table_getpwnam.c  1.16   3 days  op   remove no-op methods from table_getpwnam; ok gilles@
[TXT] table_proc.c  1.19   3 days  op   use C99 syntax for filling the table_backend structs; ok gilles@
[TXT] table_static.c  1.35   3 days  op   use C99 syntax for filling the table_backend structs; ok gilles@
[TXT] to.c  1.50   11 months  op   add missing include of time.h spotted after a report on OpenSMTPD-portable. Wh...
[TXT] tree.c  1.8   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] tree.h  1.1   5 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   2 years  naddy   remove unused variable from all copies of _asr_strdname() ... including those i...
[TXT] unpack_dns.h  1.2   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] util.c  1.158   4 days  jsg   fix some leaks; ok op@
[TXT] waitq.c  1.7   2 years  eric   add required headers for smtpd.h and remove unnecessary ones in other files. ok...
[TXT] ARCHITECTURE (in the Attic) [Hide]  1.3   15 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   8 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   8 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   11 years  eric   move to the new resolver implementation, with temporary glue to use the relevant...
[TXT] asr.h (in the Attic) [Hide]  1.6   11 years  eric   move to the new resolver implementation, with temporary glue to use the relevant...
[TXT] atomic.c (in the Attic) [Hide]  1.4   15 years  gilles   - we don't need this anymore
[TXT] auth.c (in the Attic) [Hide]  1.2   11 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   12 years  eric   split auth_backend.c for consistency ok chl@ gilles@
[TXT] auth_bsd.c (in the Attic) [Hide]  1.3   11 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   11 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   13 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   8 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   8 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   13 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   2 years  eric   remove obsolete files
[TXT] client.c (in the Attic) [Hide]  1.40   12 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   12 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   11 years  gilles   - use the same compression algorithm, gzip, for message file and envelopes - ren...
[TXT] control_agentx.c (in the Attic) [Hide]  1.2   3 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   11 years  gilles   - remove crypto_backend - remove support for encrypted queue, it will be reintro...
[TXT] debug.c (in the Attic) [Hide]  1.3   15 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   5 years  gilles   no longer used, remove
[TXT] delivery_filename.c (in the Attic) [Hide]  1.16   5 years  gilles   no longer used, remove
[TXT] delivery_lmtp.c (in the Attic) [Hide]  1.19   5 years  gilles   no longer used, remove
[TXT] delivery_maildir.c (in the Attic) [Hide]  1.20   5 years  gilles   no longer used, remove
[TXT] delivery_mbox.c (in the Attic) [Hide]  1.14   5 years  gilles   no longer used, remove
[TXT] delivery_mda.c (in the Attic) [Hide]  1.11   5 years  gilles   no longer used, remove
[TXT] dname.c (in the Attic) [Hide]  1.5   11 years  eric   move to the new resolver implementation, with temporary glue to use the relevant...
[TXT] dnsdefs.h (in the Attic) [Hide]  1.3   11 years  eric   remove unused files ok gilles@
[TXT] dnsutil.h (in the Attic) [Hide]  1.4   11 years  eric   remove unused files ok gilles@
[TXT] encrypt.c (in the Attic) [Hide]  1.3   11 years  chl   This file isn't and won't be used --> delete it. ok gilles@
[TXT] filter.c (in the Attic) [Hide]  1.26   6 years  eric   unused file
[TXT] filter.h (in the Attic) [Hide]  1.8   11 years  gilles   - rename filter.h -> filter_api.h to be consistent with upcoming changes
[TXT] filter_api.3 (in the Attic) [Hide]  1.4   8 years  jung   remove filter api man page, this needs rework ok gilles
[TXT] filter_api.c (in the Attic) [Hide]  1.18   8 years  gilles   this file is deprecated
[TXT] filter_api.h (in the Attic) [Hide]  1.6   11 years  gilles   no longer used
[TXT] imsg.c (in the Attic) [Hide]  1.14   13 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   13 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   11 years  eric   remove dead file
[TXT] lka_proc.c (in the Attic) [Hide]  1.14   4 years  gilles   file no longer exists
[TXT] lka_report.c (in the Attic) [Hide]  1.36   4 years  gilles   remove file, code was moved to a different file
[TXT] mail.file.8 (in the Attic) [Hide]  1.3   6 years  gilles   remove mail.file.{8,c}, unused ok eric@
[TXT] mail.file.c (in the Attic) [Hide]  1.4   6 years  gilles   remove mail.file.{8,c}, unused ok eric@
[TXT] map.c (in the Attic) [Hide]  1.36   11 years  gilles   these are no longer used, maps were replaced with something better
[TXT] map_backend.c (in the Attic) [Hide]  1.8   12 years  eric   merge map_backend.c into map.c ok gilles@
[TXT] map_backend_db.c (in the Attic) [Hide]  1.2   12 years  eric   rename files for consistency. ok gilles@
[TXT] map_backend_stdio.c (in the Attic) [Hide]  1.3   12 years  eric   rename files for consistency. ok gilles@
[TXT] map_db.c (in the Attic) [Hide]  1.13   11 years  gilles   these are no longer used, maps were replaced with something better
[TXT] map_file.c (in the Attic) [Hide]  1.3   11 years  gilles   these are no longer used, maps were replaced with something better
[TXT] map_ldap.c (in the Attic) [Hide]  1.2   11 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   11 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   12 years  chl   remove unused file ok gilles@
[TXT] map_static.c (in the Attic) [Hide]  1.10   11 years  gilles   these are no longer used, maps were replaced with something better
[TXT] map_stdio.c (in the Attic) [Hide]  1.12   11 years  gilles   missing from previous commit, byebye map_stdio.c ok eric@ and chl@
[TXT] mfa.c (in the Attic) [Hide]  1.83   10 years  eric   remove dead files
[TXT] mfa_session.c (in the Attic) [Hide]  1.23   10 years  eric   remove dead files
[TXT] mta_report.c (in the Attic) [Hide]  1.5   5 years  gilles   these files are no longer used
[TXT] newaliases.c (in the Attic) [Hide]  1.9   15 years  jacekm   Merge newaliases into makemap. ok gilles@
[TXT] pack.c (in the Attic) [Hide]  1.4   11 years  eric   move to the new resolver implementation, with temporary glue to use the relevant...
[TXT] pony.c (in the Attic) [Hide]  1.28   3 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   11 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   8 years  gilles   both of these are deprecated
[TXT] queue_backend.h (in the Attic) [Hide]  1.4   13 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   10 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   12 years  gilles   queue_fsqueue_ascii.c, you're not welcome anymore
[TXT] queue_shared.c (in the Attic) [Hide]  1.56   12 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   12 years  gilles   no longer needed
[TXT] res_random.c (in the Attic) [Hide]  1.2   11 years  eric   move to the new resolver implementation, with temporary glue to use the relevant...
[TXT] rfc2822.c (in the Attic) [Hide]  1.11   5 years  eric   remove unused files
[TXT] rfc2822.h (in the Attic) [Hide]  1.6   5 years  eric   remove unused files
[TXT] rfc822.c (in the Attic) [Hide]  1.5   9 years  gilles   these are no longer used, remove
[TXT] rfc822.h (in the Attic) [Hide]  1.3   9 years  gilles   these are no longer used, remove
[TXT] runner.c (in the Attic) [Hide]  1.145   11 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   8 years  gilles   both of these are deprecated
[TXT] sharedqueue.c (in the Attic) [Hide]  1.3   15 years  gilles   follow the naming convention of other files, discussed with jacekm@
[TXT] showqueue.c (in the Attic) [Hide]  1.5   15 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   5 years  gilles   these files are no longer used
[TXT] smtpd.conf (in the Attic) [Hide]  1.8   15 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   5 years  gilles   we no longer need smtpf_session.c
[TXT] smtpfilter.c (in the Attic) [Hide]  1.7   10 years  eric   remove obsolete file
[TXT] sockaddr.c (in the Attic) [Hide]  1.6   11 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   9 years  reyk   LibreSSL now supports loading of CA certificates from memory, replace the intern...
[TXT] ssl_smtpd.c (in the Attic) [Hide]  1.14   2 years  eric   remove obsolete files
[TXT] ssl_verify.c (in the Attic) [Hide]  1.3   2 years  eric   remove obsolete files
[TXT] stats.c (in the Attic) [Hide]  1.3   11 years  eric   kill dead file that must die. ok chl@
[TXT] store.c (in the Attic) [Hide]  1.29   14 years  jacekm   merged with mda.c
[TXT] table_api.c (in the Attic) [Hide]  1.9   5 years  eric   remove unused file
[TXT] table_ldap.c (in the Attic) [Hide]  1.16   8 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   8 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   8 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   9 years  gilles   we wont ship this table in base anymore
[TXT] table_sqlite.c (in the Attic) [Hide]  1.18   8 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   11 years  eric   remove the thread_private hack. ok chl@ gilles@
[TXT] user.c (in the Attic) [Hide]  1.2   11 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   12 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   11 years  gilles   users can now be looked up in tables, the user_backend code is no longer used an...