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
/
libsmb
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-02
Remove cli_cm_set_dest_ss() - removes the global dest_ss
Jeremy Allison
1
-15
/
+5
2009-01-01
Remove a global variable
Volker Lendecke
1
-13
/
+20
2009-01-01
fix some nonempty blank lines
Volker Lendecke
1
-5
/
+5
2008-12-31
Fix more asprintf and "ignoring return code" warnings from gcc 4.3.
Jeremy Allison
1
-26
/
+52
2008-12-31
Make a CONST_DISCARD unnecessary by applying some const
Volker Lendecke
1
-3
/
+2
2008-12-29
Attempt to fix bug 5953: Make cli_send_smb_direct_writeX use writev
Volker Lendecke
1
-27
/
+13
2008-12-19
Add async cli_write_andx and cli_pull
Volker Lendecke
1
-0
/
+406
2008-12-19
Fix setting smb_len for huge write&x calls
Volker Lendecke
1
-1
/
+14
2008-12-19
Add the cli_wct_ofs routine to calculate the offset for write&x
Volker Lendecke
1
-0
/
+31
2008-12-19
Add a doxygen comment line I forgot to merge
Volker Lendecke
1
-0
/
+1
2008-12-19
Convert cli_request->outbuf to uint8_t
Volker Lendecke
1
-13
/
+15
2008-12-19
For large smbwrite&x, we need more than 64k bcc
Volker Lendecke
1
-4
/
+4
2008-12-19
Add some comments
Volker Lendecke
1
-0
/
+22
2008-12-19
Fix the padding calculation in smb_splice_chain for "bytes_padding!=0"
Volker Lendecke
1
-1
/
+1
2008-12-19
Pass "bytes_alignment" up through cli_request_send
Volker Lendecke
6
-10
/
+13
2008-12-19
Prefer network writes over reads
Volker Lendecke
1
-32
/
+33
2008-12-19
Factor out cli_write_max_bufsize
Volker Lendecke
1
-25
/
+36
2008-12-19
Remove two write-only variables
Volker Lendecke
1
-8
/
+0
2008-12-19
Make cli_negprot async
Volker Lendecke
1
-50
/
+97
2008-12-19
Make cli_negprot return NTSTATUS instead of bool
Volker Lendecke
4
-21
/
+29
2008-12-19
cli_negprot_send -> cli_negprot_sendsync
Volker Lendecke
1
-1
/
+1
2008-12-17
Fix a valgrind error
Volker Lendecke
1
-1
/
+2
2008-12-16
(Fixed) Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...
Kai Blin
1
-4
/
+5
2008-12-16
Revert "Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...
Jeremy Allison
1
-24
/
+683
2008-12-16
Final part of fix for bug #5953 - smbclient crashes: cli_list_new segmentatio...
Kai Blin
1
-683
/
+24
2008-12-16
commit b520befe6f51644d20434add9864d7a2fa30aa2e
SATOH Fumiyasu
1
-6
/
+4
2008-12-14
Remove the global "cmdline_auth_info" from source3/lib/util.c
Volker Lendecke
2
-12
/
+19
2008-12-13
Remove a pointless static variable
Volker Lendecke
1
-7
/
+7
2008-12-13
Remove a static variable
Volker Lendecke
1
-6
/
+5
2008-12-13
Micro-Optimize cliconnect.c
Volker Lendecke
1
-22
/
+27
2008-12-13
s3:dsgetdcname: retry with the clients site
Stefan Metzmacher
1
-6
/
+43
2008-12-13
s3:libsmb/namequery.c: add saf_join_store() function
Stefan Metzmacher
1
-3
/
+65
2008-12-13
s3: libsmb/namequery: fallback to returning all dcs, when none is available i...
Stefan Metzmacher
1
-0
/
+9
2008-12-13
For read&x replies, check the offset
Volker Lendecke
1
-0
/
+19
2008-12-08
Fix bug #5953 - smbclient crashes: cli_list_new segmentation fault.
Jeremy Allison
1
-1
/
+1
2008-12-08
Simplify async programming a bit with helper routines
Volker Lendecke
4
-21
/
+14
2008-12-08
Add a "bytes_padding" parameter to smb_splice_chain
Volker Lendecke
1
-12
/
+28
2008-12-08
Factor out smb_splice_chain(), to be used by chain_reply() in smbd
Volker Lendecke
1
-46
/
+98
2008-12-07
Slightly simplify cli_session_setup_ntlmssp
Volker Lendecke
1
-10
/
+2
2008-12-05
Fix for crash bug freeing a non-malloc'ed buffer if the client sends a non-en...
Volker Lendecke
1
-0
/
+7
2008-12-03
s3: Change sockaddr util function names for consistency
Tim Prouty
5
-13
/
+13
2008-11-30
remove the explicit mem_ctx from ntlmssp_state, use the state itself
Volker Lendecke
1
-46
/
+41
2008-11-30
fix nonempty blank lines
Volker Lendecke
1
-27
/
+27
2008-11-30
Do not build the session request if it si not used anyway
Volker Lendecke
1
-4
/
+4
2008-11-30
fix nonempty blank lines
Volker Lendecke
1
-19
/
+19
2008-11-28
Move cli_trans_oob to lib/util.c
Volker Lendecke
1
-17
/
+4
2008-11-18
libsmb: Fix up pointer passed to cli_send_trans in cli_link_internal
Kai Blin
1
-1
/
+1
2008-11-10
nterrors: add NT_STATUS_DS_BUSY.
Günther Deschner
1
-0
/
+1
2008-11-06
s3-dsgetdcname: fix reply generation (forgot to map nt1 to nt5ex).
Günther Deschner
1
-0
/
+2
2008-11-01
Make use of smb_bufrem()
Volker Lendecke
1
-1
/
+1
[next]