python/colour: add colourizing and switch functions
[kai/samba-autobuild/.git] / source3 / utils /
2018-05-24 Andreas Schneiders3:utils: Remove double error check
2018-05-17 Günther Deschners3-utils: fix format-truncation in smbpasswd
2018-05-17 Andreas Schneiders3:utils: Do not segfault on error in DoDNSUpdate()
2018-05-12 Mathieu ParentFix spelling s/retrive/retrieve/
2018-05-12 Mathieu ParentFix spelling s/formated/formatted/
2018-05-09 Simo SorceFix Jean François name to be UTF-8
2018-04-24 Volker Lendeckentlm_auth: PAM_AUTH_CRAP needs a privileged socket
2018-04-10 Volker Lendeckelibsmb: Give dsgetdcname.c its own header
2018-04-10 Volker Lendeckelibsmb: Give namequery.c its own header
2018-04-03 Volker Lendeckenet: Avoid tallocs
2018-04-03 Volker Lendeckenet: Fix CID 1414752 Resource leak
2018-04-03 Volker Lendeckeutils: Fix CID 1035541 Uninitialized scalar variable
2018-03-28 Volker Lendeckenet: Fix CID 1128559 Dereference null return value
2018-03-28 Volker Lendeckesmbstatus: Fix CID 1128560 Dereference null return...
2018-03-20 Andreas Schneiders3:utils: Fix size type in log2pcaphex
2018-03-15 Volker Lendeckewinbind: Add smbcontrol disconnect-dc
2018-03-15 Volker Lendeckeutils: Add destroy_netlogon_creds_cli
2018-03-02 Noel Powers3:libads: 'net ads keytab create' shouldn't write...
2018-03-02 Noel Powers3:utils: Modify default behaviour of 'net ads keytab...
2018-03-02 Noel Powers3:libads: add param to prevent writing spn(s) to ads
2018-03-02 Noel Powers3:utils: add new 'net ads setspn delete' subcommand
2018-03-02 Noel Powers3:utils: add new 'net ads setspn add' subcommand
2018-03-02 Noel Powers3:utils: add new 'net ads setspn list' subcommand
2018-03-01 Andreas Schneiders3:utils: Add FALL_THROUGH statements in ntlm_auth.c
2018-03-01 Andreas Schneiders3:utils: Add FALL_THROUGH statements in net_registry_c...
2018-03-01 Andreas Schneiders3:utils: Add FALL_THROUGH statements in net_rpc_conf.c
2018-03-01 Andreas Schneiders3:utils: Add FALL_THROUGH statements in net_conf.c
2018-03-01 Andreas Schneiders3:utils: Add FALL_THROUGH statements in regedit.c
2018-02-26 Volker Lendeckewinbindd: Remove "DUMP_EVENT_LIST" message
2018-02-22 Douglas Bagnallutil/rfc1738_unescape(): return end pointer or NULL...
2018-02-15 Volker Lendeckewinbind: Don't send "server_id" explicitly for DUMP_DOM...
2018-02-15 Volker Lendeckewinbind: Don't explicitly send "server_id" for ONLINESTATUS
2018-02-13 Volker Lendeckenet: Slightly simplify net_lookup_dsgetdcname()
2018-02-13 Volker Lendeckenet: Add some {}
2018-02-12 Volker Lendeckesmbd: Pass "file_id" through share_entry_forall
2018-02-08 Volker Lendeckelib: Make g_lock_locks use TDB_DATA
2018-02-08 Volker Lendeckelib: Make g_lock_dump use TDB_DATA
2018-02-08 Volker Lendeckelib: Make g_lock_do use TDB_DATA
2017-12-18 Gary Lockyersource3/utils/smbfilter.c set socket close on exec
2017-12-04 Volker Lendeckelib: Use messaging_send_all instead of message_send_all
2017-12-04 Volker Lendeckenet: Remove "net serverid list"
2017-12-04 Volker Lendeckenet: Remove "net serverid wipe"
2017-12-04 Volker Lendeckesmbcontrol: Use messaging_dgm_forall
2017-12-04 Volker Lendeckemessaging: Remove the "n_sent" arg from message_send_all
2017-11-29 Volker Lendeckenet: Parse namemap_cache in "net cache list"
2017-11-27 Ralph Boehmesmbstatus: correctly denote not fully authenticated...
2017-11-27 Ralph Boehmes3/smbstatus: add a NULL check
2017-11-21 Jeremy Allisons3: utils: net. Fix return paths that don't free talloc...
2017-11-20 Garming Samgpo: fix the building of gpext to only once
2017-11-17 Volker Lendeckentlm_auth: Use libwbclient in get_winbind_netbios_name()
2017-11-17 Volker Lendeckentlm_auth: Use libwbclient in get_require_membership_sid()
2017-11-17 Volker Lendeckentlm_auth: Use libwbclient in get_winbind_domain()
2017-11-17 Volker Lendeckentlm_auth: Use libwbclient in winbind_separator()
2017-10-06 Ralph Boehmesmbcacls: no need to fetch the sd when changing ownership
2017-10-02 Ralph Boehmenet: groupmap cleanup should not delete BUILTIN mappings
2017-09-22 Richard Sharpes3: Fix a small spelling mistake in smbcacls.
2017-09-20 Volker Lendeckenet: Don't depend on libnet_samsync anymore
2017-09-20 Volker Lendeckenet: Remove NT4-based vampire keytab
2017-09-20 Volker Lendeckenet: Remove NT4-based rpc vampire ldif
2017-09-20 Volker Lendeckenet: Remove rpc vampire from NT4 domains
2017-09-20 Volker Lendeckenet: Remove rpc samdump
2017-08-23 Andreas Schneiders3:utils: Remove pointless if-clause for remote_machine
2017-08-23 Andreas Schneiders3:utils: Make sure we authenticate against our SAM...
2017-08-23 Andreas Schneiders3:utils: Pass domain to password_change() in smbpasswd
2017-08-23 Andreas Schneiders3:utils: Make strings const passed to password_change...
2017-08-23 Andreas Schneiders3:libsmb: Move prototye of remote_password_change()
2017-08-23 Andreas Schneiders3:libsmb: Pass domain to remote_password_change()
2017-08-23 Andreas Schneiders3:utils: Do not report an invalid range for AD DC...
2017-08-18 Andreas Schneiders3:utils: Allow to run smbpasswd as user
2017-08-09 Andreas Schneiders3:utils: Fix buffer size for snprintf and format string
2017-07-25 Volker Lendeckesmbpasswd: Initialize messaging for messaging_ctdb_conn
2017-07-20 Noel Powers3/utils: smbcacls failed to detect DIRECTORIES using...
2017-07-04 Ralph Boehmenet: fix net cache samlogon list output
2017-07-03 Ralph Boehmenet: add net cache samlogon list|show|ndrdump|delete
2017-06-27 Stefan Metzmachernet: make use of secrets_*_password_change() for "net...
2017-06-27 Stefan Metzmachernet: add "net primarytrust dumpinfo" command that dumps...
2017-06-27 Stefan Metzmachers3:trusts_util: pass dcname to trust_pw_change()
2017-06-27 Stefan Metzmachers3:secrets: rename secrets_delete() to secrets_delete_e...
2017-06-23 Volker Lendeckenet: Dump data for net_g_lock dump
2017-06-17 Jeremy Allisons3: libsmb: Correctly save and restore connection tcon...
2017-06-15 Volker Lendeckeg_lock: Make g_lock_dump return a complete list of...
2017-06-06 Noel Powers3/utils: Add warning to testparm for "client ipc signi...
2017-05-09 Jeremy Allisons3: client tools: Call popt_free_cmdline_auth_info...
2017-05-09 Jeremy Allisons3: client tools. Remove direct access to struct user_a...
2017-05-08 Christof Schmittnet: Add net tdb command to print information from...
2017-05-04 Christian Ambachs3:smbcacls add prompt for password
2017-04-07 Stefan Metzmachers3:ntlm_auth: fix memory leak in manage_gensec_request()
2017-03-29 Andrew Bartlettauth: Add logging of service authorization
2017-03-29 Andrew Bartlettntlm_auth: Set ntlm_auth as the service_description...
2017-03-24 Stefan Metzmacherauth: let auth4_context->check_ntlm_password() return...
2017-03-24 Stefan Metzmacherntlm_auth3: let contact_winbind_auth_crap() return...
2017-03-23 Volker Lendeckenet: Don't crash if lsa_LookupPrivDisplayName returns...
2017-03-02 Uri Simchonitestparm: remove check for "ea support" in fruit shares
2017-02-22 Chris LambCorrect "descriptior" typos.
2017-02-22 Chris LambCorrect "perfom" typos.
2017-02-22 Chris LambCorrect "coult" typo.
2017-02-21 Stefan Metzmachers3:net_rpc_trust: make use of trust_pw_new_value()
2017-02-10 Ralph Boehmes3/util: mvxattr, a tool to rename extended attributes
2017-01-22 Volker Lendeckelib: Add lib/util/server_id.h
2017-01-20 Ralph Boehmesmbcontrol: add ringbuf-log
next