summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* registry: add a missing includeRalph Boehme2019-05-271-0/+1
* s3: winbind: Fix crash when invoking winbind idmap scripts.Jeremy Allison2019-05-272-9/+33
* Fix ubsan null pointer passed as argument 2Gary Lockyer2019-05-272-2/+8
* s3: lib: Rename all uses of file_pload_XXX -> file_ploadv_XXX.Ralph Boehme2019-05-243-18/+18
* s3: lib: Remove file_pload_send().Jeremy Allison2019-05-242-32/+0
* s3: winbind: Convert idmap to use file_ploadv_send().Jeremy Allison2019-05-241-13/+44
* s3: lib: Add file_ploadv_send().Jeremy Allison2019-05-242-0/+32
* s3: lib: Remove file_lines_pload().Jeremy Allison2019-05-242-17/+0
* s3: smbd: Convert sysquotas.c code to use file_lines_ploadv().Jeremy Allison2019-05-241-19/+107
* s3: smbd: Convert print_svid code to use file_lines_ploadv().Jeremy Allison2019-05-241-2/+27
* s3: smbd: Convert dfree code to use file_lines_ploadv().Jeremy Allison2019-05-241-12/+23
* s3: lib: util: Add file_lines_ploadv().Jeremy Allison2019-05-242-0/+18
* s3:lib: Move up NULL checkAndreas Schneider2019-05-241-4/+4
* s3:utils: Only declare variables if we're gonna use themAndreas Schneider2019-05-241-0/+2
* selftest: Run samba3.srvsvc tests covering more of the srvsvc serverAndrew Bartlett2019-05-241-1/+4
* selftest: Add more testing of wkssvc in source3Andrew Bartlett2019-05-241-1/+3
* Run test for initshutdownAndrew Bartlett2019-05-241-1/+2
* vfs_fruit: change trigger points of AppleDouble conversionRalph Boehme2019-05-231-21/+40
* vfs_fruit: add a forward declaration for ad_get()Ralph Boehme2019-05-231-0/+4
* selftest: run vfs.fruit test against a share that deletes empty resource forksRalph Boehme2019-05-231-0/+1
* libsmbconf:registry: Return correct case for get_shareChristof Schmitt2019-05-231-4/+22
* net: Return share name in correct case from net rpc conf showshareChristof Schmitt2019-05-231-3/+36
* selftest: Add test for case-preserving in 'net [rpc] conf showshare'Christof Schmitt2019-05-231-0/+42
* smbd: Calculate delay_mask only once in delay_for_oplockVolker Lendecke2019-05-231-7/+2
* smbd: Merge "print_lock_struct" into one DBGVolker Lendecke2019-05-231-12/+12
* s3:smbspool: Use NTSTATUS return codesAndreas Schneider2019-05-231-105/+145
* s3:smbspool: Add debug messages to kerberos_ccache_is_valid()Andreas Schneider2019-05-231-0/+6
* s3:smbspool: Always try to authenticate using KerberosAndreas Schneider2019-05-231-39/+51
* s3:smbspool: Print the filename we failed to openAndreas Schneider2019-05-231-1/+3
* s3:smbspool: Fallback to default ccache if KRB5CCNAME is not setAndreas Schneider2019-05-232-25/+55
* s3:smbspool: Use %u format specifier to print uidAndreas Schneider2019-05-231-3/+3
* s3:smbspool: Add debug for finding KRB5CCNAMEAndreas Schneider2019-05-231-0/+4
* s3:smbspool: Print the principal we use to authenticate withAndreas Schneider2019-05-231-0/+11
* s3:smbspool: Add the 'lp' group to the users groupsAndreas Schneider2019-05-231-0/+22
* smbd: Fix a panicVolker Lendecke2019-05-221-7/+6
* smbd: Enable "smbd:suicide mode" for smb2Volker Lendecke2019-05-221-0/+12
* lib: Remove "tdb based replacement for gettext"Andrew Bartlett2019-05-223-294/+0
* s3:torture: Use GnuTLS MD5Andreas Schneider2019-05-211-8/+11
* s3:rpc_client: Use GnuTLS MD5 for samrAndreas Schneider2019-05-211-9/+31
* s3:profile: Use GnuTLS MD5Andreas Schneider2019-05-211-9/+23
* s3:vfs: Use GnuTLS MD5 in vfs_fruitAndreas Schneider2019-05-211-12/+35
* s3:vfs: Use GnuTLS MD5 in vfs_streams_xattrAndreas Schneider2019-05-211-13/+37
* s3:smbd: Return NTSTATUS for srv_calculate_sign_mac()Andreas Schneider2019-05-213-7/+17
* libcli:smb: Return NTSTATUS for smb_key_derivation()Andreas Schneider2019-05-211-3/+10
* s3: torture: Fix return valuesRikard Falkeborn2019-05-191-5/+5
* s3: libsmbclient: Fix return value if cli_open() failsRikard Falkeborn2019-05-191-1/+1
* vfs_gpfs: Fix return value if getting data failsRikard Falkeborn2019-05-191-1/+1
* vfs_catia: Fix return value in lock functionsRikard Falkeborn2019-05-191-3/+3
* Fix uClibc build on 64bit platforms by including stdint.hFabrice Fontaine2019-05-191-0/+1
* smbd: Send "share_file_id" with the rename msgVolker Lendecke2019-05-183-48/+55