| patch |
summary |
view |
raw |
| 02-configure.patch |
configure | 422 ++++++++++++++++++++++++++++-------------------------------
configure.in | 3
2 files changed, 209 insertions(+), 216 deletions(-)
|
view
|
download
|
| 03-debian-base.patch |
doc/config.example | 3 +--
man/pop_auth.1 | 2 +-
man/spop3d.8 | 4 ++--
man/spop3d.conf.5 | 9 ++++++---
src/const.h | 6 +++---
5 files changed, 13 insertions(+), 11 deletions(-)
|
view
|
download
|
| 04-liblockfile.patch |
src/mailbox.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 50 insertions(+), 4 deletions(-)
|
view
|
download
|
| 05-unlock.patch |
src/mailbox.c | 8 +++++++-
src/main.c | 9 +++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
|
view
|
download
|
| 06-autologout-username.patch |
src/main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| 07-allowuser.patch |
man/spop3d.conf.5 | 7 +++++++
src/configfile.h | 1 +
src/main.c | 7 +++++++
3 files changed, 15 insertions(+)
|
view
|
download
|
| 08-init.patch |
src/main.c | 16 ++++++++++++++++
src/standalone.c | 18 ++++++++++++++++++
2 files changed, 34 insertions(+)
|
view
|
download
|
| 09-authmappeduser.patch |
man/spop3d.conf.5 | 7 +++++++
src/configfile.h | 1 +
src/main.c | 5 +++--
3 files changed, 11 insertions(+), 2 deletions(-)
|
view
|
download
|
| 10-usermapprefix.patch |
man/spop3d.8 | 9 +++++++++
man/spop3d.conf.5 | 10 ++++++++++
src/configfile.h | 1 +
src/const.h | 1 +
src/main.c | 30 ++++++++++++++++++++++++++++--
5 files changed, 49 insertions(+), 2 deletions(-)
|
view
|
download
|
| 11-parserloop.patch |
src/main.c | 2 ++
1 file changed, 2 insertions(+)
|
view
|
download
|
| 12-multiple-mailbox.patch |
doc/config.example | 2
man/dot-spop3d.5 | 55 +++++++++++----
man/pop_auth.1 | 12 +++
man/spop3d.conf.5 | 7 +
src/configfile.h | 1
src/main.c | 26 ++++++-
src/pop_auth.c | 192 ++++++++++++++++++++++++++++++++++++++++++++++-------
src/userconfig.c | 46 +++++++-----
8 files changed, 281 insertions(+), 60 deletions(-)
|
view
|
download
|
| 13-max-sessions.patch |
src/const.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 14-gcc-4.0-amd64.patch |
src/standalone.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| 15-gcc-warning.patch |
src/md5.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 16-manpages-hyphens.patch |
man/spop3d.8 | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
|
view
|
download
|
| 17-close-fds.patch |
src/standalone.c | 7 +++++++
1 file changed, 7 insertions(+)
|
view
|
download
|
| 18-init-fix.patch |
src/standalone.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
|
view
|
download
|
| 19-gcc-warnings.patch |
src/mailbox.c | 4 ++--
src/maildir.c | 7 ++++---
src/main.c | 5 ++++-
src/standalone.c | 5 ++++-
4 files changed, 14 insertions(+), 7 deletions(-)
|
view
|
download
|