summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* s3-net: Bind our gettext results to 'unix charset'Andrew Bartlett2011-06-231-0/+10
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-2/+2
* tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere.Rusty Russell2011-06-201-6/+6
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-203-4/+4
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-2/+2
* s3:utils/net_*registry: use c99 initializers which are supported by old gcc 2...Stefan Metzmacher2011-06-152-4/+8
* s3-utils: fix crash in net cache getChristian Ambach2011-06-141-1/+1
* s3:net conf addshare: do not stat-check the share path.Michael Adam2011-06-101-17/+0
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-0912-42/+42
* s3-param Remove special case for global_scope()Andrew Bartlett2011-06-091-1/+1
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-093-10/+10
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-093-5/+5
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-092-4/+4
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-093-4/+4
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-093-7/+7
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-1/+1
* s3: Make use of name_resolve_bcast in nmblookupVolker Lendecke2011-06-051-21/+3
* Fix const warnings.Jeremy Allison2011-06-021-1/+1
* Fix const warning.Jeremy Allison2011-06-011-1/+1
* Fix const warning.Jeremy Allison2011-06-011-1/+1
* s3: fix more -Wunused-but-set-variable build warnings.Günther Deschner2011-06-011-3/+0
* s3-utils: fix another -Wunused-but-set-variable build warning.Günther Deschner2011-05-311-3/+0
* Improve documentation for net rpc trustSumit Bose2011-05-301-13/+16
* s3:net: registry export: close key after recursion returnsGregor Beck2011-05-301-1/+3
* s3:net registry: polish output of net registry enumerate[_recursive]Michael Adam2011-05-301-11/+15
* s3:net: registry: use recursive implementation for enumerateGregor Beck2011-05-301-63/+41
* s3:net: registry: add new command enumerate_recursiveGregor Beck2011-05-301-0/+107
* s3:smbcacls: fix parsing of multiple flagsGregor Beck2011-05-301-1/+6
* s3: Use cli_connect_nb in net_rpc_checkVolker Lendecke2011-05-281-8/+3
* s3: Use cli_connect_nb in cli_servertimeVolker Lendecke2011-05-281-18/+2
* s3-testparm Warn about incorrect use of 'password server'Andrew Bartlett2011-05-251-4/+4
* s3:testparm: don't return an error for a warning messageStefan Metzmacher2011-05-201-1/+0
* s3-testparm Warn more on incorrect use of 'password server'Andrew Bartlett2011-05-181-2/+17
* lib/util/charset Don't allow invalid 'dos charset = utf8'Andrew Bartlett2011-05-181-0/+6
* s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett2011-05-185-31/+31
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-1814-18/+18
* s3-net_rpc_printer.c: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach2011-05-181-59/+57
* s3-net: fix potential crash bug in display_print_driver3().Günther Deschner2011-05-131-1/+1
* libsmbconf: Convert smbconf_get_config() to sbcErr.Andreas Schneider2011-05-101-25/+18
* libsmbconf: Convert smbconf_transaction_*() to sbcErr.Andreas Schneider2011-05-101-37/+35
* libsmbconf: Convert smbconf_delete_includes() to sbcErr.Andreas Schneider2011-05-101-4/+4
* libsmbconf: Convert smbconf_set_includes() to sbcErr.Andreas Schneider2011-05-101-6/+11
* libsmbconf: Convert smbconf_get_includes() to sbcErr.Andreas Schneider2011-05-101-4/+4
* libsmbconf: Convert smbconf_delete_parameter() to sbcErr.Andreas Schneider2011-05-101-7/+6
* libsmbconf: Convert smbconf_get_parameter() to sbcErr.Andreas Schneider2011-05-101-7/+6
* libsmbconf: Convert smbconf_set_parameter() to sbcErr.Andreas Schneider2011-05-101-21/+21
* libsmbconf: Convert smbconf_delete_share() to sbcErr.Andreas Schneider2011-05-101-6/+7
* libsmbconf: Convert smbconf_get_share() to sbcErr.Andreas Schneider2011-05-101-8/+8
* libsmbconf: Convert smbconf_create_share() to smbErr.Andreas Schneider2011-05-101-8/+12
* libsmbconf: Convert smbconf_get_share_names() to sbcErr.Andreas Schneider2011-05-101-4/+4