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