summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2013-04-12autoconf: build in NTDB.Rusty Russell1-98/+136
2013-04-12Remove dependency on detection of HAVE_DIRFD for use of fdopendir().Jeremy Allison1-3/+1
2013-04-12Remove the "Ugly hack" that was the second use of dirfd().Jeremy Allison1-13/+5
2013-04-12In the struct smb_Dir destructor, use the fsp back pointer to release resources.Jeremy Allison1-10/+13
2013-04-12Maintain a back-pointer to the fsp in struct smb_Dir when opening with FDOPEN...Jeremy Allison1-1/+5
2013-04-12libsmbclient: Use async cli_full_connection in python connection setupVolker Lendecke1-2/+9
2013-04-11libsmbclient: Make cli_full_connection asyncVolker Lendecke2-50/+199
2013-04-11libsmbclient: Make cli_tree_connect asyncVolker Lendecke1-14/+109
2013-04-11libsmbclient: Make cli_raw_tcon asyncVolker Lendecke1-15/+83
2013-04-11libsmbclient: Streamline cli_openx a bitVolker Lendecke1-3/+1
2013-04-11libsmbclient: Use tevent_req_poll_ntstatus in cli_openxVolker Lendecke1-2/+1
2013-04-11libsmbclient: Streamline cli_tcon_andx a bitVolker Lendecke1-3/+1
2013-04-11libsmbclient: Use tevent_req_poll_ntstatus in cli_tcon_andxVolker Lendecke1-2/+1
2013-04-11libsmbclient: Make cli_start_connection asyncVolker Lendecke1-18/+102
2013-04-11libsmbclient: Remove unused cli_connect_sockVolker Lendecke1-32/+0
2013-04-11libsmbclient: Add async cli_connect_nbVolker Lendecke1-24/+94
2013-04-11libsmbclient: Avoid a talloc_strdup in cli_connect_nbVolker Lendecke1-4/+2
2013-04-11libsmbclient: Make cli_connect_sock asyncVolker Lendecke1-40/+126
2013-04-11libsmbclient: Remove unused sync wrappersVolker Lendecke1-201/+0
2013-04-11libsmbclient: Add async cli_session_setupVolker Lendecke2-42/+223
2013-04-11libsmbclient: Remove unused cli_session_setup_ntlmssp()Volker Lendecke1-29/+0
2013-04-11libsmbclient: Add async cli_session_setup_ntlmsspVolker Lendecke1-24/+146
2013-04-11libsmbclient: Factor out cli_session_setup_get_accountVolker Lendecke1-9/+17
2013-04-11libsmbclient: Slightly simplify cli_session_setup_spnegoVolker Lendecke1-3/+3
2013-04-11libsmbclient: Factor out cli_session_setup_get_principalVolker Lendecke1-36/+49
2013-04-11libsmbclient: Avoid a data copyVolker Lendecke1-9/+5
2013-04-11libsmbclient: Fix a leak on talloc_tos()Volker Lendecke1-1/+3
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-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-10build: Remove extra space in shebangAndrew Bartlett1-1/+1
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-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