summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_connections.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:utils/net: remove unused "net connections"Stefan Metzmacher2012-10-191-273/+0
| | | | | | | | The connections.tdb will go away. metze Signed-off-by: Michael Adam <obnox@samba.org>
* s3:utils/net fix a compiler warningChristian Ambach2012-09-221-1/+1
| | | | ret might be used uninitialized in out-of-memory condition
* fix printf warning in net connectionsAndrew Bartlett2012-08-161-2/+2
|
* s3:net add command "connections cleanup"Gregor Beck2012-08-161-0/+273
Signed-off-by: Andrew Bartlett <abartlet@samba.org>