summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ldb-samba: use ldap enum instead of ldb enumUri Simchoni2017-11-221-1/+1
* librpc-build: ignore unused functions in generated codeUri Simchoni2017-11-221-35/+74
* build: detect availability of -Wno-unused-functionUri Simchoni2017-11-221-0/+3
* build: allow adding cflags to end of python module build commandUri Simchoni2017-11-221-0/+2
* build: allow passing custom cflags to end of library buildUri Simchoni2017-11-221-0/+2
* ldb: silence some clang warnings in picky developer modeUri Simchoni2017-11-221-2/+2
* lib/crypto: remove unused codeUri Simchoni2017-11-221-20/+0
* torture: remove spurious semicolonUri Simchoni2017-11-221-1/+2
* nfs4acl: fix picky build in case rpc/xdr.h is not availableUri Simchoni2017-11-221-0/+1
* libgpo: Fix CID 1422263 Resource leakVolker Lendecke2017-11-221-0/+2
* libgpo: Fix CID 1422262 Explicit null dereferencedVolker Lendecke2017-11-211-1/+5
* s3: smbd: Chain code can return uninitialized memory when talloc buffer is gr...Jeremy Allison2017-11-211-0/+14
* s3: smbd: Fix SMB1 use-after-free crash bug. CVE-2017-14746Jeremy Allison2017-11-212-3/+9
* docs: Fix the "aio r/w size" smb.conf entriesVolker Lendecke2017-11-212-17/+16
* ctdb-common: Add async version of shutdown in sock_daemonAmitay Isaacs2017-11-213-9/+110
* ctdb-common: Add async version of reconfigure in sock_daemonAmitay Isaacs2017-11-214-0/+161
* ctdb-common: Add async version of startup in sock_daemonAmitay Isaacs2017-11-214-0/+95
* ctdb-tests: Create sock_daemon_funcs per testAmitay Isaacs2017-11-211-30/+40
* ctdb-common: Handle errors on unexpected socket close in sock_daemonAmitay Isaacs2017-11-211-3/+16
* ctdb-common: Start listening to sockets only on successful startupAmitay Isaacs2017-11-213-43/+161
* ctdb-common: Start wait computation only after successful startupAmitay Isaacs2017-11-212-11/+23
* ctdb-common: Return status from sock_daemon startup()/reconfigure()Amitay Isaacs2017-11-214-18/+85
* ctdb-common: Do not use sock->req outside sock_socket functionsAmitay Isaacs2017-11-211-3/+4
* ctdb-common: Call missing tevent_wakeup_recv() in sock_daemonAmitay Isaacs2017-11-211-0/+8
* ctdb-daemon: Allocate deferred calls off calling contextAmitay Isaacs2017-11-211-1/+13
* s3: utils: net. Fix return paths that don't free talloc stackframe.Jeremy Allison2017-11-211-1/+4
* Fix formating of sources to be less than 80 linesGarming Sam2017-11-214-97/+190
* python: Convert gop.GROUP_POLICY_OBJECT to pytallocAndrew Bartlett2017-11-201-82/+51
* python: Remove talloc_stackframe() held in an objectAndrew Bartlett2017-11-201-11/+15
* libgpo: Setup the stack frame in ads_connectDavid Mulder2017-11-201-0/+9
* Use talloc_stackframe() not talloc_tos() in namequery.cAndrew Bartlett2017-11-201-9/+8
* python: Remove Python 2.4 compat macroAndrew Bartlett2017-11-201-4/+0
* python: Use py_check_dcerpc_type() to safely check for credentialsAndrew Bartlett2017-11-202-4/+16
* gpoupdate: Move closer to 80 columnsAndrew Bartlett2017-11-201-5/+11
* python: This function converts days to a relative (ie negative) NTTIMEAndrew Bartlett2017-11-201-3/+3
* pygpo: Check for errors in gpo.gpo_get_sysvol_gpt_version()Andrew Bartlett2017-11-201-1/+11
* doc: Add samba_gpoupdate man page, update WHATSNEWDavid Mulder2017-11-203-0/+133
* gpo: Apply kerberos settingsDavid Mulder2017-11-205-15/+81
* gpo: Always enforce policy, even if unchangedDavid Mulder2017-11-202-16/+53
* gpo: Add GPO unapplyDavid Mulder2017-11-202-56/+275
* gpo: Add gpo testsDavid Mulder2017-11-207-2/+236
* gpo: Install the samba_gpoupdate scriptDavid Mulder2017-11-202-1/+2
* gpoupdate: Rewrite samba_gpoupdateDavid Mulder2017-11-202-368/+122
* gpo: Make the gpclass more easily extensibleDavid Mulder2017-11-202-21/+39
* libgpo: Add libgpo python bindingsDavid Mulder2017-11-201-2/+387
* gpo: fix the building of gpext to only onceGarming Sam2017-11-203-12/+7
* gpo: enable gpo update with addition to build systemLuke Morrison2017-11-203-19/+10
* gpoupdate: Remove developer path from the commentAndrew Bartlett2017-11-201-1/+0
* gpoupdate: Correct comment about hard-coded 5 second runing of the scriptAndrew Bartlett2017-11-201-1/+4
* gpoupdate: Do not DEBUG(0) every scan intervalAndrew Bartlett2017-11-201-3/+0