s3: Copy share mode handling from before to after open_file
[samba.git] / source3 / utils /
2012-09-22 Christian Ambachs3:utils/net fix a compiler warning
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
2012-05-10 Volker Lendeckes3: Fix Coverity ID 242754 Dereference null return...
2012-05-08 Karolin Seegers3-net: Fix typo in comment.
2012-04-30 Christof Schmittnet: Let get*sid return error from passdb init
2012-04-25 Gregor Becks3:registry: remove usage of reg_objects from net_rpc_p...
2012-04-25 Gregor Becks3:eventlogadm make a transaction for addsource
2012-04-25 Gregor Becks3:eventlogadm reimplement addsource using reg_api
2012-04-24 Volker Lendeckes3: Attempt to fix the build without kerberos
2012-04-23 Simo SorceMake krb5 wrapper library common so they can be used...
2012-04-20 Michael Adams3:smbcontrol: remove an unused variable
2012-04-20 Michael Adams3:id_cache: do not use the in-memory idmap cache ...
2012-04-19 Volker Lendeckes3-g_lock: Use dbwrap_record_watch_send/recv
2012-04-19 Volker Lendeckes3-dbwrap: Add "listwatchers" to dbwrap_tool
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2727 to 2740 -- UNINIT
2012-04-19 Volker Lendeckes3: Fix a "ISO C90 forbids mixed declarations and code"
2012-04-17 Volker Lendeckes3: Add smbstatus -N to output the notify db
2012-04-17 Volker Lendeckes3: Add "notify-cleanup" to smbcontrol
2012-04-06 Björn Baumbachs3-utils: add do_reload_printers command to smbcontol
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIRENT define
2012-04-05 Andrew Bartlettbuild: Remove sys_closedir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_readdir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_opendir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_open wrapper
2012-04-03 Andrew Bartletts3-ntlm_auth: use manage_gensec_request for squid-2...
2012-04-03 Andrew Bartletts3-auth: Order GENSEC mechs by priority, krb5 before...
2012-04-03 Andrew Bartletts3-ntlm_auth: add ntlm_auth_generate_session_info_pac()
2012-04-03 Andrew Bartletts3-ntlm_auth Use GENSEC for gss-spnego server
2012-03-30 Jeremy AllisonMore strlcat/strlcpy truncate checks.
2012-03-24 Jelmer Vernooijuse usleep rather than sys_usleep in various places...
2012-03-14 Andrew Bartletts3-krb5: Remove GSS_WRAP_IOV conditional
2012-03-10 Björn Jackes3: fix build on AIX
2012-03-04 Andrew Bartletts3-auth: Remove security=share (depricated since 3.6).
next