summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libsmbclient: Use tevent_req_poll_ntstatus in cli_openxVolker Lendecke2013-04-111-2/+1
* libsmbclient: Streamline cli_tcon_andx a bitVolker Lendecke2013-04-111-3/+1
* libsmbclient: Use tevent_req_poll_ntstatus in cli_tcon_andxVolker Lendecke2013-04-111-2/+1
* libsmbclient: Make cli_start_connection asyncVolker Lendecke2013-04-111-18/+102
* libsmbclient: Remove unused cli_connect_sockVolker Lendecke2013-04-111-32/+0
* libsmbclient: Add async cli_connect_nbVolker Lendecke2013-04-111-24/+94
* libsmbclient: Avoid a talloc_strdup in cli_connect_nbVolker Lendecke2013-04-111-4/+2
* libsmbclient: Make cli_connect_sock asyncVolker Lendecke2013-04-111-40/+126
* libsmbclient: Remove unused sync wrappersVolker Lendecke2013-04-111-201/+0
* libsmbclient: Add async cli_session_setupVolker Lendecke2013-04-112-42/+223
* libsmbclient: Remove unused cli_session_setup_ntlmssp()Volker Lendecke2013-04-111-29/+0
* libsmbclient: Add async cli_session_setup_ntlmsspVolker Lendecke2013-04-111-24/+146
* libsmbclient: Factor out cli_session_setup_get_accountVolker Lendecke2013-04-111-9/+17
* libsmbclient: Slightly simplify cli_session_setup_spnegoVolker Lendecke2013-04-111-3/+3
* libsmbclient: Factor out cli_session_setup_get_principalVolker Lendecke2013-04-111-36/+49
* libsmbclient: Avoid a data copyVolker Lendecke2013-04-111-9/+5
* libsmbclient: Fix a leak on talloc_tos()Volker Lendecke2013-04-111-1/+3
* Ensure we test the dirsort module in make test.Jeremy Allison2013-04-111-0/+1
* Remove unneeded initializations (we already talloc_zero).Jeremy Allison2013-04-111-5/+0
* Remove the use of dirfd inside the vfs_dirsort.c.Jeremy Allison2013-04-111-9/+23
* Convert mtime from a time_t to a struct timespec.Jeremy Allison2013-04-111-15/+26
* Check SMB_VFS_NEXT_OPENDIR return in dirsort_opendir().Jeremy Allison2013-04-111-0/+5
* Clean error paths in opendir and fd_opendir by only setting handle data on su...Jeremy Allison2013-04-111-10/+13
* Protect open_and_sort_dir() from the directory changing size.Jeremy Allison2013-04-111-9/+15
* Use an index i rather than re-using a state variable.Jeremy Allison2013-04-111-5/+3
* Protect against early error in SMB_VFS_NEXT_READDIR.Jeremy Allison2013-04-111-0/+4
* Change source3/modules/vfs_dirsort.c from MALLOC -> TALLOC.Jeremy Allison2013-04-111-14/+8
* scripting-provision: Do not enforce domain != realm if we are joining an exis...Andrew Bartlett2013-04-111-4/+5
* build: Raise minimum python version to 2.5.0 for samba buildAndrew Bartlett2013-04-113-6/+6
* Avoid leaking temp file if an exception is raisedJean Raby2013-04-111-1/+5
* s3:smbd: do not access data behind req->buf+req->buflen in srvstr_pull_req_ta...Ralph Wuerthner2013-04-101-1/+7
* s3:smbd: convert srvstr_pull_req_talloc() into a functionRalph Wuerthner2013-04-103-9/+14
* s3:smbd: do not access data behind req->buf+req->buflen in srvstr_get_path_re...Ralph Wuerthner2013-04-101-3/+10
* python-samba-tool domain classicupgrade: Make failure to connect directly to ...Andrew Bartlett2013-04-101-1/+1
* build: Remove extra space in shebangAndrew Bartlett2013-04-102-2/+2
* build: Replace #!/usr/bin/env python with passed in PYTHON=Andrew Bartlett2013-04-103-5/+25
* 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
* wafsamba: fix samba_abi for default catch-all caseAlexander Bokovoy2013-04-091-1/+3
* 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
* doc: Document performance impact of "hide unxx" parametersVolker Lendecke2013-04-052-0/+6
* getpass: Don't fail if stdin is not a ttyStef Walter2013-04-051-23/+29
* tevent: Only set poll_ev->delete=false if it was trueVolker Lendecke2013-04-041-1/+1