updated the WHATSNEW in preparation for an alpha release
[ira/wip.git] / source3 / lib /
1998-08-31 Andrew Tridgellbounds check next_token() to prevent possible buffer...
1998-08-30 Andrew TridgellThis should fix the zombie problem that luke noticed.
1998-08-30 Andrew Tridgelldon't put two spaces at the start of lines if logging...
1998-08-30 Andrew Tridgellchanged the format of the wins.dat file slightly.
1998-08-30 Andrew Tridgelladded a function zero_free(void *, int size) that zeros...
1998-08-28 Jeremy AllisonThis checking fixes the statcache bug that stopped...
1998-08-24 Jeremy AllisonChanged ASSERT macros to SMB_ASSERT macros as some...
1998-08-22 Andrew Tridgelladded ASSERT() and ASSERT_ARRAY() macros and sprinkled...
1998-08-21 Christopher R. HertelJust tweaking.
1998-08-21 Andrew Tridgelladded new smb.conf option "panic action". see my samba...
1998-08-17 Andrew Tridgelladded some optimisation for the case where the number...
1998-08-17 Andrew Tridgellconverted the policy code to use a linked list and...
1998-08-17 Andrew Tridgellsome cleanups from the conversion of Pipes[] to a linke...
1998-08-16 Andrew Tridgellgot rid of the Files[] array completely (previously...
1998-08-16 Andrew Tridgellserver.c: fixed a bug in close_file() with the new...
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-08-14 Jeremy AllisonMakefile.in: Changed so that make proto will work with...
1998-08-13 John BlairUh... I'm checking stuff in. Jeremy will by *so* pleas...
1998-08-12 Christopher R. HertelI've added a dbgflush() function to debug.c. Calling...
1998-08-11 Christopher R. HertelCleaned up some lint warnings (functions with return...
1998-08-11 Christopher R. HertelI've added a test for lp_loaded() so that timestamps...
1998-08-11 Andrew Tridgellfixed a nasty bug in debug.c
1998-08-11 Andrew Tridgellmake sure that a fault cannot occur twice. The new...
1998-08-10 Andrew Tridgellmoved access.c into lib/ from smbd/ as it is needed...
1998-08-09 Andrew Tridgellthis gets smbd compiling and linking correctly with...
1998-08-09 Andrew Tridgelladded ignore rules for the dummy files
1998-08-09 Andrew Tridgellthese dummy files are needed for autoconf processing
1998-08-08 Andrew Tridgelladded --with-nisplus-home option
1998-08-03 Christopher R. HertelMore formatting changes. Mostly converted some DEBUG...
1998-08-03 Jeremy AllisonFirst implementation of ChangeNotify - this version...
1998-08-03 Christopher R. HertelThis is the remaining set of changes needed to replace...
1998-08-03 Christopher R. HertelI have fixed some of the autoconfigure problems. I...
1998-07-31 Christopher R. HertelAs per a Andrew's message, I went through and removed...
1998-07-31 Christopher R. HertelDebugging functions are now in their own module.
1998-07-31 Christopher R. HertelThis is the checkin of the debug changes.
1998-07-31 Andrew Tridgelladded test for getpwanam().
1998-07-30 Jeremy AllisonMakefile.in: Moved UBIQX stuff into UTILOBJ.
1998-07-29 Andrew Tridgellfixed a bug in the replacement inet_ntoa
1998-07-29 Andrew Tridgelltest for a broken inet_ntoa and replace it if necessary...
1998-07-29 Andrew Tridgellget rid of the runtime test for broken getgroups()...
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch
1998-07-23 Jeremy Allisonlocking.c: Added lock type to is_locked() and do_lock()
1998-07-16 Jeremy AllisonMakefile: Added CC=gcc to DGUX on Intel. Comment from...
1998-07-15 Christopher R. Hertelutil.c: I've added a function called mem_dup(). Simil...
1998-07-10 Jeremy AllisonFix for bug PR#8294 reported by <detlef.lammermann...
1998-07-07 Jeremy AllisonFixed (hopefully) last bug with username mapping.
1998-07-02 Jeremy AllisonFix for pidfile startup message.
1998-06-30 Jeremy Allisonnttrans.c: More code towards NT protocol.
1998-06-16 Jeremy Allisonclientgen: Added USE_SSL for client shutdown.
1998-06-16 Richard SharpeCLITAR changes to overcome some reported problems and...
1998-06-16 Jeremy AllisonAdded SSL support from Christian Starkjohann <cs@obdev.at>
1998-06-13 Jeremy AllisonMakefile: Added ubi_sLinkList.o as the groupname.o...
1998-06-12 Jeremy Allisonipc.c: map_username is now a BOOL function.
1998-06-10 Jeremy AllisonMinor changes as I've now discovered gcc -pedantic...
1998-06-10 Jeremy AllisonDe-coupled the mapping of a Windows to UNIX username...
1998-06-04 Jeremy AllisonFixed file descriptor leak in open_socket_out - this...
1998-05-29 Jeremy AllisonAdded Paul Eggerts LocalTime patch.
1998-05-27 Jeremy AllisonOoops - fixed Win95 crash bugs with earlier code.
1998-05-27 Jeremy AllisonNewly re-written do_match and mask_match functions...
1998-05-26 Jeremy Allisonsmb.h: More NT SMB stuff (just defines).
1998-05-20 Andrew Tridgellfix slprintf for sunos4 in head branch
1998-05-19 Jeremy AllisonFix to do NT wildcard matching.
1998-05-19 Jeremy Allisonpassdb.c: Fixed typo in coment.
1998-05-19 Jeremy AllisonFixed signed/unsigned warning.
1998-05-18 Jeremy Allisonchgpasswd.c: Changed back to getsmb... from getsam...
1998-05-18 Luke LeightonMakefile:
1998-05-15 Jeremy Allisonutil.c: Re-seed the crypto random number generator...
1998-05-14 Luke Leightonsome pretty horrible formatting in standard_sub_basic...
1998-05-14 Jeremy Allisonchgpasswd.c: Added comments to #ifdefs
1998-05-12 Jeremy Allisonincludes.h: SunOS doesn't have strcasecmp, solaris...
1998-05-12 Andrew Tridgella new slprintf() function. This one is totally portable...
1998-05-12 Jeremy AllisonThis is a security audit change of the main source.
1998-05-11 Luke Leightonldap back-end database development
1998-05-11 Andrew Tridgellchanged to use slprintf() instead of sprintf() just...
1998-05-07 Luke Leightonmoving gethexpwd into util.c, because it's used in...
1998-05-07 Jeremy AllisonThis should (hopefully :-) be the final fix for the...
1998-05-06 Jeremy Allisonloadparm.c: Added #ifdef USE_LDAP around ldap code.
1998-05-06 Andrew Tridgellmuch faster pstrcpy() and fstrcpy()
1998-05-05 Jeremy Allisongenrand.c: SGI compile warning fix.
1998-04-25 Jeremy AllisonThis looks like a big change but really isn't.
1998-04-23 Jeremy Allisongenrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().
1998-04-22 Jeremy Allisongenrand.c: Improved generation of random values, more...
1998-04-21 Andrew Tridgellmany systems don't have /etc/shadow but do have another...
1998-04-21 Andrew Tridgellimproved the secret buffer generation a bit. It now...
1998-04-20 Jeremy Allisongenrand.c: Improved filename based random seed generation.
1998-04-20 Jeremy AllisonMakefile: Added genrand.o
1998-04-16 Jeremy Allisonreply.c: Fix bugs where debug statements were accessing...
1998-04-15 Jeremy Allisonipc.c: Fix for printer queue spinning with Win95.
1998-04-13 Jeremy AllisonChanges to allow Samba to be compiled with -Wstrict...
1998-04-12 Andrew Tridgellminor reformatting of debug messages (so people don...
1998-04-10 Jeremy Allisonincludes.h: Moved HPUX undefine of SEMMSL to where...
1998-04-09 Jeremy AllisonMakefile, loadparm.c, server.c, smb.h, util.c: Patch...
1998-04-09 Jeremy AllisonMissed compile error when compiling with KANJI=true.
1998-04-09 Jeremy AllisonAdded codepage 936 (simplified Chineses).
1998-04-07 Luke Leightonwant all of data in show_msg at log levels > 50.
1998-04-03 Jeremy AllisonFix from Josef Hinteregger <joehtg@joehtg.co.at> for...
1998-04-02 Jeremy AllisonPatch from Chris Maltby <chris@softway.com.au>. His...
1998-04-02 Jeremy AllisonUpdated Eastern European translation table from dan...
1998-03-25 Jeremy AllisonFix for is_in_path from "Steven Hartland" <steven_hartl...
next