ctdb-common: Fix signed/unsigned comparisons by casting
[samba.git] / source3 /
2019-06-04 Andreas Schneiders3:modules: Put debug msg into the if clause checking...
2019-06-04 Noel Powers3/winbdind: cppcheck: fix nullPointerArithmetic error
2019-06-04 Noel Powers3/modules: cppcheck: Fix ctunullpointer error
2019-06-04 Noel Powers3/rpcclient: cppcheck: Fix shiftTooManyBitsSigned...
2019-06-04 Stefan Metzmachers3:rpc_server:netlogon: simplify AUTH_TYPE_SCHANNEL...
2019-06-04 Stefan Metzmachers3:rpc_server:netlogon: don't require NEG_AUTHENTICATED...
2019-05-31 Anoop C Ss3-smbcontrol: Replace && with || to declare variables...
2019-05-30 Ralph Boehmevfs_fruit: remove a now unnecessary include
2019-05-30 Ralph Boehmevfs_fruit: use VFS functions in ad_read_rsrc_adouble()
2019-05-30 Ralph Boehmevfs_fruit: use fsp and remove syscalls from ad_convert_...
2019-05-30 Ralph Boehmevfs_fruit: use VFS function in ad_convert_truncate()
2019-05-30 Ralph Boehmevfs_fruit: add VFS handle to ad_convert_truncate()
2019-05-30 Ralph Boehmevfs_fruit: use fsp and remove mmap in ad_convert_xattr()
2019-05-30 Ralph Boehmevfs_fruit: remove use of mmap() from ad_convert_move_reso()
2019-05-30 Ralph Boehmevfs_fruit: convert ad_open_rsrc() to open a proper...
2019-05-30 Ralph Boehmevfs_fruit: only do cross protocol locking on non-intern...
2019-05-30 Ralph Boehmevfs_fruit: remove a layer of indirection
2019-05-30 Ralph Boehmevfs_fruit: pass VFS handle to ad_convert_move_reso()
2019-05-30 Ralph Boehmevfs_fruit: remove xattr code from the AppleDouble subsystem
2019-05-30 Ralph Boehmevfs_fruit: remove now unused AppleDouble code for resou...
2019-05-30 Ralph Boehmevfs_fruit: use stream code for resource fork size calcu...
2019-05-30 Ralph Boehmevfs_fruit: use correct case FRUIT_RSRC_STREAM in readdi...
2019-05-30 Ralph Boehmevfs_fruit: ignore AppleDouble files in fruit_unlink()
2019-05-30 Ralph Boehmevfs_fruit: add a missing else
2019-05-30 Ralph Boehmevfs_fruit: add and use is_adouble_file()
2019-05-30 Ralph Boehmevfs_fruit: finally, remove ad_handle from struct adouble
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_convert_delete_adfile()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_convert_finderinfo()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_convert_blank_rfork()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_convert_xattr()
2019-05-30 Ralph Boehmevfs_fruit: indentation fix
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_read_rsrc() and all the...
2019-05-30 Ralph Boehmevfs_fruit: use proper VFS function in ad_read_meta()
2019-05-30 Ralph Boehmevfs_fruit: indentation fix
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_read_meta()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_read()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_set()
2019-05-30 Ralph Boehmevfs_fruit: pass handle to ad_fset()
2019-05-29 Noel Powers3/smbd: cppcheck: Fix ctunullpointer error
2019-05-29 Noel Powers3/printing: cppcheck avoid 'nullPointerArithmetic...
2019-05-29 Noel Powers3/lib: don't write to buffer (which might be NULL...
2019-05-29 Noel Powers3/lib/netapi: Fix 'Possible null pointer dereference...
2019-05-29 Noel Powers3/libads: cppcheck fix error: shiftTooManyBitsSigned...
2019-05-28 Volker Lendeckesmbd: Adapt brl_pending_overlap to README.Coding
2019-05-28 Volker Lendeckesmbd: Avoid casts in smbd_smb2_lock_send()
2019-05-28 Volker Lendeckesmbd: Avoid casts in do_unlock()
2019-05-28 Volker Lendeckesmbd: Avoid casts in smbd_do_unlocking()
2019-05-28 Volker Lendeckesmbd: Align integer types in smbd_do_unlocking()
2019-05-28 Volker Lendeckesmbd: Simplify an if-expression in smbd_do_locking()
2019-05-28 Volker Lendeckesmbd: Use tevent_req_simple_recv_ntstatus() in smbd_smb...
2019-05-28 Volker Lendeckesmbd: Avoid casts in smbd_do_locking()
2019-05-28 Volker Lendeckesmbd: Fix a typo
2019-05-28 Volker Lendeckesmbd: Factor out fsps_lease_update()
2019-05-28 Volker Lendeckesmbd: Simplify fsp_lease_update()
2019-05-28 Volker Lendeckesmbd: Use "fsp->lease" instead of "lease"
2019-05-28 Volker Lendeckesmbd: Fix a typo
2019-05-28 Volker Lendeckedbwrap: Use sizeof, not an integer constant
2019-05-28 Volker Lendeckebrlock: Remove clustering special case
2019-05-28 Volker Lendeckesmbd: Fix a typo
2019-05-28 Ralph Boehmes3:mdssvc: fix flex compilation error
2019-05-27 Ralph Boehmeregistry: add a missing include
2019-05-27 Jeremy Allisons3: winbind: Fix crash when invoking winbind idmap...
2019-05-27 Gary LockyerFix ubsan null pointer passed as argument 2
2019-05-24 Ralph Boehmes3: lib: Rename all uses of file_pload_XXX -> file_ploa...
2019-05-24 Jeremy Allisons3: lib: Remove file_pload_send().
2019-05-24 Jeremy Allisons3: winbind: Convert idmap to use file_ploadv_send().
2019-05-24 Jeremy Allisons3: lib: Add file_ploadv_send().
2019-05-24 Jeremy Allisons3: lib: Remove file_lines_pload().
2019-05-24 Jeremy Allisons3: smbd: Convert sysquotas.c code to use file_lines_pl...
2019-05-24 Jeremy Allisons3: smbd: Convert print_svid code to use file_lines_plo...
2019-05-24 Jeremy Allisons3: smbd: Convert dfree code to use file_lines_ploadv().
2019-05-24 Jeremy Allisons3: lib: util: Add file_lines_ploadv().
2019-05-24 Andreas Schneiders3:lib: Move up NULL check
2019-05-24 Andreas Schneiders3:utils: Only declare variables if we're gonna use...
2019-05-24 Andrew Bartlettselftest: Run samba3.srvsvc tests covering more of...
2019-05-24 Andrew Bartlettselftest: Add more testing of wkssvc in source3
2019-05-24 Andrew BartlettRun test for initshutdown
2019-05-23 Ralph Boehmevfs_fruit: change trigger points of AppleDouble conversion
2019-05-23 Ralph Boehmevfs_fruit: add a forward declaration for ad_get()
2019-05-23 Ralph Boehmeselftest: run vfs.fruit test against a share that delet...
2019-05-23 Christof Schmittlibsmbconf:registry: Return correct case for get_share
2019-05-23 Christof Schmittnet: Return share name in correct case from net rpc...
2019-05-23 Christof Schmittselftest: Add test for case-preserving in 'net [rpc...
2019-05-23 Volker Lendeckesmbd: Calculate delay_mask only once in delay_for_oplock
2019-05-23 Volker Lendeckesmbd: Merge "print_lock_struct" into one DBG
2019-05-23 Andreas Schneiders3:smbspool: Use NTSTATUS return codes
2019-05-23 Andreas Schneiders3:smbspool: Add debug messages to kerberos_ccache_is_v...
2019-05-23 Andreas Schneiders3:smbspool: Always try to authenticate using Kerberos
2019-05-23 Andreas Schneiders3:smbspool: Print the filename we failed to open
2019-05-23 Andreas Schneiders3:smbspool: Fallback to default ccache if KRB5CCNAME...
2019-05-23 Andreas Schneiders3:smbspool: Use %u format specifier to print uid
2019-05-23 Andreas Schneiders3:smbspool: Add debug for finding KRB5CCNAME
2019-05-23 Andreas Schneiders3:smbspool: Print the principal we use to authenticate...
2019-05-23 Andreas Schneiders3:smbspool: Add the 'lp' group to the users groups
2019-05-22 Volker Lendeckesmbd: Fix a panic
2019-05-22 Volker Lendeckesmbd: Enable "smbd:suicide mode" for smb2
2019-05-22 Andrew Bartlettlib: Remove "tdb based replacement for gettext"
2019-05-21 Andreas Schneiders3:torture: Use GnuTLS MD5
2019-05-21 Andreas Schneiders3:rpc_client: Use GnuTLS MD5 for samr
2019-05-21 Andreas Schneiders3:profile: Use GnuTLS MD5
next