summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-11libsmbclient: Fix a leak on talloc_tos()Volker Lendecke1-1/+3
2013-04-11Ensure we test the dirsort module in make test.Jeremy Allison1-0/+1
2013-04-11Remove unneeded initializations (we already talloc_zero).Jeremy Allison1-5/+0
2013-04-11Remove the use of dirfd inside the vfs_dirsort.c.Jeremy Allison1-9/+23
2013-04-11Convert mtime from a time_t to a struct timespec.Jeremy Allison1-15/+26
2013-04-11Check SMB_VFS_NEXT_OPENDIR return in dirsort_opendir().Jeremy Allison1-0/+5
2013-04-11Clean error paths in opendir and fd_opendir by only setting handle data on su...Jeremy Allison1-10/+13
2013-04-11Protect open_and_sort_dir() from the directory changing size.Jeremy Allison1-9/+15
2013-04-11Use an index i rather than re-using a state variable.Jeremy Allison1-5/+3
2013-04-11Protect against early error in SMB_VFS_NEXT_READDIR.Jeremy Allison1-0/+4
2013-04-11Change source3/modules/vfs_dirsort.c from MALLOC -> TALLOC.Jeremy Allison1-14/+8
2013-04-11scripting-provision: Do not enforce domain != realm if we are joining an exis...Andrew Bartlett1-4/+5
2013-04-11build: Raise minimum python version to 2.5.0 for samba buildAndrew Bartlett3-6/+6
2013-04-11Avoid leaking temp file if an exception is raisedJean Raby1-1/+5
2013-04-10s3:smbd: do not access data behind req->buf+req->buflen in srvstr_pull_req_ta...Ralph Wuerthner1-1/+7
2013-04-10s3:smbd: convert srvstr_pull_req_talloc() into a functionRalph Wuerthner3-9/+14
2013-04-10s3:smbd: do not access data behind req->buf+req->buflen in srvstr_get_path_re...Ralph Wuerthner1-3/+10
2013-04-10python-samba-tool domain classicupgrade: Make failure to connect directly to ...Andrew Bartlett1-1/+1
2013-04-10build: Remove extra space in shebangAndrew Bartlett2-2/+2
2013-04-10build: Replace #!/usr/bin/env python with passed in PYTHON=Andrew Bartlett3-5/+25
2013-04-10vfs_fake_perms: Fix bug 9775, segfault for "artificial" conn_structsVolker Lendecke1-4/+29
2013-04-09vfs_fake_perms: Slightly streamline codeVolker Lendecke1-2/+2
2013-04-09vfs_fake_perms: Slightly streamline codeVolker Lendecke1-16/+21
2013-04-09s3-netlogon: enumerate UPN suffixes from PASSDB when availableAlexander Bokovoy1-12/+94
2013-04-09PASSDB: add support to set and enumerate UPN suffixes associated with our forestAlexander Bokovoy3-1/+55
2013-04-09s3-waf: filter out ldapsam internal init functionsAlexander Bokovoy1-0/+1
2013-04-09wafsamba: fix samba_abi for default catch-all caseAlexander Bokovoy1-1/+3
2013-04-09winbindd: Avoid a fd leak when we can not forkVolker Lendecke1-0/+2
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