summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2011-06-23s3-net: Bind our gettext results to 'unix charset'Andrew Bartlett1-0/+10
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell1-2/+2
2011-06-20tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere.Rusty Russell1-6/+6
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell3-4/+4
2011-06-20tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell1-2/+2
2011-06-15s3:utils/net_*registry: use c99 initializers which are supported by old gcc 2...Stefan Metzmacher2-4/+8
2011-06-14s3-utils: fix crash in net cache getChristian Ambach1-1/+1
2011-06-10s3:net conf addshare: do not stat-check the share path.Michael Adam1-17/+0
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett12-42/+42
2011-06-09s3-param Remove special case for global_scope()Andrew Bartlett1-1/+1
2011-06-09lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett3-10/+10
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett3-5/+5
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2-4/+4
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett3-4/+4
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett3-7/+7
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-1/+1
2011-06-05s3: Make use of name_resolve_bcast in nmblookupVolker Lendecke1-21/+3
2011-06-02Fix const warnings.Jeremy Allison1-1/+1
2011-06-01Fix const warning.Jeremy Allison1-1/+1
2011-06-01Fix const warning.Jeremy Allison1-1/+1
2011-06-01s3: fix more -Wunused-but-set-variable build warnings.Günther Deschner1-3/+0
2011-05-31s3-utils: fix another -Wunused-but-set-variable build warning.Günther Deschner1-3/+0
2011-05-30Improve documentation for net rpc trustSumit Bose1-13/+16
2011-05-30s3:net: registry export: close key after recursion returnsGregor Beck1-1/+3
2011-05-30s3:net registry: polish output of net registry enumerate[_recursive]Michael Adam1-11/+15
2011-05-30s3:net: registry: use recursive implementation for enumerateGregor Beck1-63/+41
2011-05-30s3:net: registry: add new command enumerate_recursiveGregor Beck1-0/+107
2011-05-30s3:smbcacls: fix parsing of multiple flagsGregor Beck1-1/+6
2011-05-28s3: Use cli_connect_nb in net_rpc_checkVolker Lendecke1-8/+3
2011-05-28s3: Use cli_connect_nb in cli_servertimeVolker Lendecke1-18/+2
2011-05-25s3-testparm Warn about incorrect use of 'password server'Andrew Bartlett1-4/+4
2011-05-20s3:testparm: don't return an error for a warning messageStefan Metzmacher1-1/+0
2011-05-18s3-testparm Warn more on incorrect use of 'password server'Andrew Bartlett1-2/+17
2011-05-18lib/util/charset Don't allow invalid 'dos charset = utf8'Andrew Bartlett1-0/+6
2011-05-18s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett5-31/+31
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett14-18/+18
2011-05-18s3-net_rpc_printer.c: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach1-59/+57
2011-05-13s3-net: fix potential crash bug in display_print_driver3().Günther Deschner1-1/+1
2011-05-10libsmbconf: Convert smbconf_get_config() to sbcErr.Andreas Schneider1-25/+18
2011-05-10libsmbconf: Convert smbconf_transaction_*() to sbcErr.Andreas Schneider1-37/+35
2011-05-10libsmbconf: Convert smbconf_delete_includes() to sbcErr.Andreas Schneider1-4/+4
2011-05-10libsmbconf: Convert smbconf_set_includes() to sbcErr.Andreas Schneider1-6/+11
2011-05-10libsmbconf: Convert smbconf_get_includes() to sbcErr.Andreas Schneider1-4/+4
2011-05-10libsmbconf: Convert smbconf_delete_parameter() to sbcErr.Andreas Schneider1-7/+6
2011-05-10libsmbconf: Convert smbconf_get_parameter() to sbcErr.Andreas Schneider1-7/+6
2011-05-10libsmbconf: Convert smbconf_set_parameter() to sbcErr.Andreas Schneider1-21/+21
2011-05-10libsmbconf: Convert smbconf_delete_share() to sbcErr.Andreas Schneider1-6/+7
2011-05-10libsmbconf: Convert smbconf_get_share() to sbcErr.Andreas Schneider1-8/+8
2011-05-10libsmbconf: Convert smbconf_create_share() to smbErr.Andreas Schneider1-8/+12
2011-05-10libsmbconf: Convert smbconf_get_share_names() to sbcErr.Andreas Schneider1-4/+4