summaryrefslogtreecommitdiff
path: root/source3/utils/smbta-util.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-27s3: Fix Coverity ID 2228: RESOURCE_LEAKVolker Lendecke1-0/+1
Holger, please check!
2011-03-23s3-smbta-util: fix some buildwarnings.Günther Deschner1-2/+2
Guenther
2011-01-26s3-utils: Fixed a resource leak in smbta-util.Andreas Schneider1-0/+1
s3-utils: Fixed a resource leak in smbta-util.
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-1/+1
Guenther
2010-03-16s3: fix buildwarning in smbta-util.Günther Deschner1-3/+5
Guenther
2010-03-16Fix developer build, remove mallocAndreas Schneider1-11/+7
2010-03-16Don't exit(0) on errorJim McDonough1-3/+3
2010-03-16Add smbta-util to manage the encryption key.Holger Hetterich1-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.