summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* build: Remove extra space in shebangAndrew Bartlett2013-04-101-1/+1
* vfs_fake_perms: Fix bug 9775, segfault for "artificial" conn_structsVolker Lendecke2013-04-101-4/+29
* vfs_fake_perms: Slightly streamline codeVolker Lendecke2013-04-091-2/+2
* vfs_fake_perms: Slightly streamline codeVolker Lendecke2013-04-091-16/+21
* s3-netlogon: enumerate UPN suffixes from PASSDB when availableAlexander Bokovoy2013-04-091-12/+94
* PASSDB: add support to set and enumerate UPN suffixes associated with our forestAlexander Bokovoy2013-04-093-1/+55
* s3-waf: filter out ldapsam internal init functionsAlexander Bokovoy2013-04-091-0/+1
* winbindd: Avoid a fd leak when we can not forkVolker Lendecke2013-04-091-0/+2
* pylibsmb: Avoid a segfault if no credentials are passed to libsmb.Conn()Volker Lendecke2013-04-091-5/+5
* BUG 9766: Cache name_to_sid/sid_to_name correctly.Andreas Schneider2013-04-091-0/+21
* BUG 9139: Fix the username map optimization.Andreas Schneider2013-04-091-4/+8
* BUG 9699: Fix adding case sensitive spn.Andreas Schneider2013-04-031-12/+2
* libsmbclient: Fix cli_session_setup_guest_sendVolker Lendecke2013-04-031-1/+1
* s3:wscript: change --with-dmapi to default=auto to match the autoconf buildStefan Metzmacher2013-04-031-1/+1
* 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