s3-spoolss: prepare to use generated spoolss.
[kai/samba-autobuild/.git] / source3 / libsmb /
2009-02-04 Günther Deschners3: use struct netr_Credential in cred_step().
2009-02-03 Ted PercivalProbably fixes a crash during name resolution when...
2009-02-03 Volker LendeckeFix Coverity ID 870
2009-02-02 Volker LendeckeNext step disentangling async_req from NTSTATUS
2009-02-01 Volker LendeckeSplit up async_req into a generic and a NTSTATUS specif...
2009-01-31 Volker LendeckeMake is_andx_req non-static
2009-01-30 Volker LendeckeAdd async cli_ntcreate
2009-01-30 Volker LendeckeMake cli_tcon_andx async
2009-01-30 Volker LendeckeMake cli_session_setup_guest async
2009-01-29 Volker LendeckeAdd the strlen to push to smb_bytes_push_str, return...
2009-01-29 Volker Lendeckecli_ucs2
2009-01-28 Volker LendeckeFix a valgrind error when the socket dies
2009-01-27 Stefan Metzmachers3:namecache: remove unused namecache_shutdown() function
2009-01-26 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-26 Volker LendeckeDecouple clistr_pull from struct cli_state->inbuf
2009-01-25 Volker LendeckeFix an error path memleak
2009-01-25 Volker LendeckeMake smb_bytes_push_str deal with a NULL buf returning...
2009-01-22 todd stecherMemory leaks and other fixes found by Coverity
2009-01-19 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-18 Volker LendeckeAdd a macro async_req_setup()
2009-01-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-17 Derrell LipmanDetermine case sensitivity based on file system attributes.
2009-01-17 Derrell Lipman[Bug 6022] smbc_urlencode and smbc_urldecode were not...
2009-01-16 Derrell LipmanTreat file names in POSIX-like case-sensitive fashion...
2009-01-16 Andreas SchneiderFix a segfault if ? is there but the options are NULL...
2009-01-16 Michael Adams3: put netsamlogon_cache.tdb into cache_dir instead...
2009-01-15 Michael Adams3: make better use of ccache by not including version...
2009-01-15 Jeremy AllisonRemove smbclient globals that bled into clidfs.c. Now...
2009-01-14 Jeremy AllisonRemove another global from clidfs that is only used...
2009-01-12 Stefan Metzmachers3:libsmb: handle the smb signing states the same in...
2009-01-11 Volker LendeckeMove cli_api_pipe() to its only user cli_pipe.c
2009-01-08 Jeremy AllisonFix bug #6021 - smbclient du command does not recuse...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-04 Volker LendeckeSimulate the Windows behaviour to fire 445 and after...
2009-01-04 Volker LendeckeAsync wrapper for open_socket_out_send/recv
2009-01-03 Volker Lendeckeopen_socket_out is always used with SOCK_STREAM, remove...
2009-01-03 Volker Lendeckestruct async_req doesn't really need to carry an event_...
2009-01-02 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-02 Jeremy AllisonRemove cli_cm_set_dest_ss() - removes the global dest_ss
2009-01-02 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-01 Volker LendeckeRemove a global variable
2009-01-01 Volker Lendeckefix some nonempty blank lines
2009-01-01 Jelmer VernooijAdd iconv_convenience argument to size functions.
2009-01-01 Jeremy AllisonFix more asprintf and "ignoring return code" warnings...
2008-12-31 Volker LendeckeMake a CONST_DISCARD unnecessary by applying some const
2008-12-29 Volker LendeckeAttempt to fix bug 5953: Make cli_send_smb_direct_write...
2008-12-19 Jelmer VernooijMerge branch 'pyregistry' of git://git.samba.org/jelmer...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeAdd async cli_write_andx and cli_pull
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeFix setting smb_len for huge write&x calls
2008-12-19 Volker LendeckeAdd the cli_wct_ofs routine to calculate the offset...
2008-12-19 Volker LendeckeAdd a doxygen comment line I forgot to merge
2008-12-19 Volker LendeckeConvert cli_request->outbuf to uint8_t
2008-12-19 Volker LendeckeFor large smbwrite&x, we need more than 64k bcc
2008-12-19 Volker LendeckeAdd some comments
2008-12-19 Volker LendeckeFix the padding calculation in smb_splice_chain for...
2008-12-19 Volker LendeckePass "bytes_alignment" up through cli_request_send
2008-12-19 Volker LendeckePrefer network writes over reads
2008-12-19 Volker LendeckeFactor out cli_write_max_bufsize
2008-12-19 Volker LendeckeRemove two write-only variables
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeMake cli_negprot async
2008-12-19 Volker LendeckeMake cli_negprot return NTSTATUS instead of bool
2008-12-19 Volker Lendeckecli_negprot_send -> cli_negprot_sendsync
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-17 Volker LendeckeFix a valgrind error
2008-12-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Kai Blin(Fixed) Final part of fix for bug #5953 - smbclient...
2008-12-16 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-16 Jeremy AllisonRevert "Final part of fix for bug #5953 - smbclient...
2008-12-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Kai BlinFinal part of fix for bug #5953 - smbclient crashes...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 SATOH Fumiyasucommit b520befe6f51644d20434add9864d7a2fa30aa2e
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-14 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-14 Volker LendeckeRemove the global "cmdline_auth_info" from source3...
2008-12-13 Volker LendeckeRemove a pointless static variable
2008-12-13 Volker LendeckeRemove a static variable
2008-12-13 Volker LendeckeMicro-Optimize cliconnect.c
2008-12-13 Stefan Metzmachers3:dsgetdcname: retry with the clients site
2008-12-13 Stefan Metzmachers3:libsmb/namequery.c: add saf_join_store() function
2008-12-13 Stefan Metzmachers3: libsmb/namequery: fallback to returning all dcs...
2008-12-13 Volker LendeckeFor read&x replies, check the offset
2008-12-08 Jeremy AllisonFix bug #5953 - smbclient crashes: cli_list_new segment...
2008-12-08 Volker LendeckeSimplify async programming a bit with helper routines
2008-12-08 Volker LendeckeAdd a "bytes_padding" parameter to smb_splice_chain
2008-12-08 Volker LendeckeFactor out smb_splice_chain(), to be used by chain_repl...
2008-12-07 Volker LendeckeSlightly simplify cli_session_setup_ntlmssp
2008-12-05 Volker LendeckeFix for crash bug freeing a non-malloc'ed buffer if...
2008-12-03 Tim Proutys3: Change sockaddr util function names for consistency
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-30 Volker Lendeckeremove the explicit mem_ctx from ntlmssp_state, use...
2008-11-30 Volker Lendeckefix nonempty blank lines
next