summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-09pylibsmb: Avoid a segfault if no credentials are passed to libsmb.Conn()Volker Lendecke1-5/+5
2013-04-09BUG 9766: Cache name_to_sid/sid_to_name correctly.Andreas Schneider1-0/+21
2013-04-09BUG 9139: Fix the username map optimization.Andreas Schneider1-4/+8
2013-04-05doc: Document performance impact of "hide unxx" parametersVolker Lendecke2-0/+6
2013-04-05getpass: Don't fail if stdin is not a ttyStef Walter1-23/+29
2013-04-04tevent: Only set poll_ev->delete=false if it was trueVolker Lendecke1-1/+1
2013-04-03BUG 9699: Fix adding case sensitive spn.Andreas Schneider1-12/+2
2013-04-03ccan: fix HAVE_BSWAP_64 for autoconf.Rusty Russell1-1/+15
2013-04-03libsmbclient: Fix cli_session_setup_guest_sendVolker Lendecke1-1/+1
2013-04-03ntvfs: support setfileinfo with FULL_EA_INFORMATIONDavid Disseldorp3-2/+12
2013-04-03s3:wscript: change --with-dmapi to default=auto to match the autoconf buildStefan Metzmacher1-1/+1
2013-04-03wafsamba: display the default value in help for SAMBA3_ADD_OPTIONStefan Metzmacher1-1/+10
2013-04-03s3:modules: fix the build of vfs_notify_fam (bug #9545)Stefan Metzmacher2-0/+34
2013-04-03s3:lib/server_mutex: open mutex.tdb with CLEAR_IF_FIRSTStefan Metzmacher1-1/+4
2013-04-03s3:lib/gencache: place gencache.tdb into /var/cache/sambaStefan Metzmacher1-1/+1
2013-04-02Ensure EA value is allocated on the right context.Jeremy Allison1-1/+2
2013-04-02Final fix for bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison1-1/+1
2013-04-02Ensure we don't return uninitialized memory in the pad bytes.Jeremy Allison1-1/+7
2013-04-02Add a test to show that zero-length EA's are never returned over SMB2.Jeremy Allison2-0/+122
2013-04-02Fix bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison1-0/+6
2013-04-02Fix bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison1-0/+9
2013-04-02Change estimate_ea_size() to correctly estimate the EA size over SMB2.Jeremy Allison1-0/+20
2013-04-02Modify fill_ea_chained_buffer() to be able to do size calculation only, no ma...Jeremy Allison1-12/+15
2013-04-02Ensure we can never return an uninitialized EA list.Jeremy Allison1-1/+2
2013-04-02Add a comment about why we are removing the INHERITED bit so people understand.Richard Sharpe1-0/+9
2013-04-02BUG 9758: Don't leak the epm_Map policy handle.Andreas Schneider1-0/+4
2013-04-02epm: Increase debug level for already registered endpoints.Andreas Schneider1-1/+1
2013-04-02Fix bad SMB2 opcode reading in server.Jeremy Allison1-5/+5
2013-03-28Make sure that we only propogate the INHERITED flag when we are allowed to.Richard Sharpe1-1/+2
2013-03-28Optimization suggested by Volker. Don't do a stat system call on normal read ...Jeremy Allison1-15/+15
2013-03-28libcli/auth: avoid using transactions a chainlock is enoughStefan Metzmacher1-10/+26
2013-03-27Call smb_panic when we try to exit the server uncleanly. This gives us the no...Richard Sharpe1-7/+1
2013-03-27auth/ntlmssp: Avoid use-after-free of user_info after logon failure at log le...Andrew Bartlett1-1/+1
2013-03-27dbwrap: Add a comment explaining a restrictionVolker Lendecke1-0/+11
2013-03-26smbd: Remove an optimization that became unnecessaryVolker Lendecke1-7/+6
2013-03-26smbd: We don't collect our own vnn anymoreVolker Lendecke1-3/+0
2013-03-26smbd: Slightly simplify notify_triggerVolker Lendecke1-0/+4
2013-03-26smbd: Slightly simplify notify_triggerVolker Lendecke1-6/+5
2013-03-26smbd: Avoid some talloc_realloc in notify_internalVolker Lendecke1-6/+16
2013-03-26dbwrap-ctdb: Avoid a talloc_stackframe()Volker Lendecke1-4/+2
2013-03-26ctdb-conn: remove ctdbd_fetchVolker Lendecke2-84/+0
2013-03-26dbwrap-ctdb: Use ctdbd_parse in db_ctdb_parse_recordVolker Lendecke1-9/+2
2013-03-26ctdb-conn: Add ctdbd_parseVolker Lendecke2-0/+76
2013-03-26tdb: Fix blank line endingsVolker Lendecke5-46/+45
2013-03-26tdb: Little format changeVolker Lendecke1-1/+1
2013-03-26smbd: Avoid sending 0-sized keys to dbwrapVolker Lendecke1-1/+8
2013-03-25dbwrap: Use tdb_null in db_ctdb_deleteVolker Lendecke1-4/+1
2013-03-25scripting: Fill the ProvisionNames hash with strings, not ldb.MessageElement ...Andrew Bartlett2-23/+8
2013-03-25samba-tool ldapcmp: Remove the GUID -> name mappingsAndrew Bartlett2-48/+7
2013-03-25selftest: Add tests for samba-tool dbcheck --reset-well-known-aclsAndrew Bartlett4-3/+78