strtok -> strtok_r
[kai/samba.git] / source3 / client / smbmount.c
2008-01-23 Volker Lendeckestrtok -> strtok_r
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-05 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-05 Jeremy Allisonpstring removal.
2007-11-22 James PeachMerge ssh://git.samba.org/data/git/samba into v3-2...
2007-11-21 Jeremy AllisonEnsure we have a talloc stackframe (found by Kukks).
2007-11-09 Volker LendeckeRemove the silly "user_socket_options" global variable
2007-11-05 Volker LendeckeFix the smbmount build
2007-10-28 Jeremy AllisonChange all occurrences of zero_addr(&ss,AF_INET) to
2007-10-27 Jeremy AllisonFix zero_addr(&ip, INADDR_ANY); -> zero_addr(&ip, AF_INET)
2007-10-27 Volker LendeckeTwo patches
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-15 Günter KukkukkLatest ipv6 changes broke (deprecated) smbmount, smbmnt...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23596: Add notes about smbfs/cifs to usage() in smb...
2007-10-10 Volker Lendecker23567: Fix bug 4721
2007-10-10 Herb Lewisr20124: clean up nested extern declaration warnings
2007-10-10 Volker Lendecker17572: Fix the build
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Volker Lendecker13486: Two more -- fix bug 3503
2007-10-10 Derrell Lipmanr13212: r12414@cabra: derrell | 2006-01-28 17:52...
2007-10-10 Gerald Carterr12912: patch from Tony Mountifield <tony@softins.co...
2007-10-10 Tim Potterr8572: Remove crufty #define NO_SYSLOG as it's not...
2007-10-10 Alexander Bokovoyr76: Fix smbfs problem with Tree Disconnect issued...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-20 Gerald Cartermetze's autogenerate patch for version.h
2003-08-06 Jeremy AllisonGet rid of MAXPATHLEN, move to standard PATH_MAX.
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-04 Jeremy AllisonMore conversions I missed. Thanks metze.
2003-05-10 Jelmer VernooijReverse previous patch from Stefan and me after comment...
2003-05-10 Jelmer VernooijReverse previous patch from Stefan and me after comment...
2003-05-10 Jelmer VernooijPatch from metze and me that adds dummy smb_register_...
2003-05-10 Jelmer VernooijPatch from metze and me that adds dummy smb_register_...
2003-04-08 Alexander BokovoyUpdate smbmount to include unicode and lfs capabilities...
2003-04-08 Alexander BokovoyUpdate smbmount to include unicode and lfs capabilities...
2003-03-18 Andrew BartlettAdd an extra parameter to our 'set_remote_machine_name...
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-08 Andrew BartlettMake sure that the 'remote' machine name can only be...
2003-02-24 Andrew BartlettCleint-side-auth/kerberos fixes from HEAD, and don...
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-15 Andrew BartlettAntti Andreimann <Antti.Andreimann@mail.ee> has done...
2003-02-13 Alexander BokovoyFix typo in WIFSIGNALED (as per Waider's report)
2003-02-13 Martin Poolwaitstatus audit: Correctly handle case where smbmnt...
2003-02-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-02 Tim Pottersmb signing compile fix
2003-02-02 Andrew BartlettMore signing updates - start checking that the server...
2003-02-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-20 Martin PoolAdd FIXME about dodgy argument parser.
2003-01-15 Gerald Carters/WIFSIGNALLED/WIFSIGNALED/g
2003-01-15 Gerald Carters/WIFSIGNALLED/WIFSIGNALED/g
2003-01-15 Gerald Carter*lots of small merges form HEAD
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-15 Martin PoolOne more from waitpid() audit: Correctly interpret...
2002-11-13 Jeremy AllisonSorry Jim we can't assign to global_xxx(), we need...
2002-11-13 Jeremy AllisonSorry Jim we can't assign to global_xxx(), we need...
2002-11-13 Jim McDonoughBring smbmount.c in line with jra's global-cide. globa...
2002-11-13 Jim McDonoughBring smbmount.c in line with jra's global-cide. globa...
2002-11-09 Andrew BartlettMerge append_log fix from HEAD
2002-11-09 Andrew BartlettKill append_log from smbmount (thanks vance for remindi...
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-10 Andrew BartlettFix the %m security bug again - and try to make it...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-14 Tim Pottergetpid() -> sys_getpid()
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-05 Andrew BartlettOne line fix to get smbmount working again.
2001-12-19 Jeremy AllisonFix for extra capabilities from Urban Widmark <urban...
2001-11-28 Andrew Tridgellfix a bunch of places where we can double-free a cli...
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-11-26 Tim PotterFixed compiler warnings and dyn_CONFIGFILE related...
2001-11-23 Tim PotterRemoved TimeInit() call from every client program ...
2001-11-20 Martin PoolRename xmalloc, xmemdup, xstrdup to smb_$1 to avoid...
2001-11-19 Martin PoolStore some path names in global variables initialized...
2001-10-24 Jim McDonoughRemove xstrdup since it was added to lib/util.c. Cause...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-20 Jeremy Allisonsmbmount fixes from Urban.
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-10 Andrew Tridgellreplaced stdio in many parts of samba with a XFILE...
2001-08-24 Andrew Tridgellfixed handling of 139/445 in clients
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-04-22 Andrew Tridgella couple of minor merges from 2_2
2001-04-14 John TerpstraPatch from Mandrakesoft to ensure we close all files.
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-03-10 Jeremy AllisonSync up Urbans changes from 2.2 into HEAD.
2001-03-09 Jeremy AllisonSerious (and I *mean* serious) attempt to fix little...
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-01-07 Andrew Tridgellthis looks like a big commit, but it isn't really :)
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-01 Luke Leightonsys_select added one more argument (read, write selectors).
1999-02-18 Michael WarfieldGot to the bottom of another weird one...
1999-02-14 Michael WarfieldAdded caching of user password if it was entered via...
1999-02-13 Michael Warfield Fixed a glibc glitch in smbumount.c and reenabled...
1999-02-01 Michael WarfieldMinor change to bring smbmount in the main branch in...
1999-01-31 Michael WarfieldOk... Yet another round of fixes for smbmount and...
1998-11-30 Michael Warfield Earlier fix for smbmount timing window was the wrong...
1998-11-13 Michael WarfieldFixed timing window created by daemonize function....
1998-09-30 Jeremy AllisonFixed uid->vuid confusion in smbmount (hopefully).
next