summaryrefslogtreecommitdiff
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: Remove NIS supportAndreas Schneider2021-04-221-164/+0
* s3:lib: Remove NIS support from substituteAndreas Schneider2021-04-221-122/+11
* lib: Replace a call to TALLOC_ZERO()Volker Lendecke2021-04-191-1/+1
* lib: adouble: Use FREMOVEXATTR in preference to REMOVEXATTR.Jeremy Allison2021-04-071-2/+1
* lib: Fix rundown of jobs sent with background_job_send()Volker Lendecke2021-04-011-18/+18
* lib: Add required includes to source3/lib/background.hVolker Lendecke2021-04-011-0/+6
* s3:libnetapi: Remove unused header fileAndreas Schneider2021-03-301-1/+0
* s3:netapi: Add libnetapi_set_creds()Andreas Schneider2021-03-242-0/+27
* s3:netapi: Get rid of set_cmdline_auth_info_*()Andreas Schneider2021-03-241-31/+8
* s3:netapi: Remove use_ccache from 'struct libnetapi_ctx'Andreas Schneider2021-03-243-4/+4
* s3:netapi: Remove use_kerberos from struct libnetapi_ctxAndreas Schneider2021-03-243-5/+5
* s3:netapi: Remove workgroup from 'struct libnetapi_ctx'Andreas Schneider2021-03-242-7/+0
* s3:netapi: Remove password from 'struct libnetapi_ctx'Andreas Schneider2021-03-242-7/+0
* s3:netapi: Remove username from 'struct libnetapi_ctx'Andreas Schneider2021-03-242-19/+0
* s3:netapi: Use public functions for username/passwordAndreas Schneider2021-03-242-7/+27
* s3:netapi: Get username/password from cli_credentials in joindomain.cAndreas Schneider2021-03-241-4/+10
* s3:netapi: Get username/password from cli_credentials in netapi.cAndreas Schneider2021-03-241-2/+2
* s3:netapi: Fill also cli_credentials with netapi settersAndreas Schneider2021-03-241-0/+39
* s3:netapi: Add a cli_credentials pointer to struct libnetapi_ctxAndreas Schneider2021-03-242-0/+20
* s3:netapi: Remove unused ctx->krb5_cc_envAndreas Schneider2021-03-242-8/+0
* s3:netapi: Make 'struct libnetapi_ctx' opaqueAndreas Schneider2021-03-242-13/+16
* s3:netapi: Use public getters in getjoinableous exampleAndreas Schneider2021-03-241-2/+17
* s3:netapi: Use public getters in remote_machine exampleAndreas Schneider2021-03-241-2/+17
* s3:netapi: Implement public libnetapi_get_(username|password) functionsAndreas Schneider2021-03-243-2/+52
* s3: Remove last vestiges of Tru64 ACL support (missed in earlier patch).Jeremy Allison2021-03-191-41/+0
* messaging: Fix receiving file descriptorsVolker Lendecke2021-03-191-22/+14
* lib: Properly return errno from open_socket_in()Volker Lendecke2021-03-191-78/+79
* lib: Remove init_names()Volker Lendecke2021-03-163-130/+0
* nmbd: Move my_netbios_names() to nmbdVolker Lendecke2021-03-161-5/+0
* lib: Unfold calls to my_netbios_names() in util_names.cVolker Lendecke2021-03-161-3/+4
* lib: Decouple is_myname() from init_names()Volker Lendecke2021-03-161-9/+26
* s3/lib: SMB_VFS_NEXT_SETXATTR -> SMB_VFS_NEXT_FSETXATTRNoel Power2021-03-111-6/+5
* s3/lib: adouble SMB_VFS_SETXATTR => SMB_VFS_FSETXATTRNoel Power2021-03-111-2/+1
* lib/util: Replace buggy string_sub_talloc() with talloc_string_sub() in lib/utilAndrew Bartlett2021-03-101-117/+0
* lib: Fix file_ploadv_send/recv cleanupVolker Lendecke2021-03-091-14/+21
* g_lock: Add extensive debug informationVolker Lendecke2021-03-091-5/+28
* lib: Fix an uninitialized variable readVolker Lendecke2021-03-091-1/+1
* lib: Fix a typoVolker Lendecke2021-03-091-1/+1
* lib: Fix a typoVolker Lendecke2021-03-091-1/+1
* g_lock: Fix uninitalized variable readsVolker Lendecke2021-03-051-2/+2
* s3 lib system: Change signature of sys_proc_fd_pathGary Lockyer2021-02-091-1/+1
* s3 lib system: Fix clang compilation errorGary Lockyer2021-02-091-0/+7
* s3/libadouble: stat path before calling openat_pathref_fsp() in ad_unconvert_...Ralph Boehme2021-02-051-4/+9
* s3:lib: Add missing break in switch statementAndreas Schneider2021-02-011-0/+1
* lib: Fix file_ploadv_send()/_recv()Volker Lendecke2021-01-281-0/+7
* s3/libadouble: use real dirfsp in ad_convert_delete_adfile()Ralph Boehme2021-01-281-7/+23
* s3/libadouble: remove dirfsp arg from ad_convert_delete_adfile()Ralph Boehme2021-01-281-3/+1
* s3/libadouble: remove dirfsp arg from ad_convert()Ralph Boehme2021-01-282-3/+1
* lib: Align integer typesVolker Lendecke2021-01-221-1/+1
* winbind: move "winbind:ignore domain" logic to a seperate functionRalph Boehme2021-01-211-0/+20