summaryrefslogtreecommitdiffstats
path: root/source/nmbd
Commit message (Expand)AuthorAgeFilesLines
* Merge from 3.0: remove bogus static initialisers.Tim Potter2003-05-271-2/+2
* Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij2003-05-101-0/+2
* fix bug #47; revert registration of workgroup<1b> to 2.2 behaviorGerald Carter2003-05-081-1/+1
* We used to use the name "*",0x0 here, but some WindowsJeremy Allison2003-05-071-1/+9
* Typo in error messageVolker Lendecke2003-04-281-1/+1
* As nobody really objected to this patch, I opted to create facts :-)Volker Lendecke2003-04-251-1/+3
* Remove duplicate "tallocdump" message from tdb messaging system. TheTim Potter2003-04-071-20/+0
* update copyright notice since it we are now almost 4 months into 2003Gerald Carter2003-03-301-1/+1
* Don't use old usage() function, but the one from popt.Jelmer Vernooij2003-03-241-1/+0
* Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-241-0/+1
* Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-241-5/+0
* Add nicer --help headersJelmer Vernooij2003-03-221-7/+3
* use pstrcpy_base()Jim McDonough2003-03-201-1/+1
* replace pstrcpyJim McDonough2003-03-191-1/+1
* Fix nmbd under -DDEVELOPER (pstrcpy on not-pstring).Andrew Bartlett2003-03-161-5/+10
* String handling parinoia fixes.Andrew Bartlett2003-03-152-2/+2
* check a pointer before dereferencing it; not sure why userdata == NULL thoughGerald Carter2003-03-101-1/+1
* Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett2003-03-081-1/+1
* A couple more fixes for fstrcpy() into a malloced region. In this case it'sAndrew Bartlett2003-03-052-5/+5
* Make this an fstrcat(), as this seems to fix some weird issue with the serverAndrew Bartlett2003-01-281-2/+2
* The last of the fstring/pstring mixups, and an extra 'static'.Andrew Bartlett2003-01-142-2/+2
* patch to include support for daemontools from Michael HandlerGerald Carter2003-01-031-3/+21
* BIG patch...Andrew Bartlett2003-01-026-10/+11
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-0/+20
* Protect nmbd against malformed reply packets. Some reports on the lists showingJeremy Allison2002-12-191-1/+10
* Stop using hacks for dns host/domain names.Jim McDonough2002-12-031-3/+5
* Remove extra headers, and ensure that we correctly bail out of winbindd if weAndrew Bartlett2002-12-015-5/+0
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-231-3/+10
* Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c groupJeremy Allison2002-11-151-0/+16
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-1218-295/+158
* Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett2002-11-081-5/+0
* Make IRIX happyJelmer Vernooij2002-11-041-16/+15
* Add more options to popt_common and use them. Current ones are:Jelmer Vernooij2002-11-021-21/+7
* Convert to poptJelmer Vernooij2002-11-021-87/+30
* Ensure we register the 1c name on the unicast subnet.Jeremy Allison2002-10-081-0/+10
* fixed 3 bugs in the wins server code related to precedence of ! and &Andrew Tridgell2002-10-031-2/+2
* Patch from Andy Levine andyl@epicrealm.com who discovered that W2K DMB'sJeremy Allison2002-09-101-1/+5
* fix for difference in strsep and strtok semanticsHerb Lewis2002-08-221-0/+1
* fix irix compile errors - cannot initialize array in declaration statementHerb Lewis2002-08-201-1/+1
* The unused variable was actually needed. The correct fix is to moveTim Potter2002-08-151-1/+1
* Removed unused variable.Tim Potter2002-08-151-1/+0
* Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett2002-08-111-2/+1
* Add AD version of samlogon replies for getdc. ATM it will only functionJim McDonough2002-08-061-11/+103
* Fix length on mailslots. Looks like it should have been 0x17, not decimal 17.Jim McDonough2002-08-021-1/+1
* this is an interim fix for nmbd not registering DOMAIN#1b with WINSAndrew Tridgell2002-07-281-1/+20
* make sure async dns nmbd child diesAndrew Tridgell2002-07-282-1/+8
* fix minor nits in nmbd from adtam@cup.hp.comAndrew Tridgell2002-07-283-13/+13
* I think this makes the debug statement clearer.Andrew Bartlett2002-07-261-1/+1
* the last WINS update broke self registration when we are a WINSAndrew Tridgell2002-07-091-3/+4