summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2011-07-08s3-param Remove lp_set_passdb_backend()Andrew Bartlett1-1/+1
2011-07-07s3:utils: avoid cli_nt_error()/cli_errstr() if we already have the statusStefan Metzmacher1-2/+2
2011-07-07s3-printing: make sure to first migrate the printers then the security descri...Günther Deschner1-0/+12
2011-07-07s3-printing: remove spoolss pipe from migration library, only using winreg fi...Günther Deschner1-16/+2
2011-07-07s3:testparm: avoid spurious warnings about dos mode mapping and create mask i...Gregor Beck1-19/+27
2011-07-06s3: make cli_resolve_path return NTSTATUSVolker Lendecke1-2/+4
2011-07-04s3-printing: open up a winreg pipe handle for the migration code.Günther Deschner1-0/+16
2011-07-02param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett1-1/+1
2011-07-01s3-net: use printing_migrate library, and eliminate duplicate code.Günther Deschner1-415/+6
2011-06-30s3-printing: fill devicemode size in migrate_printer()David Disseldorp1-0/+1
2011-06-29param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2-0/+2
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