here is a first cut at a "fixed up" help file
[samba.git] / source / lib /
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...
1998-03-24 Jeremy AllisonFixed 'unused variable' warnings found with gcc -Wall...
1998-03-24 Samba Release Accountypserver not available: AUTOMOUNT server and path don...
1998-03-24 Jeremy Allisonclientgen.c ipc.c smbpasswd.c: Fixes for warnings ...
1998-03-23 Andrew Tridgella pointless commit to check on a problem Luke reported...
1998-03-17 Andrew Tridgellthis isn't a big commit, it just looks like it :-)
1998-03-16 Jeremy AllisonAdding the same change as was added to 1.9.18 branch...
1998-03-15 Andrew Tridgell- added the ability to kill off individual connections...
1998-03-14 Andrew Tridgellnew files to support starting/stopping the server
1998-03-14 Andrew Tridgelladded the ability to start/stop the server from SWAT.
1998-03-14 Andrew Tridgellremoved a redundent return statement
1998-03-11 Jeremy Allison"For I have laboured mightily on Luke's code, and hath...
1998-03-10 Andrew Tridgelladded Date and Expires headers in the mini web server...
1998-03-03 Jeremy AllisonChange the multibyte character set support so that
1998-02-24 Jeremy Allisonnmbd_incomingdgrams.c: Fix for typo.
1998-02-20 Jeremy Allisonnmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey...
1998-02-14 Jeremy AllisonFix to make us compile cleanly with gcc 2.8.
1998-02-13 Jeremy AllisonDing-dong the witch is dead, the witch is dead......
1998-02-11 Jeremy AllisonMakefile: Added AIX 3.2.5.
1998-02-07 Jeremy AllisonA small raft of changes, I will sync up with 1.9.18...
1998-01-24 Jeremy AllisonAdded get_create_time() function to time.c.
1998-01-22 Jeremy AllisonThis is *not* a big change (although it looks like...
1998-01-22 Jeremy Allisonprinting.c: Bug fix for lpng reporting.
1998-01-17 Jeremy Allisoncharcnv.c: Added codepage 866 support onto the file...
1998-01-16 Jeremy AllisonMakefile: Added new codepage - 866.
1998-01-07 Jeremy Allisonincludes.h: Added FreeBSD 3.x fixes. Added HPUX10.x...
1997-12-29 Andrew Tridgellavoid the ~ operator in netmask operations as apparentl...
1997-12-26 Andrew Tridgellfixed a couple of illegal uses of scanf() in the nmbd...
1997-12-24 Jeremy AllisonAdded SIGUSR1/SIGUSR2 handling.
1997-12-23 Jeremy AllisonFixes to compile under OpenBSD from "Todd T. Fries...
1997-12-20 Jeremy AllisonFixed stupid bug in read_smb_len where I was calling...
1997-12-20 Jeremy Allisonclient.c:
1997-12-20 Jeremy Allisonloadparm.c: Added fix for veto oplock files bug from...
1997-12-20 Jeremy Allisontrans2.c: Forced trans2_findfirst to behave as NT does...
1997-12-13 Jeremy AllisonThis is it ! The mega-merge of the JRA_NMBD_REWRITE...
1997-12-11 Jeremy Allisonfixed over char 127 problems with isupper/islower.
1997-12-11 Jeremy Allisonkanji.c: Patch from Anders Blomdell <anders.blomdell...
1997-12-04 Andrew Tridgellgot rid of the WRAP_MALLOC code - mem_man does it better
1997-12-03 Andrew Tridgellchange the "username map" option to allow the user...
1997-12-03 Andrew Tridgelladd a warning if the timezone is not a multiple of...
1997-12-03 Andrew TridgellI'm slowly getting though the todo list :-)
1997-12-03 Andrew Tridgellfix toupper(c) on a already uppercase char and tolower...
1997-12-02 Andrew Tridgelldont try getpeername() when Client isn't initialised
1997-11-29 Andrew Tridgelluse -1 not 0xffffffff in SIVALS() macros
1997-11-29 Andrew Tridgelladded a sent_oplock_break element to Files[] as a paran...
1997-11-22 Andrew Tridgelladded true enumerated types in loadparm.c. Now we don...
1997-11-21 Andrew Tridgelluse LocTimeDiff() not TimeDiff() to ensure that longdat...
1997-11-06 Andrew Tridgellchange from %D to %m/%d/%Y in timestring(). This doesn...
1997-11-06 Andrew Tridgellno asm/signal.h for linux as this is not portable
1997-11-03 Jeremy AllisonRolling back the files
1997-11-02 Luke LeightonChristian Lademann's contribution: new capabilities...
1997-11-01 Andrew Tridgellchange a debug level
1997-10-29 Luke Leightonipc.c ntclientpipe.c:
1997-10-29 Luke Leightoncalled dump_data() from show_msg().
1997-10-29 Luke Leightonbyteorder.h :
1997-10-24 Luke Leightondefault server_name if NIS server is unavailable should...
1997-10-24 Luke Leightonnterr.c :
1997-10-23 Jeremy AllisonBig change to make nmbd code more readable/understandable.
1997-10-23 Luke Leightonplaying about, trying to SMBopenX a \PIPE\NETLOGON...
1997-10-22 Luke Leightonloadparm.c :
1997-10-21 Luke Leightonloadparm.c :
1997-10-20 Jeremy Allisonloadparm.c: Changed 'interfaces only' parameter to...
1997-10-20 Luke Leightonadded "domain groups" parameter, allowing you to specif...
1997-10-20 Luke Leightonutil.c password.c :
1997-10-20 Andrew Tridgellcasting cleanups
1997-10-19 Luke LeightonMakefile :
1997-10-17 Jeremy Allison.cvsignore: Added make_smbcodepage
1997-10-17 Luke Leightonsmbparse.c smb.h :
1997-10-15 Andrew Tridgelladded loopback_ip. This is used to detect packets from...
1997-10-13 Luke Leightonalign_offset() adjusted pointer to wrong location....
1997-10-12 Luke Leightonadded debugging macros (suitable eventually for use...
1997-10-11 Luke Leightonnamelogon.c :
1997-10-10 Andrew Tridgellfixed the log wrapping bug.
1997-10-09 Luke Leightoncredentials.c:
1997-10-07 Christopher R. HertelI rewrote the name_mangle() and name_len().
1997-10-07 Andrew Tridgellincrease the debug level in the "added interface" debug...
1997-10-06 Jeremy Allisonclient.c: Changed shadowed variable.
1997-10-04 Luke Leightonproto.h:
1997-10-03 Jeremy Allisonlocking.c: Fixed incorrect parameter count in debug...
1997-10-03 Jeremy Allisonproto.h: Updated.
1997-10-02 Jeremy AllisonModified some debug messages, moved from 5 -> 8.
next