summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* s3:utils fix a compiler warningChristian Ambach2011-07-211-0/+1
* s3:utils/net_afs fix compiler warningsChristian Ambach2011-07-211-2/+3
* s3:lib/afs fix the build with --with-fake-kaserverChristian Ambach2011-07-211-0/+2
* s3-libsmb: replace cli_read() with cli_read_old()Björn Baumbach2011-07-201-1/+1
* s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind cli_state_[g|s]...Stefan Metzmacher2011-07-202-6/+6
* lsa: rename auth info argument in lsa_CreateTrustedDomainEx2Günther Deschner2011-07-151-1/+1
* s3: Avoid leaking http_timestring in print_registry_keyVolker Lendecke2011-07-151-4/+12
* s3-param Remove lp_set_passdb_backend()Andrew Bartlett2011-07-081-1/+1
* s3:utils: avoid cli_nt_error()/cli_errstr() if we already have the statusStefan Metzmacher2011-07-071-2/+2
* s3-printing: make sure to first migrate the printers then the security descri...Günther Deschner2011-07-071-0/+12
* s3-printing: remove spoolss pipe from migration library, only using winreg fi...Günther Deschner2011-07-071-16/+2
* s3:testparm: avoid spurious warnings about dos mode mapping and create mask i...Gregor Beck2011-07-071-19/+27
* s3: make cli_resolve_path return NTSTATUSVolker Lendecke2011-07-061-2/+4
* s3-printing: open up a winreg pipe handle for the migration code.Günther Deschner2011-07-041-0/+16
* param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett2011-07-021-1/+1
* s3-net: use printing_migrate library, and eliminate duplicate code.Günther Deschner2011-07-011-415/+6
* s3-printing: fill devicemode size in migrate_printer()David Disseldorp2011-06-301-0/+1
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-292-0/+2
* 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