Added some command line argument checking and usage info.
[kai/samba.git] / source3 / nmbd /
2001-07-30 Jeremy AllisonFixes for varargs problems with std c.
2001-07-17 Jeremy AllisonFixes from Jens-Uwe.Walther@force.de to make the -l...
2001-07-10 Christopher R. HertelAndrew B and I were commiting the same fix at the same...
2001-07-10 Andrew BartlettFix tree breakage, the last change was entirly non...
2001-07-10 Christopher R. HertelFix from John Malmberg. When I added the additional...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-07-03 Simo Sorce- sorry, forgot to test a pointer
2001-07-01 Simo Sorce"netbios aliases" and "interfaces" options change from...
2001-06-28 Christopher R. HertelAdded info to some of the debug messages to get a bette...
2001-06-25 Andrew Tridgellfixed usage of socklen_t and also tidied up SIG_ATOMIC_...
2001-04-27 Jeremy AllisonMismatched format and args.
2001-04-25 Jeremy AllisonMore paranioa fixes against nmbd lengths.
2001-04-24 Jeremy AllisonFix bad length in dgram.
2001-04-24 Jeremy AllisonPatch for nmbd core dump in printing debug packets...
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2001-04-13 Jeremy AllisonAs Andrew suggested, make smbrun return a fd for a...
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-03-23 Jeremy AllisonFix insure-found parameter size missmatch.
2001-03-21 Andrew Tridgelladded option "enhanced browsing"
2001-03-15 Jeremy AllisonAS/U on a sparc now joins and authenticates against...
2001-03-08 Jeremy AllisonFixed double fclose() call (I love insure :-).
2001-02-15 Herb Lewissamba/source/nmbd/nmbd.c change remote_machine name...
2001-01-25 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-04 Richard SharpeI need a callback arg for cli_NetServerEnum and cli_RNe...
2001-01-03 Richard SharpeWe only want to mark mailslot packets as loopback packe...
2001-01-02 Richard SharpeMake the use of generate_name_trn_id conform to the...
2001-01-02 Richard SharpeComment out unused generate_name_trn_id ...
2000-11-17 Jeremy AllisonJohn Reillys fix for de-registering broadcast names...
2000-10-12 Jeremy AllisonIgnore SIGUSR2. Terminate nmbd if we have no interfaces.
2000-10-07 Jeremy AllisonEnsure browse.dat is written and read in UNIX character...
2000-09-12 Andrew Tridgell- changed the msg_type to be an int instead of an enum...
2000-09-11 Andrew Tridgelldebug messages now work for nmbd
2000-09-11 Andrew Tridgellthe first cut of the internal messaging system.
2000-08-30 Jeremy AllisonFix for bind interfaces only sometimes picking the...
2000-07-19 Christopher R. HertelInstead of handing back a string (which might be a...
2000-07-19 Christopher R. HertelFirst cut toward adding WINS server failover.
2000-06-11 Andrew TridgellLinux kernel oplocks now seem to work, but need a _lot_...
2000-05-10 Andrew Tridgellmore merging
2000-05-02 Jeremy AllisonFixed wild pointer diff found by insure.
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-25 Andrew Tridgelldon't qsort a list less than 2 entries
2000-04-24 Andrew Tridgellfixed a parameter bug found by insure
2000-04-22 Jeremy AllisonThis is a *big* checkin that may break some things...
2000-04-18 Andrew Tridgellupdates from the TNG branch
2000-04-12 Luke Leightonlogic for domainsidsize is if size is zero, there's...
2000-04-11 Jeremy Allisoninclude/byteorder.h: ALIGN4/ALIGN2 macros.
2000-04-11 Andrew Tridgelladd a comment
2000-04-11 Andrew Tridgellsome updates to the process logon code to reflect lukes...
2000-04-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
2000-04-03 Jeremy AllisonAdditional fix for nmbd and 127.0.0.1 interface.
2000-03-29 Jeremy AllisonCause nmbd to ignore loopback interface when constructi...
2000-03-28 Andrew Tridgelldamn, the test was the wrong way around for short_resuest
2000-03-27 Andrew Tridgellchanged the definition of dos_PutUniCode
2000-03-27 Andrew Tridgellthe final part of the nmbd merge between head and tng...
2000-03-27 Andrew Tridgellfixed the hanlding of recursion desired when sending...
2000-03-27 Luke Leightonrename static reload_services function to reload_nmbd_s...
2000-03-26 Andrew Tridgellwhen doing a "secure nbns" wack response and check...
2000-03-26 Andrew Tridgellmerge from tng ...
2000-02-23 Jeremy Allisonlib/system.c: Fixed gcc warnings.
2000-02-22 Luke Leightonrichard got the short request for GETDC right (hooray...
2000-01-28 Jeremy AllisonModified auto alignment of ud[] struct on stack to...
2000-01-07 Andrew Tridgellthis looks like a big commit, but it isn't really :)
2000-01-05 Andrew Tridgellimplemented talloc() as described on samba-technical...
2000-01-03 Andrew Tridgelladded suppport for unexpected udp/138 packets
2000-01-03 Andrew Tridgellgot rid of mem_man
2000-01-03 Andrew Tridgelladded the unexpected packet database (unexpected.tdb)
2000-01-02 Andrew Tridgell- added tdb_flags option to tdb_open()
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-01 Luke Leightonmore cli_session_setup() calls. what the heck are...
1999-12-01 Luke Leightonsys_select added one more argument (read, write selectors).
1999-11-19 Luke Leighton- bug in nmbd registering DOMAIN_NAME<1c> to WINS serve...
1999-11-18 Luke Leightonresponses to UDP samquery go back to SERVER<00> not...
1999-11-18 Luke Leightonadded regqueryval command (experimental) to get reg_io_...
1999-11-15 Luke Leighton- added DCE/RPC "fault" PDU support.
1999-08-08 Matthew ChapmanFix for Win95 not being able to find PDC (for User...
1999-04-11 Matthew ChapmanTrying to improve DC location & browsing performance...
1999-03-17 Luke LeightonSAMLOGON query - alignment issue is beginning to get...
1999-03-17 Luke Leightonalignment issue for UDP SAMLOGON response.
1999-03-09 Luke Leightonalignment issue in UDP SAMLOGON response.
1999-03-09 Luke Leightonmods to allow inter-domain trust accounts to be added...
1999-03-09 Luke Leightonoh dear, it's this one again. removed check for MAILSL...
1999-02-15 Matthew ChapmanAlways null-terminate strings.
1999-02-12 Matthew ChapmanUNICODE cleanup (see lib/util_unistr.c).
1998-12-17 Jeremy AllisonFix bug with nmbd running wild due to recursion in...
1998-12-09 Luke Leightonoops, util_pwdb.c appears to be included in PASSDB_OBJ...
1998-12-09 Luke Leightonneed to initialise global_myworkgroup
1998-12-09 Andrew Tridgellremoved the SID stuff from the head branch as well.
1998-12-03 Luke Leightonjean-f spotted race condition on generation of sam...
1998-12-01 Luke Leightonrpc_samr.h parse_samr.c srv_samr.c :
1998-11-29 Luke Leightonweekend work. user / group database API.
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-17 Luke Leighton- group database API. oops and oh dear, the threat...
1998-11-14 Jeremy AllisonRemoved acconfig.h configure configure.in include/confi...
1998-11-02 Jeremy Allisonclient/client.c: Patch to tidy up file size output.
1998-11-02 Luke Leightonremoved comment line at end of file
1998-10-31 Andrew Tridgelltook out Lukes change as it breaks domain logons for...
1998-10-22 Christopher R. HertelOkay, this is really silly but removing one space from...
1998-10-22 Christopher R. HertelMinor change.
1998-10-22 Christopher R. HertelAnother cosmetic change.
next