summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:modules: fix the build of vfs_notify_fam (bug #9545)Stefan Metzmacher2013-04-032-0/+34
* s3:lib/server_mutex: open mutex.tdb with CLEAR_IF_FIRSTStefan Metzmacher2013-04-031-1/+4
* s3:lib/gencache: place gencache.tdb into /var/cache/sambaStefan Metzmacher2013-04-031-1/+1
* Ensure EA value is allocated on the right context.Jeremy Allison2013-04-021-1/+2
* Final fix for bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison2013-04-021-1/+1
* Ensure we don't return uninitialized memory in the pad bytes.Jeremy Allison2013-04-021-1/+7
* Fix bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison2013-04-021-0/+9
* Change estimate_ea_size() to correctly estimate the EA size over SMB2.Jeremy Allison2013-04-021-0/+20
* Modify fill_ea_chained_buffer() to be able to do size calculation only, no ma...Jeremy Allison2013-04-021-12/+15
* Ensure we can never return an uninitialized EA list.Jeremy Allison2013-04-021-1/+2
* BUG 9758: Don't leak the epm_Map policy handle.Andreas Schneider2013-04-021-0/+4
* epm: Increase debug level for already registered endpoints.Andreas Schneider2013-04-021-1/+1
* Fix bad SMB2 opcode reading in server.Jeremy Allison2013-04-021-5/+5
* Optimization suggested by Volker. Don't do a stat system call on normal read ...Jeremy Allison2013-03-281-15/+15
* Call smb_panic when we try to exit the server uncleanly. This gives us the no...Richard Sharpe2013-03-271-7/+1
* smbd: Remove an optimization that became unnecessaryVolker Lendecke2013-03-261-7/+6
* smbd: We don't collect our own vnn anymoreVolker Lendecke2013-03-261-3/+0
* smbd: Slightly simplify notify_triggerVolker Lendecke2013-03-261-0/+4
* smbd: Slightly simplify notify_triggerVolker Lendecke2013-03-261-6/+5
* smbd: Avoid some talloc_realloc in notify_internalVolker Lendecke2013-03-261-6/+16
* dbwrap-ctdb: Avoid a talloc_stackframe()Volker Lendecke2013-03-261-4/+2
* ctdb-conn: remove ctdbd_fetchVolker Lendecke2013-03-262-84/+0
* dbwrap-ctdb: Use ctdbd_parse in db_ctdb_parse_recordVolker Lendecke2013-03-261-9/+2
* ctdb-conn: Add ctdbd_parseVolker Lendecke2013-03-262-0/+76
* smbd: Avoid sending 0-sized keys to dbwrapVolker Lendecke2013-03-261-1/+8
* dbwrap: Use tdb_null in db_ctdb_deleteVolker Lendecke2013-03-251-4/+1
* vfs-btrfs: Fix build on 32 bit platforms by using long long typesAndrew Bartlett2013-03-241-6/+10
* Revert "vfs_btrfs: fix compile on 32-bit platforms."Rusty Russell2013-03-241-5/+4
* vfs_btrfs: fix compile on 32-bit platforms.Rusty Russell2013-03-231-4/+5
* smbd: Tune "dir" a bit.Volker Lendecke2013-03-221-6/+19
* Fix bug #9733 - smbcontrol close-share is not working.Jeremy Allison2013-03-221-0/+3
* s3:waf fix build on AIXStefan Metzmacher2013-03-211-1/+1
* s3:selftest: Add LARGE_READX test into our make test infrastructure.Jeremy Allison2013-03-201-1/+1
* s3:torture: Add new LARGE_READX test to investigate large SMBreadX behavior.Jeremy Allison2013-03-201-1/+337
* s3:smbd: Add functions calc_max_read_pdu()/calc_read_size() to work out the l...Jeremy Allison2013-03-201-25/+86
* s3:smbd: Remove server_will_accept_large_read() and erroneous comment.Jeremy Allison2013-03-201-28/+1
* s3:smbd: Fix off-by 4 error in wrap protection code in create_outbuf()Jeremy Allison2013-03-201-6/+11
* s3:smbd: add some const to req_is_in_chain()Stefan Metzmacher2013-03-202-2/+2
* s3:smbd: remove silly (SMB_OFF_T_BITS == 64) checksStefan Metzmacher2013-03-201-3/+2
* s3:smbd: keep global_client_caps and max_send from the first successful sessi...Stefan Metzmacher2013-03-201-4/+10
* s3:libsmb: let cli_read_andx_create() accept any lengthStefan Metzmacher2013-03-201-7/+0
* s3:libsmb: make use of SMB_CAP_LEGACY_CLIENT_MASK instead of SMB_CAP_CLIENT_MASKStefan Metzmacher2013-03-201-2/+6
* s3:registry accept windows like long hivenamesGregor Beck2013-03-201-3/+9
* s3:include bump profile memory area version numberChristian Ambach2013-03-201-1/+1
* wkssvc: Fix bug 9727, NULL pointer dereferenceVolker Lendecke2013-03-181-2/+6
* Fix bug #9724 - is_encrypted_packet() function incorrectly used inside server.Jeremy Allison2013-03-161-3/+2
* s3-lsad: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-1/+1
* s3-epmd: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-1/+1
* vfs_smb_traffic_analyzer: Cast mode_t to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-2/+2
* dbwrap: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-2/+2