Skip to content

Commit

Permalink
Update the name and email address everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewshadura committed Jan 18, 2020
1 parent 01d2a3e commit cfb19ac
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2011-09-16 Andrew O. Shadoura <bugzilla@tut.by>
2011-09-16 Andrej Shadura <andrew@shadura.me>

* Version 0.05 released.

Expand All @@ -17,35 +17,35 @@
* Rename validateconf to tnet64-validateconf and include in installation
* Add and slightly improve README.creole

2011-09-11 Andrew O. Shadura <bugzilla@tut.by>
2011-09-11 Andrej Shadura <andrew@shadura.me>

* Version 0.04 released.
* The dynamic library moved into subdirectory.
* Some minor fixes.

2011-05-19 Andrew O. Shadura <bugzilla@tut.by>
2011-05-19 Andrej Shadura <andrew@shadura.me>

* Version 0.03 released.
* X11 compatibility (get*name functions now work properly).
* Crash on wrong function calls order fixed.
* Better debug facilities.

2011-04-29 Andrew O. Shadura <bugzilla@tut.by>
2011-04-29 Andrej Shadura <andrew@shadura.me>

* Version 0.02 released.
* getsockname(2) and getpeername(2) are now intercepted, too;
that improves the compatibility with some software.
* Some bugs fixed.

2011-04-19 Andrew O. Shadura <bugzilla@tut.by>
2011-04-19 Andrej Shadura <andrew@shadura.me>

* The first release: 0.01.

2011-03-02 Andrew O. Shadura <bugzilla@tut.by>
2011-03-02 Andrej Shadura <andrew@shadura.me>

* Got it working!

2011-03-01 Andrew O. Shadura <bugzilla@tut.by>
2011-03-01 Andrej Shadura <andrew@shadura.me>

* First attempt to implement NAT64 wrapper,
tsocks code is used as a starting point.
2 changes: 1 addition & 1 deletion tnat64-validateconf.1
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ and the default NAT64 prefix.
.PP
.SH AUTHOR
This original program was written by Shaun Clowes for \fBtsocks\fR package,
and then modified by Andrew Shadura for \fBtnat64\fR.
and then modified by Andrej Shadura for \fBtnat64\fR.
4 changes: 2 additions & 2 deletions tnat64.8.in
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ tnat64.conf(5)
tnat64(1)

.SH AUTHORS
Andrew O. Shadura (bugzilla@tut.by),
Andrej Shadura (andrew@shadura.me),
Shaun Clowes (delius@progsoc.uts.edu.au)

.SH COPYRIGHT
Copyright 2011 Andrew O. Shadura
Copyright 2011 Andrej Shadura

Original tsocks manual page, copyright 2000 Shaun Clowes

Expand Down
2 changes: 1 addition & 1 deletion tnat64.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
TNAT64 - Wrapper library for redirecting IPv4 connections to NAT64
Copyright (C) 2011 Andrew O. Shadura
Copyright (C) 2011 Andrej Shadura
Based on original code of TSOCKS, copyright (C) 2000 Shaun Clowes
This program is free software; you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions tnat64.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ would be used by tnat64 to access the specified host.
tnat64(8)

.SH AUTHORS
Andrew O. Shadura (bugzilla@tut.by),
Andrej Shadura (andrew@shadura.me),
Shaun Clowes (delius@progsoc.uts.edu.au)

.SH COPYRIGHT
Copyright 2011 Andrew O. Shadura
Copyright 2011 Andrej Shadura

Original tsocks manual page, copyright 2000 Shaun Clowes

Expand Down

0 comments on commit cfb19ac

Please sign in to comment.