summaryrefslogtreecommitdiffstats
path: root/source/nmbd
Commit message (Expand)AuthorAgeFilesLines
* Fix name register bug with non-existent wins server.Jeremy Allison2002-01-161-32/+29
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-114-15/+15
* When running interactive we want to set our own process group forJeremy Allison2001-12-301-0/+9
* Fixup -i interactive modes.Jeremy Allison2001-12-291-5/+6
* Add an output parameter to message_send_all that says how manyMartin Pool2001-12-211-1/+1
* Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison2001-12-201-5/+6
* added -i option to nmbd, giving interactive mode (like winbindd)Andrew Tridgell2001-11-271-3/+8
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-269-22/+13
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* LMHOSTSFILE is now dynamically configured too.Martin Pool2001-11-191-12/+3
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-7/+5
* Fixed WINS re-registration bug. Don't ask..... :-(. It was in my code :-).Jeremy Allison2001-10-082-2/+3
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-0227-50/+0
* How often did I read the CVS commit messageVolker Lendecke2001-09-271-1/+1
* From 2.2.Volker Lendecke2001-09-261-0/+6
* move to SAFE_FREE()Simo Sorce2001-09-1714-39/+37
* convert more code to use XFILEAndrew Tridgell2001-09-104-46/+45
* convert more code to use XFILEAndrew Tridgell2001-09-103-10/+10
* declare dbf in one spotAndrew Tridgell2001-09-101-1/+0
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-2/+2
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-062-2/+2
* merge profile data changes from 2.2Herb Lewis2001-09-053-26/+65
* Send a MSG_SMB_SAM_REPL when a UAS/SAM change netlogon message isTim Potter2001-08-281-8/+34
* Same as nmbd.c. These now test wins_srv_count() instead of lp_wins_serverChristopher R. Hertel2001-08-262-2/+2
* Instead of checking lp_wins_server() to see if a WINS server was specified,Christopher R. Hertel2001-08-261-5/+8
* Process the SAM/UAS change notification message.Tim Potter2001-08-241-0/+73
* Only register the #1b name if we are ROLE_DOMAIN_PDC rather thanTim Potter2001-08-241-1/+1
* Fixes for varargs problems with std c.Jeremy Allison2001-07-304-13/+13
* Fixes from Jens-Uwe.Walther@force.de to make the -l option behaveJeremy Allison2001-07-171-1/+1
* Andrew B and I were commiting the same fix at the same time in differentChristopher R. Hertel2001-07-101-4/+1
* Fix tree breakage, the last change was entirly non-portable, and we alreadyAndrew Bartlett2001-07-101-1/+3
* Fix from John Malmberg. When I added the additional information to theChristopher R. Hertel2001-07-101-0/+3
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-043-8/+8
* The big character set handling changeover!Andrew Tridgell2001-07-044-23/+11
* - sorry, forgot to test a pointerSimo Sorce2001-07-031-21/+26
* "netbios aliases" and "interfaces" options change from P_STRING to P_LISTSimo Sorce2001-07-011-13/+15
* Added info to some of the debug messages to get a better handle on a problemChristopher R. Hertel2001-06-281-24/+56
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-251-1/+1
* Mismatched format and args.Jeremy Allison2001-04-271-1/+1
* More paranioa fixes against nmbd lengths.Jeremy Allison2001-04-251-7/+7
* Fix bad length in dgram.Jeremy Allison2001-04-241-0/+7
* Patch for nmbd core dump in printing debug packets. No length check.Jeremy Allison2001-04-241-3/+5
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-1/+1
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-131-1/+1
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-082-5/+5
* Fix insure-found parameter size missmatch.Jeremy Allison2001-03-231-2/+2
* added option "enhanced browsing"Andrew Tridgell2001-03-211-2/+6
* AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison2001-03-151-1/+1
* Fixed double fclose() call (I love insure :-).Jeremy Allison2001-03-081-2/+0
* samba/source/nmbd/nmbd.c change remote_machine name to nmbd insteadHerb Lewis2001-02-151-1/+1