Skip to content

Commit

Permalink
edited preambles
Browse files Browse the repository at this point in the history
  • Loading branch information
Durandal committed Apr 5, 2012
1 parent f56f884 commit 86713b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doexec_unix.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sbd - shadowinteger's backdoor
* Copyright (C) 2004 Michel Blomgren <[email protected]>
* dbd - durandal's backdoor
* Copyright (C) 2012 Kyle Barnthouse <[email protected]>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
Expand Down Expand Up @@ -46,7 +46,7 @@ extern char highlight_prefix[];
extern char highlight_suffix[];

/*
this doexec() handles execution for sbd on Unix-like operating systems.
this doexec() handles execution for dbd on Unix-like operating systems.
there are really 3 implementations: 1) if encryption is used, a parent
process is handling encryption/decryption for the child, pipes are used
for communication between the running program's process and the polling
Expand Down
3 changes: 2 additions & 1 deletion pel.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* by Christophe Devine <[email protected]>;
* this program is licensed under the GPL.
*
* Ported to Win32 by Michel Blomgren <[email protected]> for sbd, June 2004
* Shamelessly ripped by Kyle Barnthouse <[email protected]> for dbd, April 2012
* Originally Ported to Win32 by Michel Blomgren <[email protected]> for sbd, June 2004
*
* WARNING!!! The receiving buffer can _NOT_ be less than BUFSIZE (defined in
* pel.h) otherwise a buffer overflow will occur! //Michel
Expand Down
4 changes: 2 additions & 2 deletions readwrite.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sbd - shadowinteger's backdoor
* Copyright (C) 2004 Michel Blomgren <[email protected]>
* dbd - durandal's backdoor
* Copyright (C) 2012 Kyle Barnthouse <[email protected]>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
Expand Down

0 comments on commit 86713b3

Please sign in to comment.