summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2019-07-22s3:prefork: Allow to associate private data with listening socketSamuel Cabrero2-18/+39
2019-07-22s3-prefork: Add header inclusion guardsSamuel Cabrero1-0/+4
2019-07-18lib: Fix the 32-bit buildVolker Lendecke1-4/+4
2019-07-17s3/lib/smbconf: clang: 'Value stored during its initialization is never read'Noel Power1-7/+7
2019-07-16s3/lib: clang: 'Value stored to 'rta' is never read'Noel Power1-1/+0
2019-07-16s3/lib: clang: Fix 'passed-by-value struct argument contains uninit-ed data'Noel Power1-1/+1
2019-07-16s3/lib: clang: Fix 'Value stored to 'b' is never read'Noel Power1-3/+3
2019-07-16s3/lib/dwrap: clang: Fix 'Array access results in a null pointer dereference'Noel Power1-1/+1
2019-07-16s3/lib: clang: Fix 'Value stored during its initialization is never read'Noel Power1-1/+1
2019-07-12adouble: add ad_unconvert()Ralph Boehme2-0/+770
2019-07-12s3: move fruit catia string replace mappings to s3/lib/Ralph Boehme2-0/+14
2019-07-12s3:{modules => lib}/string_replace.[c|h]Ralph Boehme2-0/+212
2019-07-12s3:modules: pass a TALLOC_CTX to string_replace_init_map()Ralph Boehme1-1/+2
2019-07-12adouble: ensure stat info is marked invalid on new pathRalph Boehme1-0/+2
2019-07-12adouble: remove xattrs after successfull conversionRalph Boehme1-0/+3
2019-07-12adouble: add some ASCII artRalph Boehme1-0/+35
2019-07-12adouble: use runtime size when writing out AppleDouble headerRalph Boehme1-2/+2
2019-07-12adouble: pass VFS handle and fsp to ad_pack()Ralph Boehme1-3/+5
2019-07-12adouble: remove redundant calls to ad_pack()Ralph Boehme1-17/+0
2019-07-12s3:lib: move Mac streams util functions to s3/libRalph Boehme2-0/+100
2019-07-12vfs_fruit: move AppleDouble functionality to a dedicated subsystemRalph Boehme2-0/+2066
2019-07-08s3/lib: Fix Access to field results in dereference of NULL pointerNoel Power1-0/+7
2019-07-04dbwrap: Add publically available dbwrap_watch_wakeup()Volker Lendecke2-0/+24
2019-07-04dbwrap: Rename dbwrap_watched_wakeup()Volker Lendecke1-6/+7
2019-07-01s3/lib: add make_file_index_from_itime()Ralph Boehme2-0/+39
2019-07-01s3/lib: add update_stat_ex_file_id()Ralph Boehme1-0/+6
2019-07-01s3/lib: add update_stat_ex_itime()Ralph Boehme1-0/+7
2019-07-01s3: add st_ex_file_id to struct stat_exRalph Boehme1-0/+2
2019-07-01s3: add st_ex_itime to struct stat_exRalph Boehme1-0/+3
2019-07-01s3: convert struct stat_ex st_ex_calculated_birthtime bool to flagsRalph Boehme1-5/+6
2019-06-30source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig6-18/+27
2019-06-20smbd: Remove unused brlock codeVolker Lendecke2-13/+0
2019-05-29s3/lib: don't write to buffer (which might be NULL) if bufsize <=0Noel Power1-6/+7
2019-05-29s3/lib/netapi: Fix 'Possible null pointer dereference' warningNoel Power1-1/+1
2019-05-28dbwrap: Use sizeof, not an integer constantVolker Lendecke1-1/+2
2019-05-24s3: lib: Rename all uses of file_pload_XXX -> file_ploadv_XXX.Ralph Boehme2-16/+16
2019-05-24s3: lib: Remove file_pload_send().Jeremy Allison2-32/+0
2019-05-24s3: lib: Add file_ploadv_send().Jeremy Allison2-0/+32
2019-05-24s3: lib: Remove file_lines_pload().Jeremy Allison2-17/+0
2019-05-24s3: smbd: Convert sysquotas.c code to use file_lines_ploadv().Jeremy Allison1-19/+107
2019-05-24s3: lib: util: Add file_lines_ploadv().Jeremy Allison2-0/+18
2019-05-24s3:lib: Move up NULL checkAndreas Schneider1-4/+4
2019-05-23libsmbconf:registry: Return correct case for get_shareChristof Schmitt1-4/+22
2019-05-19Fix uClibc build on 64bit platforms by including stdint.hFabrice Fontaine1-0/+1
2019-05-15s3: net: Harden srprs_str() against memcmp overread.Jeremy Allison1-0/+8
2019-05-08g_lock: Fix a typoVolker Lendecke1-1/+1
2019-05-08g_lock: Apply some constVolker Lendecke1-1/+2
2019-04-29s3:lib: Use correct C99 initializer for 'struct flock' in messages_dgmAndreas Schneider1-1/+3
2019-04-24s3/lib: add a tevent_glib_glue subsystem testRalph Boehme1-0/+397
2019-04-24s3/lib: new tevent_glib_glue subsystemRalph Boehme2-0/+951