Age | Commit message (Expand) | Author | Files | Lines |
2003-03-16 | Fix nmbd under -DDEVELOPER (pstrcpy on not-pstring). | Andrew Bartlett | 1 | -5/+10 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -2/+2 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -8/+6 |
2002-08-02 | Fix length on mailslots. Looks like it should have been 0x17, not decimal 17. | Jim McDonough | 1 | -1/+1 |
2002-07-28 | this is an interim fix for nmbd not registering DOMAIN#1b with WINS | Andrew Tridgell | 1 | -1/+20 |
2002-07-28 | fix minor nits in nmbd from adtam@cup.hp.com | Andrew Tridgell | 1 | -1/+1 |
2002-07-09 | the last WINS update broke self registration when we are a WINS | Andrew Tridgell | 1 | -3/+4 |
2002-06-27 | The next phase in the WINS rewrite! | Andrew Tridgell | 1 | -110/+122 |
2002-06-26 | This commit finally gives us multiple wins server groups. We now | Andrew Tridgell | 1 | -50/+47 |
2002-06-26 | - completely rewrote the wins_srv.c code. It is now much simpler, and | Andrew Tridgell | 1 | -4/+12 |
2002-01-31 | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 1 | -1/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-11 | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 1 | -1/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -2/+2 |
2001-04-27 | Mismatched format and args. | Jeremy Allison | 1 | -1/+1 |
2001-04-25 | More paranioa fixes against nmbd lengths. | Jeremy Allison | 1 | -7/+7 |
2001-04-24 | Fix bad length in dgram. | Jeremy Allison | 1 | -0/+7 |
2001-04-24 | Patch for nmbd core dump in printing debug packets. No length check. | Jeremy Allison | 1 | -3/+5 |
2001-01-03 | We only want to mark mailslot packets as loopback packets if they are to | Richard Sharpe | 1 | -1/+1 |
2001-01-02 | Make the use of generate_name_trn_id conform to the usage elsewhere ... | Richard Sharpe | 1 | -1/+1 |
2001-01-02 | Comment out unused generate_name_trn_id ... | Richard Sharpe | 1 | -1/+1 |
2000-09-12 | - changed the msg_type to be an int instead of an enum so that it is | Andrew Tridgell | 1 | -11/+0 |
2000-09-11 | debug messages now work for nmbd | Andrew Tridgell | 1 | -82/+75 |
2000-09-11 | the first cut of the internal messaging system. | Andrew Tridgell | 1 | -12/+0 |
2000-08-30 | Fix for bind interfaces only sometimes picking the wrong IP address | Jeremy Allison | 1 | -2/+24 |
2000-06-11 | Linux kernel oplocks now seem to work, but need a _lot_ of testing | Andrew Tridgell | 1 | -1/+1 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -1/+1 |
2000-03-27 | the final part of the nmbd merge between head and tng - this gets the | Andrew Tridgell | 1 | -5/+4 |
2000-03-27 | fixed the hanlding of recursion desired when sending packets from | Andrew Tridgell | 1 | -23/+22 |
2000-01-07 | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 1 | -7/+8 |
2000-01-03 | added suppport for unexpected udp/138 packets | Andrew Tridgell | 1 | -9/+12 |
2000-01-03 | added the unexpected packet database (unexpected.tdb) | Andrew Tridgell | 1 | -1/+2 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -39/+80 |
1999-12-01 | sys_select added one more argument (read, write selectors). | Luke Leighton | 1 | -1/+1 |
1999-11-19 | - bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursion | Luke Leighton | 1 | -8/+17 |
1999-11-18 | responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, the | Luke Leighton | 1 | -1/+1 |
1999-03-09 | mods to allow inter-domain trust accounts to be added to SAM database | Luke Leighton | 1 | -51/+4 |
1998-12-17 | Fix bug with nmbd running wild due to recursion in retransmit_or_expire_respo... | Jeremy Allison | 1 | -9/+24 |
1998-11-14 | Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe... | Jeremy Allison | 1 | -23/+23 |
1998-10-22 | Okay, this is really silly but removing one space from one debug statement | Christopher R. Hertel | 1 | -1/+1 |
1998-10-22 | Minor change. | Christopher R. Hertel | 1 | -1/+1 |
1998-09-28 | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 1 | -1/+1 |
1998-09-05 | tridge the destroyer returns! | Andrew Tridgell | 1 | -8/+7 |
1998-08-30 | added a dest_port parameter to send_mailslot() so we send replies to | Andrew Tridgell | 1 | -4/+3 |
1998-08-28 | This checking fixes the statcache bug that stopped NetBench from running | Jeremy Allison | 1 | -1/+1 |
1998-08-14 | this is the bug change to using connection_struct* instead of cnum. | Andrew Tridgell | 1 | -1/+1 |
1998-08-03 | I finished removing timestring() calls from DEBUG() messages. Also went | Christopher R. Hertel | 1 | -5/+7 |
1998-06-27 | nisppass.c: Fixed incorrect parameter usage. | Jeremy Allison | 1 | -0/+11 |
1998-06-09 | This is a first step toward moving long namelists into a database. I | Christopher R. Hertel | 1 | -1/+1 |