s3: smbclient: Allinfo leaves the file handle open.
[samba.git] / source3 / utils /
2015-01-15 Karolin SeegerMerge tag 'samba-4.0.24' into v4-0-test
2015-01-14 Volker Lendeckenet: Fix sam addgroupmem
2014-12-18 Christian Ambachs3:utils/profiles fix a use after free
2014-08-21 Jeremy Allisons3: net time - fix usage and core dump.
2014-04-01 Stefan Metzmachers3:utils/smbfilter: use a local variable for the packet...
2014-03-11 Jeremy AllisonCVE-2013-6442: s3:smbcacls - ensure we don't lose an...
2014-03-11 Jeremy AllisonCVE-2013-6442: s3:smbcacls - ensure we don't lose an...
2014-02-06 Alistair Leslie... Stop use after free
2013-12-28 Jeremy Allisons3: smbpasswd - fix crashes on invalid input.
2013-12-09 Karolin SeegerMerge tag 'samba-4.0.13' into v4-0-test
2013-12-05 Jeremy AllisonCVE-2013-4408:s3:Ensure LookupRids() replies arrays...
2013-12-05 Jeremy AllisonCVE-2013-4408:s3:Ensure LookupNames replies arrays...
2013-11-26 Andreas Schneiders3-lib: Add grpname to talloc_sub_specified().
2013-08-05 Karolin SeegerMerge tag 'samba-4.0.8' into v4-0-test
2013-07-15 Björn Baumbachs3-smbstatus: display [u|g]id of -1 as "-1" in connecti...
2013-06-10 Peng HaitaoWhen message-type is drvupgrade, MSG_DEBUG should be...
2013-03-21 Andreas Schneiders3-net: Add encoding=<CP> to 'net printing dump'.
2013-03-21 Andreas Schneiders3-net: Add encoding=<CP> to 'net printing migrate'.
2013-02-05 Stefan Metzmachers3: use generate_random_password() instead of generate_...
2012-12-03 Günther Deschners3-net: Fix DEBUG() location.
2012-12-03 Günther Deschners3-net: give more control how to update/register DNS...
2012-12-03 Günther Deschners3-net: pass down a flags field to DoDNSUpdate().
2012-12-03 Günther Deschners3-net: move out some prototypes to net_dns.h.
2012-12-03 Günther Deschners3-net: pass down struct net_context to the dns update...
2012-12-03 Stefan Metzmachers3:smbcacls: add --query-security-info and --set-securi...
2012-10-31 Andreas SchneiderBUG 9326: Fix net ads join message for the dns domain.
2012-10-29 Stefan Metzmachers3:utils/net: remove unused "net connections"
2012-10-29 Gregor Becks3:net_serverid: remove connections_forall from "net...
2012-10-29 Gregor Becks3:net_serverid: remove sessionid_traverse from "net...
2012-10-29 Gregor Becks3:net_status_shares: use connections_forall_read for...
2012-10-29 Gregor Becks3:smbcontrol: don't do stack_trace by connection but...
2012-10-29 Christian Ambachs3:utils/net fix a compiler warning
2012-10-04 Jeremy AllisonFix net rpc share allowedusers to work with 2008r2
2012-09-10 Michele BaldessariCall TALLOC_FREE() before we return otherwise we will...
2012-09-07 Alexander Bokovoys3-smbldap: use smbldap_ prefixed functions
2012-09-06 Andrew Bartletts3-printing: Restrict printing=cups to systems with...
2012-08-15 Andrew Bartlettfix printf warning in net connections
2012-08-15 Gregor Becks3:utils: remove standalone cclean tool
2012-08-15 Gregor Becks3:net add command "connections cleanup"
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-08-01 Stefan Metzmachers3:utils/net_rpc*: make use of cli_get_session_key()
2012-07-30 Andrew Bartletts3-utils: Add cast to fix error found by -Werror=format
2012-07-27 Andrew Bartlettlib/param: Rename "socket address" to "nbt client socke...
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-07-19 Jeremy AllisonMove everything to use the common pidfile functions.
2012-07-19 Jeremy AllisonMove source4/smbd/pidfile into lib/util in preparation...
2012-07-19 Andrew Bartletts3-param: Make lp_name_resolve_order() return a list
2012-07-18 Christian Ambachs3:smbstatus add --fast option
2012-07-18 Christian Ambachs3:smbstatus don't check if process exists twice
2012-07-18 Christian Ambachs3:smbstatus rename a function to make its purpose...
2012-07-18 Christian Ambachs3:smbstatus fix a compiler warning
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-07-17 Rusty Russellsource3/utils/net_conf.c: fix stackframe leak
2012-07-17 Rusty Russellsmbpasswd: always free frame.
2012-07-12 Michael Adams3: rename sid_check_is_in_our_domain() to sid_check_is...
2012-07-06 Christof Schmittauth: Common function for retrieving PAC_LOGIN_INFO...
2012-07-02 Andrew Bartlettauth: Remove .get_challenge (only used for security...
2012-06-29 Gregor Becks3:cclean avoid segfault in case of ctdb missbehaviour
2012-06-29 Gregor Becks3:cclean: fix memory allocation
2012-06-27 Andrew Bartletts3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
2012-06-27 Gregor Becks3: add a tool "cclean" to cleanup orphaned entries...
2012-06-26 Michael Adams3:net registry import: implement dry-run with "--test"
2012-06-26 Michael Adams3:net registry import: add an assert
2012-06-26 Michael Adams3:net registry import: reduce indentation
2012-06-26 Michael Adams3:net registry import: fix the return code when transa...
2012-06-26 Michael Adams3:net registry import: improve regdb_open/close layering
2012-06-26 Michael Adams3:net registry import: untangle nested function calls
2012-06-26 Michael Adams3:net registry import: reduce indentation and untangle...
2012-06-26 Michael Adams3:net registry import: move precheck-and-import code...
2012-06-26 Gregor Becks3:net registry: fix violation of coding conventions
2012-06-26 Gregor Becks3:net registry import: add option --precheck
2012-06-26 Gregor Becks3:net registry import: check return values + codecleanup
2012-06-26 Gregor Becks3:net registry: fix output of dwords with sign bit set
2012-06-21 Michael Adams3:util: rename procid_equal() to serverid_equal()
2012-06-21 Michael Adams3:smbstatus: use procid_equal() instead of equivalent...
2012-06-19 Jeremy AllisonFix warning: variable ‘status’ set but not used.
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_u...
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_in...
2012-06-15 Volker Lendeckedbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
2012-06-14 Volker Lendeckes3: Simplify tdb_data_is_cstr a bit
2012-06-06 Michael Adams3:smb: introduce a name TID_FIELD_INVALID for the...
2012-06-06 Stefan Metzmachers3:utils: use smbd/smbd.h instead of just smbd/proto.h
2012-06-05 Stefan Metzmachers3:lib: split things into a conn_tdb.h
2012-05-30 Stefan Metzmachers3:utils: use cli_tree_connect() instead of cli_tcon_andx()
2012-05-28 Luk Claess3:libsmb: get rid of cli_negprot
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_server_time_zone
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_protocol
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_remote_name
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_*_sockaddr
2012-05-26 Andrew Bartletts3-utils: Use ads_do_search_retry in net ads search
2012-05-23 Simo SorceMove source3/libads/dns.c to lib/addns
2012-05-23 Simo Sorces3-ads-dns: Break dependency on lp_parm
2012-05-15 Volker Lendeckes3: Fix Coverity ID 242710 Untrusted pointer read
2012-05-15 Stefan Metzmachers3-auth: remove "security=server" (depricated since...
2012-05-10 Volker Lendeckes3: Fix Coverity ID 242725 Uninitialized scalar variable
2012-05-10 Volker Lendeckes3: Fix Coverity ID 242726 Uninitialized scalar variable
next