summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2021-04-2815-26/+64
* lib:param: Add 'client use kerberos' config parameterAndreas Schneider2021-04-282-0/+14
* s3:tests: Check for 'Client started' in the logAndreas Schneider2021-04-281-1/+1
* s3:utils: Link py_net only against needed cmdline_contexts libraryAndreas Schneider2021-04-281-1/+1
* build: Use bison at build time rather than lexyacc.sh to build the embedded h...Andrew Bartlett2021-04-281-9/+0
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-1/+0
* s3-modules: Fix "-Werror=maybe-uninitialized" errors only seen with -O3 and -...Andrew Bartlett2021-04-281-1/+1
* auth3: talloc_strackframe() panics on failureVolker Lendecke2021-04-271-6/+1
* passdb: Add error checks in samu_set_unix_internal()Volker Lendecke2021-04-271-13/+65
* auth3: if (ret==False) just looks weirdVolker Lendecke2021-04-271-1/+1
* auth3: Fix a typoVolker Lendecke2021-04-271-1/+1
* auth3: Use auth3_context_set_challenge() in auth3_set_challenge()Volker Lendecke2021-04-271-6/+8
* auth3: Apply some const to auth3_context_set_challenge()Volker Lendecke2021-04-272-4/+8
* smbd: Replace call to close_low_fds() with direct callsVolker Lendecke2021-04-271-2/+15
* printing: Avoid zombies in the background daemonVolker Lendecke2021-04-271-8/+14
* printing: Reduce indentation in start_background_queue()Volker Lendecke2021-04-271-46/+43
* printing: Remove dead codeVolker Lendecke2021-04-271-5/+0
* printing: Remove the pause_pipe[] from queue_process.cVolker Lendecke2021-04-271-37/+0
* s3:smbd: Remove NIS supportAndreas Schneider2021-04-228-341/+30
* s3:lib: Remove NIS support from substituteAndreas Schneider2021-04-221-122/+11
* s3: Add s3 net python bindingsDavid Mulder2021-04-216-1/+497
* s3: smbd: Prevent fchmod on a symlink.Jeremy Allison2021-04-201-0/+6
* s3: torture: Add samba3.smbtorture_s3.plain.POSIX-SYMLINK-CHMODJeremy Allison2021-04-204-0/+143
* s3:passdb: Fix 'return 1' in secrets_store_creds()pavel.filipensky2021-04-201-1/+1
* auth3: Make auth3_session_info_create() staticVolker Lendecke2021-04-192-10/+6
* auth3: Add an error check to auth_generic_prepare()Volker Lendecke2021-04-191-1/+5
* auth3: Remove unnecessary talloc_unlink() callsVolker Lendecke2021-04-191-5/+0
* auth3: Make load_auth_module() staticVolker Lendecke2021-04-192-6/+4
* auth3: Remove auth_skel.cVolker Lendecke2021-04-192-2/+1
* create_local_token: Add error checksVolker Lendecke2021-04-191-9/+24
* auth3: Fix a few error path memleaks in create_local_token()Volker Lendecke2021-04-191-22/+20
* auth3: Fix a typoVolker Lendecke2021-04-191-1/+1
* auth3: Simplify check_samba4_security()Volker Lendecke2021-04-191-12/+17
* smbd: Fix a typoVolker Lendecke2021-04-191-1/+1
* auth: Simplify DEBUG statements in make_auth3_context_for_ntlm()Volker Lendecke2021-04-191-6/+9
* lib: Remove two unused historic macrosVolker Lendecke2021-04-191-3/+0
* vfs: Remove a call to TALLOC_ZERO()Volker Lendecke2021-04-191-1/+1
* vfs: Replace a call to TALLOC_ZERO()Volker Lendecke2021-04-191-1/+1
* lib: Replace a call to TALLOC_ZERO()Volker Lendecke2021-04-191-1/+1
* auth3: Fix a error path memleakVolker Lendecke2021-04-191-28/+21
* auth3: Use talloc_move() instead of talloc_steal()Volker Lendecke2021-04-194-5/+5
* winbindd: Fix a typoVolker Lendecke2021-04-191-2/+4
* registry: Fix a typoVolker Lendecke2021-04-191-1/+1
* rpc_client: talloc_stackframe() aborts on failureVolker Lendecke2021-04-191-9/+1
* rpc_client: Direct struct initialization in dcerpc_winreg_enumvals()Volker Lendecke2021-04-191-3/+1
* printing: talloc_stackframe() aborts on failureVolker Lendecke2021-04-191-6/+1
* printing: Straighten winreg_get_printer() slightlyVolker Lendecke2021-04-191-3/+4
* printing: Make winreg_get_printer() a bit easier to understandVolker Lendecke2021-04-191-22/+46
* printing: Make winreg_get_printer() a bit easier to readVolker Lendecke2021-04-191-14/+12
* s3:script: Remove findsmb from default installationAndreas Schneider2021-04-192-174/+0