summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ctdb: Fix a typoVolker Lendecke2021-03-091-1/+1
* rpc_server: Align integer typesVolker Lendecke2021-03-091-2/+3
* rpc_server: Fix a typoVolker Lendecke2021-03-091-1/+1
* samba: Fix indentationVolker Lendecke2021-03-091-1/+1
* samba-tool: Add a gpo command for setting VGP Issue Group PolicyDavid Mulder2021-03-083-2/+72
* samba-tool: Test gpo manage issue set commandDavid Mulder2021-03-083-0/+75
* samba-tool: Add a gpo command for listing VGP Issue Group PolicyDavid Mulder2021-03-083-2/+42
* samba-tool: Test gpo manage issue list commandDavid Mulder2021-03-083-0/+74
* gpo: Apply Group Policy Issue setting from VGPDavid Mulder2021-03-083-2/+48
* gpo: Test Group Policy VGP Issue PolicyDavid Mulder2021-03-083-0/+77
* samba-tool: Add a gpo command for setting VGP MOTD Group PolicyDavid Mulder2021-03-083-2/+72
* samba-tool: Test gpo manage motd set commandDavid Mulder2021-03-083-0/+75
* samba-tool: Add a gpo command for listing VGP MOTD Group PolicyDavid Mulder2021-03-083-2/+42
* samba-tool: Test gpo manage motd list commandDavid Mulder2021-03-083-0/+74
* gpo: Apply Group Policy MOTD setting from VGPDavid Mulder2021-03-083-2/+48
* gpo: Test Group Policy VGP MOTD PolicyDavid Mulder2021-03-083-0/+77
* gpo: Don't free talloc pointer held elsewhereDavid Mulder2021-03-081-1/+0
* gpo: vgp_sudoers_ext handle missing and dispersed principal namesDavid Mulder2021-03-082-3/+8
* gpo: Ensure that vgp_sudoers_ext handles missing/dispersed principal namesDavid Mulder2021-03-082-3/+32
* gpo: Add rsop output for vgp_openssh_extDavid Mulder2021-03-081-0/+21
* gpo: vgp_openssh_ext create the config dirDavid Mulder2021-03-081-0/+2
* gpo: Improve the samba-gpupdate --rsop outputDavid Mulder2021-03-081-1/+8
* gpo: Add admxload warning about Windows templatesDavid Mulder2021-03-081-0/+6
* gpo: Ensure that samba-gpupdate doesn't require ad-dcDavid Mulder2021-03-082-3/+2
* gpo: Test to ensure that samba-gpupdate doesn't require ad-dcDavid Mulder2021-03-083-0/+46
* smbXsrv_client: move the connection passing to smb2srv_client_mc_negprot_send...Stefan Metzmacher2021-03-065-142/+459
* smbd: make sure that xconn is alive for the lifetime of smbXsrv_connection_sh...Stefan Metzmacher2021-03-063-1/+32
* s4:torture/smb2: add smb2.lease.timeout-disconnect testStefan Metzmacher2021-03-062-0/+147
* smbXsrv_session: set session->db_rec = NULL after session->db_rec = local_recStefan Metzmacher2021-03-062-3/+8
* smbXsrv_tcon: explicitly set tcon->db_rec = NULL after tcon->db_rec = local_recStefan Metzmacher2021-03-061-0/+1
* s4:torture/smb2: add a smb2.session.two_logoff testStefan Metzmacher2021-03-062-0/+44
* smbd: introduce a smbXsrv_connection_destructor()Stefan Metzmacher2021-03-061-0/+7
* smbd: improve smbXsrv_connection_dbg() for debugging multi-channel problemsStefan Metzmacher2021-03-061-3/+10
* selftest: enable 'server multi channel support = yes'Stefan Metzmacher2021-03-064-4/+13
* s4:torture/smb2: use %t (timestamp) instead of %R for lease.dynamic_share testStefan Metzmacher2021-03-062-53/+49
* smbd: let smbd_request_guid() use smb1req->xconn->channel_idStefan Metzmacher2021-03-061-1/+1
* docs-xml: clarify "smb2 disable lock sequence checking" sectionStefan Metzmacher2021-03-061-1/+1
* dsdb: Fix CID 1473454: Null pointer dereferencesVolker Lendecke2021-03-061-2/+8
* dsdb: Fix CID 1473453: Null pointer dereferencesVolker Lendecke2021-03-061-0/+4
* librpc: Lower dcesrv_call_dispatch_local() errors from DBG_ERR to DBG_INFOSamuel Cabrero2021-03-061-16/+16
* winbind: Remove noisy error message in wb_open_internal_pipe()Samuel Cabrero2021-03-062-2/+4
* g_lock: Fix uninitalized variable readsVolker Lendecke2021-03-051-2/+2
* locking: Fix an uninitialized variable readVolker Lendecke2021-03-051-1/+1
* vfs_aixacl2: Fix "mem_ctx" and "ppdesc" smb_fget_nt_acl_nfs4 argsVolker Lendecke2021-03-031-2/+2
* wscript: use --as-needed only if tested successfullyBjörn Jacke2021-03-031-1/+2
* s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up fai...Trever L. Adams2021-03-011-67/+95
* Suggest running './configure' rather than 'waf configure'.Jelmer Vernooij2021-03-011-1/+1
* daemons: Do not notify systemd in child processes started by main sambaSamuel Cabrero2021-03-014-15/+52
* lib:util: Move variable initialization out of conditional compilation blockSamuel Cabrero2021-03-011-1/+1
* test: samba-tool user show: Test ';format=[GeneralizedTime,UnixTime,TimeSpec]...Björn Baumbach2021-03-011-0/+132