Oh joy - the original code didn't do mapping of the perms onto the wire.
[ira/wip.git] / source3 / nmbd /
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 ...
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.
next