Package: macchanger / 1.5.0-9

Metadata

Package Version Patches format
macchanger 1.5.0-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 fix_manpage.patch | (download)

macchanger.1 | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

 fix manpage
02 fix_usage_message.patch | (download)

src/main.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix --help message
03 fix_random_seed.patch | (download)

src/main.c | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 improve random seed
04 fix_exit_code.patch | (download)

src/main.c | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

 give the correct exit code on error
05 fix_spelling_error.patch | (download)

doc/macchanger.texi | 4 2 + 2 - 0 !
macchanger.1 | 2 1 + 1 - 0 !
src/mac.c | 2 1 + 1 - 0 !
src/main.c | 4 2 + 2 - 0 !
4 files changed, 6 insertions(+), 6 deletions(-)

 fix spelling error
06 update_OUI_list.patch | (download)

data/OUI.list | 8330 7799 + 531 - 0 !
1 file changed, 7799 insertions(+), 531 deletions(-)

 oui list update (new and modified vendor names)
07 implement_reset_to_permanent_MAC.patch | (download)

doc/macchanger.texi | 7 7 + 0 - 0 !
macchanger.1 | 3 3 + 0 - 0 !
src/main.c | 25 18 + 7 - 0 !
src/netinfo.c | 31 31 + 0 - 0 !
src/netinfo.h | 1 1 + 0 - 0 !
5 files changed, 60 insertions(+), 7 deletions(-)

 new option -p reverts to permanent mac
 A new option -p | --permanent has been added that will set the MAC to the
 permanent (hardware) adress.
08 fix_random_MAC_choice.patch | (download)

src/mac.c | 43 29 + 14 - 0 !
src/main.c | 28 14 + 14 - 0 !
2 files changed, 43 insertions(+), 28 deletions(-)

 ensure random new mac is not same as old mac
 When requesting a random MAC with or without some specific prefix there is a
 small probability (1 / 2^24 for -e) that the new adress is the same as the
 old one. However unlikely, we don't want that.
 .
 If the requested mac is the same as the current mac; don't even try to change
 it. Print an error message instead.


09 change_default_behaviour.patch | (download)

src/main.c | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 change default behaviour when no options are given