summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* bootstrap: Add heimdal-multidev for Debian and UbuntuChristof Schmitt2019-11-1315-2/+15
* autobuild: Add test for build with system heimdal libraryChristof Schmitt2019-11-131-0/+12
* krb5_plugin: Fix developer build with newer heimdal system libraryChristof Schmitt2019-11-131-0/+4
* krb5_plugin: Use C99 initializerChristof Schmitt2019-11-131-4/+4
* selftest: system-heimdal: workaround upstream "host" canon bugIsaac Boukris2019-11-131-0/+6
* wscript: Fix build with system heimdalChristof Schmitt2019-11-131-0/+3
* bootstrap: Remove nettle-devel from package listChristof Schmitt2019-11-1331-34/+2
* ctdb-ib: Fix build errors for infiniband transportAmitay Isaacs2019-11-132-3/+2
* build: Refuse to build if ADDITIONAL_LDFLAGS or ADDITIONAL_CFLAGS do not workAndrew Bartlett2019-11-131-6/+16
* heimdal_build: Recurse to bld.SAMBA_BINARY()Andrew Bartlett2019-11-132-40/+16
* build: Remove workaround for missing os.path.relpath in Python < 2.6Andrew Bartlett2019-11-1313-46/+26
* build: Only link against libcrypt where neededAndrew Bartlett2019-11-133-2/+3
* ndrdump: check bounds when passed functions/structs by integerAndrew Bartlett2019-11-131-3/+23
* ndrdump: Fix new "struct" featureAndrew Bartlett2019-11-132-3/+1
* pidl: Generate compatability wrappers for ndr_print functionsAndrew Bartlett2019-11-131-1/+13
* pidl: Generate the trailing ndr_table even if the UUID is not setAndrew Bartlett2019-11-133-8/+282
* librpc: Allow registration of ndr tables with a zero UUIDAndrew Bartlett2019-11-131-5/+21
* build: Prepare for pidl to generate ndr_table entries for more IDLAndrew Bartlett2019-11-131-0/+12
* s3-build: Skip building the ndr_table at the tail of ndr_libnetapi.cAndrew Bartlett2019-11-131-0/+1
* pidl: Allow the compilation of the ndr_table to be skipedAndrew Bartlett2019-11-131-0/+9
* build: Allow warning on compile of libnetapi PIDLAndrew Bartlett2019-11-131-1/+2
* librpc: Do not include the ndr_table for libnet_join.idl and libnetapi.idl in...Andrew Bartlett2019-11-131-2/+9
* librpc: Do not place the ndr_table for windows_event_ids.idl in the global listAndrew Bartlett2019-11-131-1/+8
* selftest: Add expected-output tests for the ndrdump struct modeAndrew Bartlett2019-11-134-1/+64
* ndrdump: add --stop-on-parse-failureDouglas Bagnall2019-11-131-1/+21
* librpc: Match interface name and file name for bkupblobs.idlAndrew Bartlett2019-11-131-1/+1
* librpc: Match interface name and file name for winsrepl.idlAndrew Bartlett2019-11-131-1/+1
* librpc: Fix typo in "quota" name in IDLDouglas Bagnall2019-11-131-1/+1
* smbd: Remove write cacheVolker Lendecke2019-11-1318-919/+26
* lib: Remove unused file_id_string()Volker Lendecke2019-11-122-12/+0
* smbd: Use file_id_str_buf() in share_mode_cleanup_disconnected()Volker Lendecke2019-11-121-6/+6
* smbd: Use file_id_str_buf() in share_mode_memcache_fetch()Volker Lendecke2019-11-121-7/+8
* smbd: Use file_id_str_buf() in share_mode_memcache_store()Volker Lendecke2019-11-121-1/+2
* lib: Remove unused file_id_string_tos()Volker Lendecke2019-11-122-12/+0
* torture3: Use file_id_str_buf() in print_brl()Volker Lendecke2019-11-121-1/+4
* smbd: Use file_id_str_buf() in linux_release_kernel_oplock()Volker Lendecke2019-11-121-2/+4
* smbd: Use file_id_str_buf() in linux_oplock_signal_handler()Volker Lendecke2019-11-121-6/+9
* smbd: Use file_id_str_buf() in scavenger_add_timer()Volker Lendecke2019-11-121-3/+4
* smbd: Use file_id_str_buf() in file_find_dif()Volker Lendecke2019-11-121-1/+2
* smbd: Use file_id_str_buf() in scavenger_timer()Volker Lendecke2019-11-121-11/+13
* smbd: Use file_id_str_buf() in scavenger_schedule_disconnected()Volker Lendecke2019-11-121-1/+2
* s3: smbd: smb2 cleanup - restructure smbd_smb2_request_pending_timer() encryp...Jeremy Allison2019-11-121-9/+9
* s3: smbd: smb2 cleanup - remove variable tf_len - this is a constant SMB2_TF_...Jeremy Allison2019-11-121-3/+2
* s3: smbd: SMB2 - Ensure we use the correct session_id if encrypting an interi...Jeremy Allison2019-11-121-1/+1
* Detect when command line max protocol < min protocolDavid Mulder2019-11-123-0/+39
* s4-libcli: Remove unused header from composite/composite.cAndrew Bartlett2019-11-101-1/+0
* Make sure backup temp directory gets deleted on exceptionHeiko Baumann2019-11-101-42/+43
* dns: Always return SOA record for records we should knowSamuel Cabrero2019-11-081-8/+25
* dns: Extend DNS tests to check the SOA record is always returnedSamuel Cabrero2019-11-081-0/+19
* ctdb: Use TALLOC_FREE() in a few placesVolker Lendecke2019-11-082-10/+5