index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
nmbd
/
nmbd_packets.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-23
Fix Coverity bug #902, uninitialized variable.
Jeremy Allison
1
-1
/
+3
2009-01-27
s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SI...
Stefan Metzmacher
1
-8
/
+0
2009-01-22
s3: always call run_events() before and after sys_select()
Stefan Metzmacher
1
-9
/
+7
2008-10-23
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
1
-1
/
+1
2008-08-09
nmbd_packets: make queue_packet() public.
Michael Adam
1
-3
/
+1
2008-01-02
Attempt to fix bug #3617. Mix of patches from Volker and
Jeremy Allison
1
-0
/
+5
2007-12-26
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
1
-1
/
+1
2007-12-13
Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2.
Jeremy Allison
1
-0
/
+6
2007-11-15
Fix for CVE-2007-5398.
Gerald (Jerry) Carter
1
-0
/
+6
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
1
-2
/
+2
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-24
/
+24
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
1
-23
/
+31
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-1
/
+1
2007-10-10
r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal with
Jeremy Allison
1
-27
/
+27
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22902: Add an event_context and a messaging_context to nmbd. Not used yet.
Volker Lendecke
1
-7
/
+26
2007-10-10
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
1
-1
/
+1
2007-10-10
r22045: As Volker noticed, skip_string's last argument is
Jeremy Allison
1
-1
/
+1
2007-10-10
r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,
Jeremy Allison
1
-3
/
+3
2007-10-10
r13887: Fix coverity bug CID #94. mem leak on error codepath.
Jeremy Allison
1
-0
/
+2
2007-10-10
r13884: Fix coverity CID #95. Resource leak on error path.
Jeremy Allison
1
-0
/
+2
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-2
/
+2
2007-10-10
r5082: Don't blindly copy question rr_type and class, set correctly as required
Jeremy Allison
1
-10
/
+7
2007-10-10
r5077: Use correct type for rr record on negative name query reply.
Jeremy Allison
1
-0
/
+3
2007-10-10
r5076: Ensure that WINS negative name query responses and WACK packets
Jeremy Allison
1
-1
/
+10
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-5
/
+5
2007-10-10
r3877: Final (I hope :-) fix for #2050 from Lars Müller for select maxfd's.
Jeremy Allison
1
-16
/
+6
2007-10-10
r3864: Fix from Lars Müller <lmuelle@suse.de> for bug #2050.
Jeremy Allison
1
-3
/
+19
2007-10-10
r2224: Make nmbd more robust against bad netbios packets.
Jeremy Allison
1
-6
/
+38
2004-03-15
Use "unix netbios name" type unstring - 64 bytes long to manipulate netbios
Jeremy Allison
1
-2
/
+2
2004-03-13
Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...
Jeremy Allison
1
-4
/
+4
2003-11-05
Fix for bug #771. Fix packet length for browse list reply.
Jeremy Allison
1
-1
/
+1
2003-08-27
Fix the character set handling properly in nmbd. Also fix bug where
Jeremy Allison
1
-1316
/
+1183
2003-03-18
NMBD string parinoia and memcpy() parinoia fixes from HEAD.
Andrew Bartlett
1
-5
/
+10
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-2
/
+2
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-8
/
+6
2002-08-17
sync 3.0 branch with head
Jelmer Vernooij
1
-3
/
+22
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-158
/
+176
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
[next]