Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-12 | s3-utils: Correctly handle getenv() for the later system() call. | Andreas Schneider | 1 | -7/+10 | |
The returned string of getenv() has an unknown size. You need to store the result always in a char array with a certain size to make sure we don't feed tainted data to the next function call. Found by Coverity. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> | |||||
2012-03-10 | s3: fix build on AIX | Björn Jacke | 1 | -1/+2 | |
Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Sat Mar 10 19:07:20 CET 2012 on sn-devel-104 | |||||
2011-10-12 | s3:net: factor out interact_edit() | Gregor Beck | 1 | -0/+126 | |
Signed-off-by: Michael Adam <obnox@samba.org> |