summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: Fix C99 initializer in cli_smb2_fnum.cAndreas Schneider2019-04-291-3/+3
* s3:lib: Use correct C99 initializer for 'struct flock' in messages_dgmAndreas Schneider2019-04-291-1/+3
* s3:utils: use struct initializer in async-tracker long_optionsRalph Boehme2019-04-291-2/+14
* 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
* s3:modules: Fix size typesAndreas Schneider2019-04-251-4/+4
* 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
* winbind: Fix overlapping id rangesVolker Lendecke2019-04-241-2/+10
* selftest: Pass trusted domain information to idmap_ad testChristof Schmitt2019-04-241-1/+1
* vfs_gpfs: Block punchhole calls for non-sparse filesChristof Schmitt2019-04-231-0/+15
* vfs_gpfs: Remove usage of gpfs_preallocChristof Schmitt2019-04-221-37/+3
* winbind: Use domain name from lsa query for sid_to_name cache entryChristof Schmitt2019-04-181-2/+3
* winbind: Return queried domain name from name_to_sidChristof Schmitt2019-04-189-6/+44
* winbind: Query domain from winbind sam_name_to_sidChristof Schmitt2019-04-181-0/+2
* winbind: Query domain from winbind rpc name_to_sidChristof Schmitt2019-04-181-1/+2
* winbind: Query domain from msrpc name_to_sidChristof Schmitt2019-04-181-1/+2
* 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
* smbd: Use leases_db in delay_for_oplock()Volker Lendecke2019-04-141-1/+13
* smbd: Use share_mode_entry's lease data in lease_match()Volker Lendecke2019-04-141-1/+1