summaryrefslogtreecommitdiffstats
path: root/source3/utils/smbta-util.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:utils: explicitly check the return value of fscanf() to avoid unused ↵Stefan Metzmacher2014-04-021-1/+1
| | | | | | | warnings in smbta-util.c Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* s3: Fix Coverity ID 2228: RESOURCE_LEAKVolker Lendecke2011-03-271-0/+1
| | | | Holger, please check!
* s3-smbta-util: fix some buildwarnings.Günther Deschner2011-03-231-2/+2
| | | | Guenther
* s3-utils: Fixed a resource leak in smbta-util.Andreas Schneider2011-01-261-0/+1
| | | | s3-utils: Fixed a resource leak in smbta-util.
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-1/+1
| | | | Guenther
* s3: fix buildwarning in smbta-util.Günther Deschner2010-03-161-3/+5
| | | | Guenther
* Fix developer build, remove mallocAndreas Schneider2010-03-161-11/+7
|
* Don't exit(0) on errorJim McDonough2010-03-161-3/+3
|
* Add smbta-util to manage the encryption key.Holger Hetterich2010-03-161-0/+211
This program allows the administrator to enable or disable AES encryption when using vfs_smb_traffic_analyzer. It also generates new keys, stores them to a file, so that the file can be reused on another client or server.