samba.git
2017-10-31 Joe Guogitlab-ci: add .gitlab-ci.yml
2017-10-30 Günther Deschners4-torture: remove obsolete comment in libsmbclient...
2017-10-30 Andrew Bartlettrepl_meta_data: Initialise parent_dn to NULL
2017-10-29 Andrew Bartlettrepl_meta_data: Explain that we do not truncate the...
2017-10-29 Andrew Bartlettrepl_meta_data: Use replmd_make_prefix_child_dn() in...
2017-10-29 Andrew Bartlettrepl_meta_data: Split replmd_make_deleted_child_dn...
2017-10-29 Andrew Bartlettrepl_meta_data: Move creation of deleted DN into helper...
2017-10-29 Andrew Bartlettrepl_meta_data: Avoid printf() and use binary direct...
2017-10-29 Günther Deschners3-auth: remove leftover prototype from auth_domain.
2017-10-27 Volker Lendeckewinbindd: Remove a misleading comment
2017-10-27 Volker Lendeckeprinting: Avoid an "extern current_user"
2017-10-27 Volker Lendeckeprinting: Avoid an "extern current_user"
2017-10-27 Volker Lendeckesmbd: Fix the memory hierarchy in the unix token
2017-10-27 Volker Lendeckelib: Use all_zero where appropriate
2017-10-27 Volker Lendeckesmbd: Remove an indentation level in smb2_negprot
2017-10-27 Volker Lendeckesamba: Fix CID 1420179 Code maintainability issues...
2017-10-27 Volker Lendeckesamba: Fix CID 1420180 Null pointer dereferences
2017-10-27 Andreas Schneiders4:pyparam: Fix resource leaks on error
2017-10-27 Andreas Schneiders4:torture: Avoid useless strdup in libsmbclient test
2017-10-27 Andreas Schneiderlibsmbclient: Use const for the user
2017-10-27 Andreas Schneidertestprogs: Update the kpasswd setpassword test
2017-10-27 Andreas Schneiders4:kdc: Pass down the task to get access to model_ops...
2017-10-27 Andreas Schneiders3:modules: Check correct variable for NULL in posixacl...
2017-10-26 Andreas Schneiders3:passdb: Make sure the salt is fully initialized...
2017-10-26 Andreas Schneiders3:secrets: Do not leak memory of pw and old_pw
2017-10-26 Andreas Schneiders3:vfs_glusterfs: Use SAFE_FREE
2017-10-26 Martin Schwenkectdb-tests: Process-exists unit tests should wait until...
2017-10-26 Martin Schwenkectdb-tests: Wait for fake_ctdbd to start, fail if it...
2017-10-26 Martin Schwenkectdb-tests: Skip starting fake_ctdbd when current node...
2017-10-26 Martin Schwenkectdb-tests: Wait for ctdb_eventd to start, fail if...
2017-10-26 Martin Schwenkectdb-tests: Allow wait_until() to be used in unit tests
2017-10-26 Andreas Schneiders3:vfs_glusterfs: Fix a double free in vfs_gluster_getwd()
2017-10-26 Douglas Bagnalllinked attribute tests: correct add_all_at_once test
2017-10-25 Douglas Bagnalllinked_attribute tests: helper assert function for...
2017-10-25 Douglas Bagnallreplmd: use check_parsed_dn_duplicates() more widely
2017-10-25 Douglas Bagnalllinked attribute tests: fix logic for add test
2017-10-25 Douglas Bagnalllinked attribute tests: ensure duplicate deletes fail
2017-10-25 Douglas Bagnallreplmd: check for duplicate values in MOD_REPLACE case
2017-10-25 Douglas Bagnalllinked attribute tests: test against duplicates in...
2017-10-25 Andreas Schneiders4:scripting: Fix ntstatus_gen.h generation on 32bit
2017-10-24 Jeremy Allisons3: smbclient: Test we can rename with a name containing.
2017-10-24 Jeremy Allisons3: smbclient: Ensure we call client_clean_name() befor...
2017-10-24 Jeremy Allisons3: client: Add new utility function client_clean_name().
2017-10-23 Amitay Isaacsctdb-client: Fix CID 1419820
2017-10-23 Amitay Isaacsctdb-tools: Drop duplicate output from dbstatistics
2017-10-23 Lumir Balharpython: Port tests of samba.messaging to Python 3 compa...
2017-10-23 Lumir Balharpython: Port samba.messaging module to Python 3 compati...
2017-10-22 Volker Lendeckexattr.idl: Don't generate an interface table
2017-10-22 Volker Lendeckenfs4acls: Don't generate an interface table for nfs4acl...
2017-10-22 Volker Lendeckenfs4acls: Slightly simplify smb_add_ace4
2017-10-22 Volker Lendeckenfs4acls: Fix a debug message
2017-10-21 Ralph Boehmes3/smbd: update some more DEBUG macros in smbd_smb2_cre...
2017-10-21 Ralph Boehmes3/smbd: use early returns in smbd_smb2_create_send
2017-10-21 Ralph Boehmes3/smbd: factor out smbd_smb2_create_after_exec from...
2017-10-21 Ralph Boehmes3/smbd: factor out smbd_smb2_create_before_exec from...
2017-10-21 Ralph Boehmes3/smbd: remove all stack variables of smbd_smb2_create...
2017-10-21 Ralph Boehmes3/smbd: move create ctx extraction and validation...
2017-10-21 Ralph Boehmes3/smbd: move create contexts into smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: remove unneeded args from smbd_smb2_create_finish
2017-10-21 Ralph Boehmes3/smbd: move info into smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: add in_create_disposition to smbd_smb2_create_...
2017-10-21 Ralph Boehmes3/smbd: add in_oplock_level to smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: move requested_oplock_level into smbd_smb2_cre...
2017-10-21 Ralph Boehmes3/smbd: move replay_operation into smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: move result into smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: leverage early return added in the previous...
2017-10-21 Ralph Boehmes3/smbd: factor out smbd_smb2_create_finish from smbd_s...
2017-10-21 Ralph Boehmes3/smbd: modernize a DEBUG statement
2017-10-21 Ralph Boehmes3/smbd: move some setup code in smbd_smb2_create_send...
2017-10-21 Ralph Boehmes3/smbd: add tevent context to smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: use struct initializer for smbd_smb2_create_state
2017-10-20 Volker Lendeckelib: Remove fncall.c
2017-10-20 Volker Lendeckelib: Remove unused getaddinfo_send/recv
2017-10-20 Volker Lendecketorture: Remove GETADDRINFO test
2017-10-20 Volker Lendeckesmbd: Simplify cleanupdb a bit
2017-10-20 Volker Lendeckesmbd: cleanupdb.c is used in smbd only
2017-10-20 Michael Adamvfs_glusterfs: Fix exporting subdirs with shadow_copy2
2017-10-20 Tim Bealeselftest: Print link meta-data when developer debugging...
2017-10-20 Tim Bealereplmd: Remove unnecessary replmd_build_la_val() param
2017-10-20 Tim Bealereplmd: Get rid of duplicated replmd_build_la_val(...
2017-10-20 Tim Bealereplmd: Fix RMD_VERSION inital value to match Windows
2017-10-20 Tim Bealereplmd: Remove static values passed to replmd_build_la_...
2017-10-20 Tim Bealeselftest: Add test for initial link attribute RMD_VERSI...
2017-10-20 Tim Bealereplmd: Small refactor to replmd_check_singleval_la_con...
2017-10-20 Tim Bealereplmd: Change replmd_check_singleval_la_conflict(...
2017-10-20 Tim Bealereplmd: Move link conflict handling into separate function
2017-10-20 Tim Bealereplmd: Handle single-valued conflicts for an existing...
2017-10-20 Tim Bealereplmd: Mark link conflicts as inactive correctly
2017-10-20 Tim Bealereplmd: Use replmd_set_la_val() when adding new links
2017-10-20 Tim Bealereplmd: Fix talloc inconsistency in replmd_set_la_val()
2017-10-20 Tim Bealereplmd: Make replmd_set_la_val() closer to replmd_build...
2017-10-20 Tim Bealereplmd: Handle conflicts for single-valued link attribu...
2017-10-20 Tim Bealereplmd: Partial fix for single-valued link conflict
2017-10-20 Tim Bealeselftest: Add conflict test where the single-valued...
2017-10-20 Tim Bealeselftest: Add test for deleted single-valued link conflict
2017-10-20 Tim Bealeselftest: Make sure single-link conflict retains the...
2017-10-20 Tim Bealereplmd: Remove unused originating_usn variable
2017-10-20 Tim Bealereplmd: Refactor logic to check if replicated link...
2017-10-20 Tim Bealereplmd: Refactor adding the backlink in replmd_process_...
2017-10-20 Andrew Bartlettreplace: Link to -lbsd when building replace.c by hand
next