summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nsswitch: Add testcase for checking output of wbinfo --sid-to-nameChristof Schmitt2019-04-182-0/+16
* .gitlab-ci.yml: run the samba-o3 job on each working container imageStefan Metzmacher2019-04-181-7/+44
* .gitlab-ci.yml: split AUTOBUILD_JOB_NAME from CI_JOB_NAMEStefan Metzmacher2019-04-181-2/+4
* .gitlab-ci.yml: make use of bootstrap/.gitlab-ci.yml and use the new defined ...Joe Guo2019-04-181-5/+34
* bootstrap/READMD.md: update the instructions to reflect the current codeStefan Metzmacher2019-04-181-27/+56
* bootstrap: add the result of bootstrap/template.py --renderStefan Metzmacher2019-04-1856-488/+1756
* bootstrap/.gitlab-ci.yml: add ci file to trigger image auto buildJoe Guo2019-04-181-0/+116
* bootstrap: remove unused docker.pyStefan Metzmacher2019-04-181-164/+0
* bootstrap/template.py: add sha1sum supportJoe Guo2019-04-181-1/+69
* bootstrap/template.py: generate Vagrantfile just onceStefan Metzmacher2019-04-181-5/+5
* bootstrap/template.py: render locale.sh for each dist and make shell scripts ...Joe Guo2019-04-181-1/+3
* bootstrap/config.py: generate rendered files into bootstrap/generated-dists/Stefan Metzmacher2019-04-181-1/+1
* bootstrap/config.py: add a hind how to rebuild generated filesStefan Metzmacher2019-04-181-1/+20
* bootstrap/config.py: Add openSUSE Leap 15.0Samuel Cabrero2019-04-181-0/+46
* bootstrap/config.py: Create the 'samba' group in containersSamuel Cabrero2019-04-181-1/+1
* bootstrap/config.py: Fix lmdb-utils package name for RPM familySamuel Cabrero2019-04-181-1/+1
* bootstrap/config.py: Use generic lsb-release package nameSamuel Cabrero2019-04-181-1/+9
* bootstrap/config.py: Add gzip, which and hostname to base packagesSamuel Cabrero2019-04-181-1/+3
* bootstrap/config.py: add libicu-dev/libicu-develRalph Boehme2019-04-181-0/+1
* bootstrap/config.py: add glib2-devRalph Boehme2019-04-181-0/+1
* bootstrap/config.py: add patch, rsync and tarStefan Metzmacher2019-04-181-0/+3
* bootstrap/config.py: link ld to ld.gold when availableJoe Guo2019-04-181-0/+3
* bootstrap/config.py: add ARG in Dockerfile to allow add sha1sum into docker i...Joe Guo2019-04-181-0/+4
* bootstrap/config.py: rm ENV for ccache since we didn't use it any moreJoe Guo2019-04-181-3/+0
* bootstrap/config.py: add missing dev packagesJoe Guo2019-04-181-0/+5
* bootstrap/config.py: adjust package list to align current ci imageJoe Guo2019-04-181-14/+30
* bootstrap/config.py: change UTF-8 to utf8 for locale name in Dockerfile ENVJoe Guo2019-04-181-1/+1
* bootstrap/config.py: mv locale setup from bootstrap.shJoe Guo2019-04-181-36/+55
* .gitlab-ci.yml: require samba-ci-private tag for our private runnersStefan Metzmacher2019-04-161-0/+1
* .gitlab-ci.yml: remove outdated commentsStefan Metzmacher2019-04-161-4/+0
* .gitlab-ci.yml: run samba-schemaupgrade on the private runnerStefan Metzmacher2019-04-161-3/+3
* lib/replace: define NAME_MAX for platforms that don't have itGünther Deschner2019-04-161-0/+4
* smbd: Remove share_mode_lease and the leases array from share_mode_entryVolker Lendecke2019-04-146-207/+8
* smbd: Use share_mode_forall_leases in share_mode_cleanup_disconnected()Volker Lendecke2019-04-141-8/+31
* smbd: Use share_mode_forall_leases in do_break_to_none()Volker Lendecke2019-04-141-36/+55
* smbd: Use share_mode_forall_leases in rename_share_filename()Volker Lendecke2019-04-141-22/+33
* smbd: Add share_mode_forall_leases()Volker Lendecke2019-04-142-0/+80
* smbd: Use leases_db in lease_match()Volker Lendecke2019-04-141-4/+21
* smbd: Make find_share_mode_lease() staticVolker Lendecke2019-04-142-6/+3
* smbd: Use leases_db in process_oplock_break_message()Volker Lendecke2019-04-141-59/+78
* smbd: Use leases_db in vfs_default_durable_reconnect()Volker Lendecke2019-04-141-17/+31
* smbd: Use leases_db in downgrade_lease()Volker Lendecke2019-04-141-60/+72
* smbd: Use leases_db in try_lease_upgrade()Volker Lendecke2019-04-141-22/+38
* smbd: Split up grant_fsp_lease()Volker Lendecke2019-04-141-76/+100
* smbd: Add update_share_mode_lease_from_db()Volker Lendecke2019-04-142-0/+59
* smbd: Don't pass up lease_idx from grant_fsp_leaseVolker Lendecke2019-04-141-8/+1
* smbd: Don't pass lease_idx down to set_share_mode()Volker Lendecke2019-04-143-22/+70
* utils: Use leases_db in smbstatusVolker Lendecke2019-04-141-9/+26
* smbd: Use leases_db in fsp_lease_update()Volker Lendecke2019-04-141-12/+20
* smbd: Use leases_db in get_lease_type()Volker Lendecke2019-04-141-1/+15