WHATSNEW: Start 3.4.13 release notes.
[samba.git] / source3 / libsmb /
2011-02-27 Jeremy AllisonFix denial of service - memory corruption.
2011-01-23 Volker Lendeckes3: Fix connecting to port-139 only servers
2011-01-13 Volker Lendeckes3: Retry *SMBSERVER in nb_connect
2011-01-13 Volker Lendeckes3: Add smbsock_any_connect
2011-01-13 Volker Lendeckes3: Add an async smbsock_connect
2011-01-13 Volker Lendeckes3: Add async cli_session_request
2011-01-13 Volker Lendeckev3-4-test: Pull in read_smb_send from master
2011-01-13 Volker Lendeckes3: Add some const to name_mangle()
2011-01-13 Volker Lendeckes3: Make winbind recover from a signing error
2011-01-13 Jeremy Allisons3-libsmb: Fix bug #7577.
2011-01-13 Günther Deschners3-kerberos: pass down kdc_name to create_local_private...
2010-09-09 Jeremy AllisonFix bug #7669.
2010-05-06 Stefan Metzmachers3:libsmb: add cli_state_is_connected() function
2010-05-06 Stefan Metzmachers3:libsmb: don't let cli_shutdown() segfault with a...
2010-05-06 Stefan Metzmachers3: fix crash in winbindd (similar to commit f8cc0e88fb...
2010-02-15 Jeremy AllisonFix off-by-one error in working out the limit of the...
2010-02-15 Stefan Metzmachers3:libsmb: fix NetServerEnum3 rap calls.
2010-02-15 Stefan Metzmachers3:libsmb: don't reuse the callers stype variable in...
2010-01-18 Volker Lendeckes3: Fix a crash in libsmbclient used against the OpenSo...
2010-01-18 Jeremy AllisonFix bug 7045 - Bad (non memory copying) interfaces...
2010-01-18 Günther Deschners3-libsmbclient: Fix crash bug in SMBC_parse_path().
2009-12-23 Günther Deschners3-kerberos: add a missing reference to authdata headers.
2009-12-23 Günther Deschners3-kerberos: only use krb5 headers where required.
2009-12-23 Günther Deschners3-kerberos: Fix Bug #6929: build with recent heimdal.
2009-12-23 Jelmer Vernooijclikrb5: Prefer krb5_free_keytab_entry_contents to...
2009-12-23 Günther Deschners3-kerberos: add smb_krb5_principal_get_realm().
2009-12-23 Andrew Tridgells3: fixed krb5 build problem on ubuntu karmic
2009-12-23 Jeremy AllisonFix bug 6880 - cannot list workgroup servers reported...
2009-10-26 Jeremy AllisonFix bug 6829 - smbclient does not show special characte...
2009-10-20 Günther Deschners3-spnego: Fix Bug #6815. Windows 2008 R2 SPNEGO negTok...
2009-10-20 Günther Deschners3-spnego: avoid NULL talloc context in read_spnego_data().
2009-10-20 Volker Lendeckes3: Fix bug 6606
2009-10-20 Günther Deschners3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_o...
2009-10-20 Jeremy AllisonSecond part of a fix for bug #6235.
2009-10-20 Derrell LipmanFix bug #6532.
2009-10-20 Björn Jackes3: QNX doesn't know uint - replace with uint_t
2009-10-20 Jeremy Allisons3/libsmb: SIVAL should have been an SVAL.
2009-09-09 Volker Lendeckes3:libsmb: Correctly chew keepalive packets
2009-09-09 SATOH FumiyasuFix bug 6496 - libsmbclient: MS-DFS: cannot follow...
2009-09-09 Jeremy AllisonFix bug 6673 - smbpasswd does not work with "unix passw...
2009-09-03 Simo Sorces3-smbpasswd: Fix Bug #6584: allow DOM\user when changi...
2009-08-24 Jeremy AllisonFix Red Hat bugzilla bug : https://bugzilla.redhat...
2009-08-13 Bo Yangs3: Unable to browse DFS when using kerberos in libsmbc...
2009-06-17 Karolin Seegers3/libsmb: Fix typo in error message.
2009-06-17 Karolin Seegers3/libsmb: Fix debug message.
2009-06-02 Kumar Thangavelus3/getdcname: Fix 'net' crash.
2009-06-02 Jeremy AllisonFix bug #6419 - smbclient -L 127.0.0.1" displays "netbi...
2009-05-29 Jeremy AllisonFix uninitialized variable use caught by valgrind.
2009-05-26 Günther Deschners3-credentials: protect netlogon_creds_server_step...
2009-04-28 Günther Deschners3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of...
2009-04-28 Jeremy AllisonWhen doing a cli_ulogoff don't invalidate the cnum...
2009-04-15 Volker LendeckeFix a bug in smbclient not sending the correct called...
2009-04-15 Andrew Bartletts3:kerberos Rework smb_krb5_unparse_name() to take...
2009-04-15 Derrell Lipman[Bug 6228] SMBC_open_ctx failure due to path resolve...
2009-04-15 Tim Proutys3: parse_packet can return NULL which is then derefere...
2009-04-15 Volker LendeckeFix two memleaks in the encryption code
2009-04-15 Björn Jackes3:dsgetdcname: use parentheses in if condition to...
2009-04-15 Volker LendeckeFix connect to port 139 only -- thanks gd for bugging...
2009-04-15 Günther Deschners3-krb5: Fix Coverity #722 (RESOURCE_LEAK).
2009-04-15 Bo YangFix crash in async_smb.c
2009-04-15 Stefan Metzmachers3:libsmb: always create bytes array in cli_trans code
2009-04-15 Stefan Metzmachers3:libsmb: fix smb signing for fragmented trans/trans2...
2009-04-15 Jeremy AllisonAllow DFS client paths to work when POSIX pathnames...
2009-04-15 Günther Deschners3: remove POLICY_HND.
2009-04-15 Jeremy AllisonRemove the global "struct cm_cred_struct" and associate...
2009-04-15 Volker LendeckeConvert open_socket_out_defer to tevent_req
2009-04-15 Volker LendeckeFix a malloc/talloc mismatch when cli_initialise()...
2009-04-15 Jeremy AllisonRemove pwd_cache.c, it was doing nothing. Make user_nam...
2009-03-13 Jeremy AllisonRemove the static "struct client_connection" mess which...
2009-03-12 Stefan MetzmacherRevert "s3:libsmb: add an option to cli_push to let...
2009-03-10 Stefan Metzmachers3:libsmb: add an option to cli_push to let the caller...
2009-03-10 Stefan Metzmachers3:libsmb: only treat a return 0 as end of file
2009-03-10 Stefan Metzmachers3:libsmb: fix a lot of cli_push() bugs
2009-03-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-07 Volker LendeckeFix a smbclient segfault against security=share servers
2009-03-07 Volker LendeckeFix some nonempty blank lines
2009-03-06 Stefan Metzmachers3:libsmb: merge cli_setup_signing_state() into cli_ini...
2009-03-06 Stefan Metzmachers3:libsmb: remove cli_setup_signing_state() and add...
2009-03-06 Stefan Metzmachers3:signing: the seqnum should only be decremented by...
2009-03-06 Stefan Metzmachers3:libsmb: smb signing works the same for extented...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-02-24 Volker LendeckeConvert name_mangle() to use talloc
2009-02-24 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jeremy AllisonMore warning fixes for Solaris.
2009-02-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-23 Derrell LipmanMake char* parameters const
2009-02-21 Volker LendeckeRemove the static "chal" from ntlmssp.c:get_challenge()
2009-02-21 Volker LendeckeMove some bytes from the data to the text segment
2009-02-21 Jeremy AllisonChange smbc_set_credentials_with_fallback() (unreleased...
2009-02-20 Derrell Lipmanvariable grouping: just my OCD desire to keep similar...
2009-02-20 Bo YangMake libsmbclient work with DFS
2009-02-20 Tim Proutys3: Add extid to the dev/inode pair
2009-02-18 Volker LendeckeInteresting C compiler you have there... :-)
2009-02-18 Jeremy AllisonFix coverity CID-602. Possible use of uninitialized...
2009-02-17 Jeremy AllisonDon't miss an absolute pathname as a kerberos keytab...
2009-02-15 Derrell Lipmanremove accidental white space
2009-02-14 Derrell LipmanGet rid of the warnings I had for testing
2009-02-14 Derrell LipmanIt seems some systems use f_flags instead of f_flag...
next