]> git.sesse.net Git - vlc/history - modules/access/smb.c
Use var_Inherit* when applicable.
[vlc] / modules / access / smb.c
2010-08-17 Rémi DuraffortUse var_Inherit* when applicable.
2010-07-11 Rémi Denis-CourmontRemove legacy casts
2010-05-10 Christophe MutricyCompile fix
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-21 Laurent AimarUsed uint64_t for access_t::info.i_size/i_pos and acces...
2010-01-03 Geoffroy CouprieAdd a bunch of help strings. Feel free to correct them...
2009-08-20 Pierre d'Herbemontsmb: Flag unused params.
2009-07-14 JP DingerRemove unneeded casts and intermediaries in va_arg...
2009-07-04 Rémi Duraffortsmb: remove dummy define (this is already done (properl...
2009-07-01 Rémi Duraffortsmb: fix compilation for win32.
2009-07-01 Rémi Duraffortsmb: use utf8_open (fix #2922)
2009-06-25 Rémi DuraffortCleaning/factorize.
2009-06-25 Rémi Duraffortsamba: remove debug test.
2009-06-25 Rémi DuraffortRewrite the samba access module whithout samba context...
2009-06-24 Rémi DuraffortFix a segfault (buffer overflow for win32 only).
2009-06-15 Rémi DuraffortUse add_password instead of add_string when applicable.
2009-05-01 Laurent AimarAdd most of *-caching options as safe
2009-03-12 Rémi Duraffortunused variables.
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-18 Rémi DuraffortRevert "access_samba: don't use deprecated functions."
2009-01-16 Rémi Duraffortaccess_samba: don't use deprecated functions.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-06 Rémi DuraffortUse NULL instead of 0 for pointers.
2008-08-17 Rémi DuraffortCheck asprintf return value.
2008-06-22 Rémi DuraffortRemove unneeded msg_Error.
2008-06-15 Jean-Baptiste KempfFix typo introduced in [ba06700b854653f4c1af9175aefcb92...
2008-06-15 Jean-Baptiste KempfKill a warning on windows.
2008-06-14 Jean-Baptiste KempfDon't define smb_auth on windows.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-30 Rémi Denis-CourmontRevert "Simplify - CID 6"
2008-05-30 Rafaël CarréSimplify - CID 6
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-13 Rémi DuraffortRevert some errors in 859436564cd0b85e76b888a88205424ed...
2008-03-12 Rémi DuraffortAnother time "Remove useless test before a free".
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-10 Damien Fouilleulsmb.c: prevents problem with glibc defining open as...
2007-09-05 Rémi Denis-CourmontMissing static
2007-08-28 Damien Fouilleulsmb.c: this is a useless patch, why did i apply it...
2007-08-28 Damien Fouilleulsmb.c: protect open call, sounds like open is macro...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-01 Antoine CellerierFix a bunch of gcc warnings
2006-07-19 Clément StenacSome more demux and access code factorization
2006-04-29 Rémi Denis-CourmontOpenBSDish strlcpy()
2006-04-29 Rémi Denis-CourmontNul terminate
2006-04-29 Rémi Denis-CourmontUse strncpy() rather than strncat() when the destinatio...
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-03-29 Clément StenacAccess strings (Refs:#438)
2006-01-12 Antoine CellerierFSF address change.
2005-09-02 Gildas Bazin* configure.ac, modules/access/smb.c: compilation fix...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-02-06 Rémi Denis-CourmontCompile fix, unbreak smb access on Linux
2005-01-27 Gildas Bazin* modules/access/smb.c: win32 implementation which...
2005-01-27 Gildas Bazin* modules/access/smb.c: new SMB/CIFS access module...