This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[samba.git] / source3 / nmbd /
2002-10-08 Jeremy AllisonEnsure we register the 1c name on the unicast subnet.
2002-10-08 Jeremy AllisonEnsure we register the 1c name on the unicast subnet.
2002-10-03 Jeremy AllisonMerging tridge's wins fixes. Tridge - we're supposed...
2002-10-03 Andrew Tridgellfixed 3 bugs in the wins server code related to precede...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-10 Jeremy AllisonPatch from Andy Levine andyl@epicrealm.com who discover...
2002-08-22 Herb Lewisfix for difference in strsep and strtok semantics
2002-08-20 Herb Lewisfix irix compile errors - cannot initialize array in...
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-15 Tim PotterThe unused variable was actually needed. The correct...
2002-08-15 Tim PotterRemoved unused variable.
2002-08-11 Andrew BartlettMake 'remote_machine' private to lib/substitute.c,...
2002-08-06 Jim McDonoughAdd AD version of samlogon replies for getdc. ATM...
2002-08-02 Jim McDonoughFix length on mailslots. Looks like it should have...
2002-07-28 Andrew Tridgellthis is an interim fix for nmbd not registering DOMAIN...
2002-07-28 Andrew Tridgellmake sure async dns nmbd child dies
2002-07-28 Andrew Tridgellfix minor nits in nmbd from adtam@cup.hp.com
2002-07-26 Andrew BartlettI think this makes the debug statement clearer.
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-09 Andrew Tridgellthe last WINS update broke self registration when we...
2002-07-01 Andrew Tridgellfixed multi-homed re-registration of names when we...
2002-07-01 Andrew Tridgelldon't start the async dns process unless we actually...
2002-06-27 Andrew TridgellThe next phase in the WINS rewrite!
2002-06-26 Andrew TridgellThis commit finally gives us multiple wins server group...
2002-06-26 Andrew Tridgellwe never pass any userdata when doing name registration...
2002-06-26 Andrew Tridgell- completely rewrote the wins_srv.c code. It is now...
2002-06-19 Andrew Tridgellwhen nmbd starts up it is possible that dhcp hasn't...
2002-06-17 Gerald Cartercompile warngin fixes merged from 2.2
2002-05-28 Gerald Cartermerge from 2.2
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-29 Jean-François Mico... nmbd handle shutdown message.
2002-03-29 Jeremy AllisonFix to stop PERMANENT_NAMES being added when nmbd start...
2002-03-21 Jeremy AllisonMake winbindd_idmap tdb endian independent. This is...
2002-03-20 Martin PoolAdd assertions that kill() is never accidentally passed...
2002-03-05 Tim PotterRemoved unused static function.
2002-03-01 Jeremy AllisonCause nmbd to take signal processing in-band, rather...
2002-01-31 Jeremy AllisonFix from Michael Steffens <michael_steffens@hp.com...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-25 Jean-François Mico... rewrote nmbd's wins backend to use a tdb instead of...
2002-01-25 Jean-François Mico... remove unused variable
2002-01-18 Jeremy AllisonEnsure (C) message is output on startup.
2002-01-18 Jeremy AllisonTidyup & code refactoring from Martin.Sheppard@csiro.au.
2002-01-16 Jeremy AllisonFix name register bug with non-existent wins server.
2002-01-11 Jeremy AllisonSame fix as went into 2.2 (I'm waiting for jerry to...
2001-12-30 Jeremy AllisonWhen running interactive we want to set our own process...
2001-12-29 Jeremy AllisonFixup -i interactive modes.
2001-12-21 Martin PoolAdd an output parameter to message_send_all that says...
2001-12-20 Jeremy AllisonRemoved global debugf. Replaced with lp_set_logfile...
2001-11-27 Andrew Tridgelladded -i option to nmbd, giving interactive mode (like...
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-11-23 Tim PotterRemoved TimeInit() call from every client program ...
2001-11-19 Martin PoolLMHOSTSFILE is now dynamically configured too.
2001-11-19 Martin PoolStore some path names in global variables initialized...
2001-10-08 Jeremy AllisonFixed WINS re-registration bug. Don't ask..... :-(...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-27 Volker LendeckeHow often did I read the CVS commit message
2001-09-26 Volker LendeckeFrom 2.2.
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-10 Andrew Tridgellconvert more code to use XFILE
2001-09-10 Andrew Tridgellconvert more code to use XFILE
2001-09-10 Andrew Tridgelldeclare dbf in one spot
2001-09-10 Andrew Tridgellreplaced stdio in many parts of samba with a XFILE...
2001-09-06 Andrew Tridgellgot rid of USE_TDB_MMAP_FLAG as its not needed any...
2001-09-05 Herb Lewismerge profile data changes from 2.2
2001-08-28 Tim PotterSend a MSG_SMB_SAM_REPL when a UAS/SAM change netlogon...
2001-08-26 Christopher R. HertelSame as nmbd.c. These now test wins_srv_count() instea...
2001-08-26 Christopher R. HertelInstead of checking lp_wins_server() to see if a WINS...
2001-08-24 Tim PotterProcess the SAM/UAS change notification message.
2001-08-24 Tim PotterOnly register the #1b name if we are ROLE_DOMAIN_PDC...
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 ...
next