samba.git
2015-06-12 Michael Adamtalloc:guide: fix documented signature of talloc_unlink().
2015-06-12 Michael Adamtalloc:manpage: fix documented signature of talloc_unli...
2015-06-12 Stefan Metzmachertalloc: sync the talloc_reference() description between...
2015-06-12 Michael Adamctdb-vacuum: revert "Do not delete VACUUM MIGRATED...
2015-06-12 Stefan Metzmacherctdb-ib: make sure the tevent_fd is removed before...
2015-06-12 Stefan Metzmacherlibcli/smb: make sure we remove the writev_send() reque...
2015-06-12 Stefan Metzmacherlibcli/smb: add smb1 requests to the pending array...
2015-06-12 Stefan Metzmacherlibcli/smb: make sure the writev_send of smbXcli_conn_s...
2015-06-12 Stefan Metzmacherlibcli/smb: remove unused split of read_fd and write_fd
2015-06-12 Stefan Metzmacherlibcli/smb: close the socket fd at the end of smbXcli_c...
2015-06-12 Stefan Metzmacherlibcli/smb: use tevent_req_received(req) in read_smb_recv()
2015-06-12 Stefan Metzmacherlib/async_req: remove the tevent_fd as early as possibl...
2015-06-12 Stefan Metzmacherlib/async_req: remove the tevent_fd as early as possibl...
2015-06-12 Stefan Metzmacherlib/async_req: use tevent_req_nomem/tevent_req_post...
2015-06-12 Stefan Metzmacherlib/async_req: s/result/req/ in read_packet_send()
2015-06-12 Stefan Metzmacherlib/async_req: remove the tevent_fd as early as possibl...
2015-06-12 Stefan Metzmacherlib/async_req: simplify async_connect_* using a _cleanu...
2015-06-12 Stefan Metzmacherlib/async_req: s/result/req/ in async_connect_send()
2015-06-12 Stefan Metzmacherlib/async_req: remove unused sendto_{send,recv} and...
2015-06-12 Stefan Metzmachers3:libsmb: convert nb_trans_send/recv internals to...
2015-06-12 Stefan Metzmachers3:libsmb: convert nb_packet_reader to tstream_* functions
2015-06-12 Stefan Metzmachers3:libsmb: convert nb_packet_client to tstream_* functions
2015-06-12 Stefan Metzmachers3:libsmb: let nb_packet_server_destructor() explicitly...
2015-06-12 Stefan Metzmachers3:libsmb: remove pending requests as early as possible...
2015-06-12 Stefan Metzmachers3:libsmb: remove subreqs as early as possible via...
2015-06-12 Stefan Metzmachers3:libsmb: remove the cli_session_request as early...
2015-06-12 Stefan Metzmachers3:lib/addrchange: make use of tdgram_* in addrchange_*()
2015-06-12 Stefan Metzmachers3:lib/addrchange: look at the correct nl_pid in addrch...
2015-06-12 Stefan Metzmachers3:lib/background: make sure we destroy a pending read_...
2015-06-12 Stefan Metzmachers3:wscript: move lib/util_tsock.c from 'TLDAP' to ...
2015-06-12 Stefan Metzmachers4:libcli/raw: make sure smbcli_transport_connect_send...
2015-06-12 Stefan Metzmacherlib/tsocket: add tdgram_inet_udp_broadcast_socket()
2015-06-12 Stefan Metzmacherlib/tsocket: add tdgram_bsd_existing_socket() helper...
2015-06-12 Stefan Metzmachertevent.h: propose tstream_ versions of read_packet_send...
2015-06-12 Stefan Metzmachertevent/testsuite: make sure we cleanup tevent_fd struct...
2015-06-12 Stefan Metzmacherctdb-locking: move all auto_mark logic into process_cal...
2015-06-12 Stefan Metzmacherctdb-locking: make process_callbacks() more robust
2015-06-12 Amitay Isaacsctdb-locking: Add a comment to explain auto_mark usage
2015-06-12 Amitay Isaacsctdb-locking: Avoid resetting talloc destructor
2015-06-12 Amitay Isaacsctdb-locking: Avoid memory leak in the failure case
2015-06-12 Amitay Isaacsctdb-locking: Set destructor when lock_context is created
2015-06-12 Stefan Metzmacherctdb-locking: Set the lock_ctx->request to NULL when...
2015-06-12 Stefan Metzmacherctdb-locking: Avoid memory corruption in ctdb_lock_cont...
2015-06-12 Christof Schmittdocs: Add missing SRVSVC entries in rpcclient manpage
2015-06-12 Christof Schmittrpcclient: Add netsharesetdfsflags command
2015-06-12 Christof Schmittrpcclient: Add info level 1005 for netsharegetinfo
2015-06-12 Christof Schmittrpcclient: Add netsharedel command
2015-06-12 Christof Schmittrpcclient: Add netshareadd command
2015-06-12 Douglas BagnallKCC: use python 2.6 compatible dictonary comprehensions
2015-06-12 Douglas BagnallKCC: intrasite double_directed_ring test shouldn't...
2015-06-12 Douglas BagnallKCC: use logger.critical rather than print >> sys.stderr
2015-06-12 Douglas BagnallKCC: draw a site-edges graph for each partition
2015-06-12 Douglas BagnallKCC: use KccError, simplify logic in NTDSConn.commit_mo...
2015-06-12 Douglas BagnallKCC: remove unused create_edge_set() function
2015-06-12 Douglas BagnallKCC: ignore the bridges_required option
2015-06-12 Douglas BagnallKCC: fix the polarity of bridges_required option
2015-06-12 Douglas BagnallKCC: remove a TODO with seemingly no basis in specification
2015-06-12 Douglas BagnallKCC: clarify setup-vertices docstring, remove TODO
2015-06-12 Douglas BagnallKCC: note about the meaning of None in schedule types
2015-06-12 Douglas BagnallKCC: combine_repl_info() returns the combined replinfo
2015-06-12 Douglas BagnallKCC: remove unnecessary comment
2015-06-12 Douglas BagnallKCC: reword comment, removing unwarranted XXX
2015-06-12 Douglas BagnallKCC: remove an unwarranted XXX comment
2015-06-12 Douglas BagnallKCC: let kcc.graph.ReplInfo know its duration
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.InternalEdge
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.MultiEdge
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.Vertex
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.VertexColour()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.setup_graph()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.add_edge_out()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.find_component()
2015-06-12 Douglas BagnallKCC: some rearrangement in kcc.graph.add_int_edge()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.kruskal()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.add_int_edge()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.process_edge()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.process_edge_set()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.undemote_vertex()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.check_demote_vertex()
2015-06-12 Douglas BagnallKCC: pep8 line length in plot all connections
2015-06-12 Douglas BagnallKCC: pep8 -- remove an extra line in graph_utils
2015-06-12 Douglas BagnallKCC: pep8 remove a line
2015-06-12 Douglas BagnallKCC: samba.kcc formatting fixes for pep8
2015-06-12 Douglas BagnallKCC: remove XXX scare comments around guid comparisons.
2015-06-12 Douglas BagnallKCC: setup_dijkstra() creates its own empty queue
2015-06-12 Douglas BagnallKCC: Add graph.InternalEdge.__lt__ docstring
2015-06-12 Douglas BagnallKCC: Add graph.try_new_path docstring
2015-06-12 Douglas BagnallKCC: Add graph.dijkstra and setup_dijkstra() docstrings
2015-06-12 Douglas BagnallKCC: Add graph.setup_vertices() docstring
2015-06-12 Douglas BagnallKCC: don't pretend graph.create_edge_set() is useful
2015-06-12 Douglas BagnallKCC: Add s.k.g.create_auto_edge_set() docstring, improv...
2015-06-12 Douglas BagnallKCC: Add samba.kcc.graph.create_edge() docstring
2015-06-12 Douglas BagnallKCC: improve samba.kcc.graph.get_spanning_tree_edges...
2015-06-12 Douglas BagnallKCC: Add ReplInfo docstring
2015-06-12 Douglas BagnallKCC: docstring for test_all_reps_from()
2015-06-12 Douglas BagnallKCC: use logger functions rather than print in create_c...
2015-06-12 Douglas BagnallKCC: ldif_import_export tests dotfiles have contents
2015-06-12 Douglas BagnallKCC: ldif_import_export tests checks the dot-files
2015-06-12 Douglas BagnallKCC: ldif_import_export tests use samba.tests.TestCaseI...
2015-06-12 Douglas BagnallKCC: add tests for kcc.graph repltimes functions
2015-06-12 Douglas BagnallKCC: beginning of tests for kcc.graph
next