summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* waf: Add mandatory requirement for GnuTLS >= 3.2.0Andreas Schneider2019-04-302-0/+26
* lib:util: Sync memory.h with replace.hAndreas Schneider2019-04-301-0/+5
* replace: Add ZERO_ARRAY_LEN() macroAndreas Schneider2019-04-301-0/+5
* .gitlab-ci.yml: Allow overriding the default image using a variableSamuel Cabrero2019-04-301-3/+4
* gitlab-ci: Update for building new containersAndreas Schneider2019-04-305-4/+7
* bootstrap: Only install required packages on openSUSEAndreas Schneider2019-04-301-2/+3
* bootstrap: Only install required packages on FedoraAndreas Schneider2019-04-301-0/+1
* wafsamba: Add compiler check for missing field initializer checkChristof Schmitt2019-04-301-1/+7
* credentials: Workaround krb5_cc_remove_cred not implemented in MIT kerberosSamuel Cabrero2019-04-291-0/+149
* credentials: Initialize krb5 client to retrieve creds from ccacheSamuel Cabrero2019-04-291-0/+15
* selftests: Place credential cache file inside environment directorySamuel Cabrero2019-04-291-1/+1
* waf: only set mandatory to False if not already set by the callerRalph Boehme2019-04-291-1/+3
* gitlab-ci: Install missing krb5-kdc package on Ubuntu/DebianAndreas Schneider2019-04-2915-3/+15
* wafsamba: Enable warnings for missing field initializerAndreas Schneider2019-04-291-0/+1
* s3:libsmb: Fix C99 initializer in cli_smb2_fnum.cAndreas Schneider2019-04-291-3/+3
* s4:dsdb: Use C99 initializer in dsdb util_trustsAndreas Schneider2019-04-291-11/+29
* s3:lib: Use correct C99 initializer for 'struct flock' in messages_dgmAndreas Schneider2019-04-291-1/+3
* lib:audit_logging: Use C99 initializer for server_id in audit_loggingAndreas Schneider2019-04-291-1/+3
* s3:utils: use struct initializer in async-tracker long_optionsRalph Boehme2019-04-291-2/+14
* Revert "lib/replace: define NAME_MAX for platforms that don't have it"Günther Deschner2019-04-261-4/+0
* s3/vfs_glusterfs_fuse: Dynamically determine NAME_MAXAnoop C S2019-04-261-6/+26
* s3/vfs_glusterfs: Dynamically determine NAME_MAXAnoop C S2019-04-261-8/+29
* gitlab-ci: Remove Ubuntu 14.04Andreas Schneider2019-04-253-8/+3
* gitlab-ci: Enable fedora29 and update generated distsAndreas Schneider2019-04-2525-7/+72
* bootstrap: Add glusterfs and cephfs packagesAndreas Schneider2019-04-251-0/+14
* bootstrap: Add missing packages for XFS quota supportAndreas Schneider2019-04-251-0/+3
* bootstrap: Add missing packages on RPM distributionsAndreas Schneider2019-04-251-0/+3
* bootstrap: Fix dnf commandsAndreas Schneider2019-04-251-2/+2
* s4:heimdal: Disable format truncation warningsAndreas Schneider2019-04-251-0/+5
* s3:modules: Fix size typesAndreas Schneider2019-04-251-4/+4
* autobuild: Build also Samba AD with MIT KerberosAndreas Schneider2019-04-251-1/+1
* wscript: Remove checks for shm_open and shmgetChristof Schmitt2019-04-251-3/+0
* s3-mdssvc: add a comment to mds_init()Ralph Boehme2019-04-241-0/+3
* s3-mdssvc: make mds_ctx_destructor_cb staticRalph Boehme2019-04-242-31/+30
* s3-mdssvc: add missing call to g_cancellable_new()Ralph Boehme2019-04-241-0/+6
* s3-mdssvc: use default g_main contextRalph Boehme2019-04-241-9/+1
* s3-mdssvc: use tevent_glib_glue in mdssvc RPC serviceRalph Boehme2019-04-243-146/+75
* s3-mdssvc: call [un]become_authenticated_pipe_user()Ralph Boehme2019-04-242-2/+24
* s3-mdssvc: add tevent context arg to mds_init_ctxRalph Boehme2019-04-243-1/+7
* s3/lib: tevent-glib-glue test utiltity with TrackerRalph Boehme2019-04-242-0/+298
* s3/lib: add a tevent_glib_glue subsystem testRalph Boehme2019-04-244-0/+431
* s3/lib: new tevent_glib_glue subsystemRalph Boehme2019-04-244-0/+970
* s3:wscript: fix flex and bison detectionRalph Boehme2019-04-241-2/+2
* s3:wscript: fix flex and bison detection message when not installedRalph Boehme2019-04-241-9/+11
* s3: build: seperate out check for Gnome Tracker from SpotlightRalph Boehme2019-04-241-22/+33
* waf: fix array access out of bounds exception in the check for flexRalph Boehme2019-04-241-2/+3
* bootstrap: move flex to common packagesRalph Boehme2019-04-2413-3/+13
* waf: build: Respect --disable-python for third_party modulesLutz Justen2019-04-243-13/+26
* winbind: Fix overlapping id rangesVolker Lendecke2019-04-242-3/+10
* selftest: Add trusted domain tests for idmap_adChristof Schmitt2019-04-242-0/+107