summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nsswitch: Fix checking for config.h #define in winbind_nss.hAndreas Schneider2018-12-161-2/+2
* nsswitch: Fix checking for config.h #define in nsstest.hAndreas Schneider2018-12-161-2/+2
* krb5_samba: Fix checking for config.h #define in krb5_samba.hAndreas Schneider2018-12-161-1/+1
* lib:util: Fix checking for config.h #define in fault.cAndreas Schneider2018-12-161-1/+1
* replace: Fix checking for config.h #define in replace.hAndreas Schneider2018-12-161-1/+1
* replace: Fix checking for config.h #define in gssapi.hAndreas Schneider2018-12-161-4/+4
* replace: Fix checking for config.h #define in readline.hAndreas Schneider2018-12-161-1/+1
* travis-ci: Remove hooks for Travis CI (typically used with GitHub)Andrew Bartlett2018-12-141-50/+0
* dsdb audit_log: Add windows event codes to password changesGary Lockyer2018-12-144-4/+74
* auth log: Increment Authentication versionGary Lockyer2018-12-141-1/+1
* auth log: Add windows logon type codesGary Lockyer2018-12-147-36/+182
* auth log: Add windows event codesGary Lockyer2018-12-147-33/+161
* idl: Add Windows event code idsGary Lockyer2018-12-143-0/+38
* PY3: change shebang to python3 in misc dirsJoe Guo2018-12-1414-16/+16
* PY3: change shebang to python3 in lib dirJoe Guo2018-12-146-6/+6
* PY3: change shebang to python3 in wintest dirJoe Guo2018-12-143-3/+3
* PY3: change shebang to python3 in script dirJoe Guo2018-12-144-4/+4
* PY3: change shebang to python3 in source4/dsdb dirJoe Guo2018-12-1431-31/+31
* PY3: change shebang to python3 in source4/scripting dirJoe Guo2018-12-1412-12/+12
* PY3: change shebang to python3 in source4/torture dirJoe Guo2018-12-1416-16/+16
* PY3: change shebang to python3 in source4/scripting/bin dirJoe Guo2018-12-1429-29/+29
* s3:test: make sids2xids test compatible with py2 and py3Joe Guo2018-12-141-12/+17
* build: Move python detection back into waf (instead of in configure and Makef...Andrew Bartlett2018-12-1415-15/+8
* audit_logging: auth_json_audit required auth_jsonAndrew Bartlett2018-12-141-2/+2
* lib/audit_logging: Use talloc_stackframe() in audit_log_json()Andrew Bartlett2018-12-141-5/+5
* audit_logging: Remove debug log header and JSON Authentication: prefixAndrew Bartlett2018-12-145-25/+17
* Change order of flags in Makefile so that crackcheck builds under UbuntuBrian Candler2018-12-141-1/+1
* tests/smbcontrol: fix typo in class namePhilipp Gesang2018-12-141-2/+2
* Add #include <unistd.h> to provide prototype for getopt()Brian Candler2018-12-141-0/+1
* Correction of comment in winbindd_pam.camitkuma2018-12-141-1/+1
* buildtools/wafsamba: Ensure default python picked up is python3Andrew Bartlett2018-12-141-5/+2
* buildtools/wafsamba: re-write shebang for delivered python scriptsNoel Power2018-12-142-5/+7
* WHATSNEW: document build system default python version change.Noel Power2018-12-141-0/+21
* s4/scripting: python3 fix string.find instanceNoel Power2018-12-141-2/+2
* dynconfig/wscript: python3 fix string.find instanceNoel Power2018-12-141-1/+1
* buildtools/wafsamba: Decode output of cmd_output (which is bytes)Noel Power2018-12-141-1/+1
* s4/dsdb/tests/python: Restore embed NULL tests for Python3Noel Power2018-12-144-50/+63
* selftest: Convert samba4.ldap.sort.python to planoldpythontestNoel Power2018-12-142-5/+6
* selftest/knownfail.d/smb: avoid explicit python versionStefan Metzmacher2018-12-141-2/+1
* s3:pylibsmb: allow ImpersonationLevel argument to create()Stefan Metzmacher2018-12-131-3/+3
* s3:libsmb: pass impersonation_level to cli_ntcreate_send()Stefan Metzmacher2018-12-1311-14/+29
* s3:libsmb: pass ImpersonationLevel to cli_ntcreate1_send()Stefan Metzmacher2018-12-131-2/+3
* s3:libsmb: pass impersonation_level to cli_smb2_create_fnum()Stefan Metzmacher2018-12-132-1/+18
* s3:libsmb: pass impersonation_level to cli_smb2_create_fnum_send()Stefan Metzmacher2018-12-134-4/+12
* s3:pylibsmb: make use of protocol independent cli_read_send/recv in py_cli_re...Stefan Metzmacher2018-12-131-8/+29
* s3:pylibsmb: make use of protocol independent cli_write_send/recv in py_cli_w...Stefan Metzmacher2018-12-131-3/+3
* s3:libsmb: add comments for cli_write_send/cli_push_sendTim Beale2018-12-131-0/+18
* s3:libsmb: add cli_write_send/recv which work with SMB1/2/3Stefan Metzmacher2018-12-132-0/+123
* s3:pylibsmb: make use of PYARG_BYTES_LEN in py_cli_write()Stefan Metzmacher2018-12-131-1/+1
* s3:pylibsmb: make use of PyBytes_FromStringAndSize() in py_cli_read()Stefan Metzmacher2018-12-131-1/+1