index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input
/
input_smb.c
Age
Commit message (
Expand
)
Author
2013-09-13
Copyright year update by hg log info
Torsten Jager
2011-12-10
Merge from 1.1.
Darren Salt
2011-11-24
Fixed leaks in input plugins
Petri Hintukainen
2011-10-17
Merge from 1.1
Petri Hintukainen
2011-10-10
Fixed asprintf usage
Petri Hintukainen
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-02-10
Merge from 1.1.
Darren Salt
2009-02-10
Fix broken size checks in various input plugins (ref. CVE-2008-5239).
Darren Salt
2009-01-05
Merge security fixes from 1.1.
Darren Salt
2009-01-05
Merge security fixes.
Darren Salt
2009-01-04
Fix for CVE-2008-5239
Matthias Hopf
2008-12-15
Merge from 1.1; update PO files; make buildable.
Diego E. 'Flameeyes' Pettenò
2008-11-20
Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...
František Dvořák
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2008-05-23
Merge from 1.1. VDR needs to be updated.
Diego 'Flameeyes' Pettenò
2008-05-07
Use asprintf() rather than malloc() + sprintf().
Diego 'Flameeyes' Pettenò
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2008-04-21
Merge from 1.1.
Darren Salt
2008-04-19
Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1...
Diego 'Flameeyes' Pettenò
2007-12-19
Update all the code to the new headers layout.
Diego 'Flameeyes' Pettenò
2007-12-11
Bump the input plugins interface version to 18 as they got updated.
Diego 'Flameeyes' Pettenò
2007-12-11
Use default_*_class_dispose macro whenever the class dispose function only ca...
Diego 'Flameeyes' Pettenò
2007-12-11
Use N_() rather than _(), passing the string just once to gettext().
Diego 'Flameeyes' Pettenò
2007-12-11
Update all input plugins to the new identifier/description interface.
Diego 'Flameeyes' Pettenò
2007-11-10
Merge from 1.1.
Darren Salt
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Merge FSF address changes from 1.1 branch.
Diego 'Flameeyes' Pettenò
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-06-09
Convert all input plugins to use void * as type for the buf parameter of read...
Diego 'Flameeyes' Pettenò
2007-04-14
Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...
Diego 'Flameeyes' Pettenò
2007-04-14
Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...
Diego 'Flameeyes' Pettenò
2007-01-26
Don't set get_blocksize to NULL, or the Samba access plugin will _never_ work...
Diego 'Flameeyes' Pettenò
2006-07-10
Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...
Diego 'Flameeyes' Pettenò
2006-06-20
Fix generic warnings.
Diego 'Flameeyes' Pettenò
2006-06-18
Misc warnings fixes.
Diego 'Flameeyes' Pettenò
2006-06-02
Various static/const fixes from Gentoo.
Darren Salt
2006-05-03
Make various arrays and structures (mainly xine_plugin_info) const.
Darren Salt
2006-05-01
checked distcheck: install inttypes,
František Dvořák
2006-03-18
[coverity]
Thibaut Mattern
2006-02-14
Make smb_auth() static.
Darren Salt
2006-02-04
add browsable capability to input_smb by Xavier
Miguel Freitas
2006-02-02
libsmbclient seems messing up intl'. Adding locale save/restore workaround.
Daniel Caujolle-Bert
2005-10-14
input plugin time seeking patch.
Miguel Freitas
2005-02-06
Added a plugin_node_t pointer to the input plugin struct.
Thibaut Mattern
2004-10-18
somebody did copy-paste here...
Miguel Freitas
2004-10-18
disable libsmbclient debuging
Miguel Freitas
2004-10-18
Simple libsmbclient (samba) input plugin
Miguel Freitas