index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-12
Remove the "Ugly hack" that was the second use of dirfd().
Jeremy Allison
1
-13
/
+5
2013-04-12
In the struct smb_Dir destructor, use the fsp back pointer to release resources.
Jeremy Allison
1
-10
/
+13
2013-04-12
Maintain a back-pointer to the fsp in struct smb_Dir when opening with FDOPEN...
Jeremy Allison
1
-1
/
+5
2013-04-12
libsmbclient: Use async cli_full_connection in python connection setup
Volker Lendecke
1
-2
/
+9
2013-04-11
libsmbclient: Make cli_full_connection async
Volker Lendecke
2
-50
/
+199
2013-04-11
libsmbclient: Make cli_tree_connect async
Volker Lendecke
1
-14
/
+109
2013-04-11
libsmbclient: Make cli_raw_tcon async
Volker Lendecke
1
-15
/
+83
2013-04-11
libsmbclient: Streamline cli_openx a bit
Volker Lendecke
1
-3
/
+1
2013-04-11
libsmbclient: Use tevent_req_poll_ntstatus in cli_openx
Volker Lendecke
1
-2
/
+1
2013-04-11
libsmbclient: Streamline cli_tcon_andx a bit
Volker Lendecke
1
-3
/
+1
2013-04-11
libsmbclient: Use tevent_req_poll_ntstatus in cli_tcon_andx
Volker Lendecke
1
-2
/
+1
2013-04-11
libsmbclient: Make cli_start_connection async
Volker Lendecke
1
-18
/
+102
2013-04-11
libsmbclient: Remove unused cli_connect_sock
Volker Lendecke
1
-32
/
+0
2013-04-11
libsmbclient: Add async cli_connect_nb
Volker Lendecke
1
-24
/
+94
2013-04-11
libsmbclient: Avoid a talloc_strdup in cli_connect_nb
Volker Lendecke
1
-4
/
+2
2013-04-11
libsmbclient: Make cli_connect_sock async
Volker Lendecke
1
-40
/
+126
2013-04-11
libsmbclient: Remove unused sync wrappers
Volker Lendecke
1
-201
/
+0
2013-04-11
libsmbclient: Add async cli_session_setup
Volker Lendecke
2
-42
/
+223
2013-04-11
libsmbclient: Remove unused cli_session_setup_ntlmssp()
Volker Lendecke
1
-29
/
+0
2013-04-11
libsmbclient: Add async cli_session_setup_ntlmssp
Volker Lendecke
1
-24
/
+146
2013-04-11
libsmbclient: Factor out cli_session_setup_get_account
Volker Lendecke
1
-9
/
+17
2013-04-11
libsmbclient: Slightly simplify cli_session_setup_spnego
Volker Lendecke
1
-3
/
+3
2013-04-11
libsmbclient: Factor out cli_session_setup_get_principal
Volker Lendecke
1
-36
/
+49
2013-04-11
libsmbclient: Avoid a data copy
Volker Lendecke
1
-9
/
+5
2013-04-11
libsmbclient: Fix a leak on talloc_tos()
Volker Lendecke
1
-1
/
+3
2013-04-11
Remove unneeded initializations (we already talloc_zero).
Jeremy Allison
1
-5
/
+0
2013-04-11
Remove the use of dirfd inside the vfs_dirsort.c.
Jeremy Allison
1
-9
/
+23
2013-04-11
Convert mtime from a time_t to a struct timespec.
Jeremy Allison
1
-15
/
+26
2013-04-11
Check SMB_VFS_NEXT_OPENDIR return in dirsort_opendir().
Jeremy Allison
1
-0
/
+5
2013-04-11
Clean error paths in opendir and fd_opendir by only setting handle data on su...
Jeremy Allison
1
-10
/
+13
2013-04-11
Protect open_and_sort_dir() from the directory changing size.
Jeremy Allison
1
-9
/
+15
2013-04-11
Use an index i rather than re-using a state variable.
Jeremy Allison
1
-5
/
+3
2013-04-11
Protect against early error in SMB_VFS_NEXT_READDIR.
Jeremy Allison
1
-0
/
+4
2013-04-11
Change source3/modules/vfs_dirsort.c from MALLOC -> TALLOC.
Jeremy Allison
1
-14
/
+8
2013-04-10
s3:smbd: do not access data behind req->buf+req->buflen in srvstr_pull_req_ta...
Ralph Wuerthner
1
-1
/
+7
2013-04-10
s3:smbd: convert srvstr_pull_req_talloc() into a function
Ralph Wuerthner
3
-9
/
+14
2013-04-10
s3:smbd: do not access data behind req->buf+req->buflen in srvstr_get_path_re...
Ralph Wuerthner
1
-3
/
+10
2013-04-10
build: Remove extra space in shebang
Andrew Bartlett
1
-1
/
+1
2013-04-10
vfs_fake_perms: Fix bug 9775, segfault for "artificial" conn_structs
Volker Lendecke
1
-4
/
+29
2013-04-09
vfs_fake_perms: Slightly streamline code
Volker Lendecke
1
-2
/
+2
2013-04-09
vfs_fake_perms: Slightly streamline code
Volker Lendecke
1
-16
/
+21
2013-04-09
s3-netlogon: enumerate UPN suffixes from PASSDB when available
Alexander Bokovoy
1
-12
/
+94
2013-04-09
PASSDB: add support to set and enumerate UPN suffixes associated with our forest
Alexander Bokovoy
3
-1
/
+55
2013-04-09
s3-waf: filter out ldapsam internal init functions
Alexander Bokovoy
1
-0
/
+1
2013-04-09
winbindd: Avoid a fd leak when we can not fork
Volker Lendecke
1
-0
/
+2
2013-04-09
pylibsmb: Avoid a segfault if no credentials are passed to libsmb.Conn()
Volker Lendecke
1
-5
/
+5
2013-04-09
BUG 9766: Cache name_to_sid/sid_to_name correctly.
Andreas Schneider
1
-0
/
+21
2013-04-09
BUG 9139: Fix the username map optimization.
Andreas Schneider
1
-4
/
+8
2013-04-03
BUG 9699: Fix adding case sensitive spn.
Andreas Schneider
1
-12
/
+2
2013-04-03
libsmbclient: Fix cli_session_setup_guest_send
Volker Lendecke
1
-1
/
+1
[next]