summaryrefslogtreecommitdiffstats
path: root/source3/nmbd/nmbd_packets.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix minor nits in nmbd from adtam@cup.hp.comAndrew Tridgell2002-07-281-1/+1
* the last WINS update broke self registration when we are a WINSAndrew Tridgell2002-07-091-3/+4
* The next phase in the WINS rewrite!Andrew Tridgell2002-06-271-110/+122
* This commit finally gives us multiple wins server groups. We nowAndrew Tridgell2002-06-261-50/+47
* - completely rewrote the wins_srv.c code. It is now much simpler, andAndrew Tridgell2002-06-261-4/+12
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-2/+2
* 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
* We only want to mark mailslot packets as loopback packets if they are toRichard Sharpe2001-01-031-1/+1
* Make the use of generate_name_trn_id conform to the usage elsewhere ...Richard Sharpe2001-01-021-1/+1
* Comment out unused generate_name_trn_id ...Richard Sharpe2001-01-021-1/+1
* - changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell2000-09-121-11/+0
* debug messages now work for nmbdAndrew Tridgell2000-09-111-82/+75
* the first cut of the internal messaging system.Andrew Tridgell2000-09-111-12/+0
* Fix for bind interfaces only sometimes picking the wrong IP addressJeremy Allison2000-08-301-2/+24
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-1/+1
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* the final part of the nmbd merge between head and tng - this gets theAndrew Tridgell2000-03-271-5/+4
* fixed the hanlding of recursion desired when sending packets fromAndrew Tridgell2000-03-271-23/+22
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-7/+8
* added suppport for unexpected udp/138 packetsAndrew Tridgell2000-01-031-9/+12
* added the unexpected packet database (unexpected.tdb)Andrew Tridgell2000-01-031-1/+2
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-39/+80
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-1/+1
* - bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursionLuke Leighton1999-11-191-8/+17
* responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, theLuke Leighton1999-11-181-1/+1
* mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1999-03-091-51/+4
* Fix bug with nmbd running wild due to recursion in retransmit_or_expire_respo...Jeremy Allison1998-12-171-9/+24
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-141-23/+23
* Okay, this is really silly but removing one space from one debug statementChristopher R. Hertel1998-10-221-1/+1
* Minor change.Christopher R. Hertel1998-10-221-1/+1
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-1/+1
* tridge the destroyer returns!Andrew Tridgell1998-09-051-8/+7
* added a dest_port parameter to send_mailslot() so we send replies toAndrew Tridgell1998-08-301-4/+3
* This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1998-08-281-1/+1
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-1/+1
* I finished removing timestring() calls from DEBUG() messages. Also wentChristopher R. Hertel1998-08-031-5/+7
* nisppass.c: Fixed incorrect parameter usage.Jeremy Allison1998-06-271-0/+11
* This is a first step toward moving long namelists into a database. IChristopher R. Hertel1998-06-091-1/+1
* This is a security audit change of the main source.Jeremy Allison1998-05-121-3/+3
* Fixed bug that John found in WINS server code. When nmbd as a WINSJeremy Allison1998-04-201-0/+64
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-1/+1