Age | Commit message (Expand) | Author | Files | Lines |
2008-07-02 | Remove worrying warning message when safe_strcpy tries to copy a pseaudo inte... | Jeremy Allison | 1 | -1/+1 |
2007-10-25 | Fix bug in writing names into gencache | Jeremy Allison | 1 | -8/+0 |
2007-10-25 | Fix resolve name to resolve IPv6 addresses of link-local%ifaddr | Jeremy Allison | 1 | -94/+23 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -9/+5 |
2007-10-19 | Add test for "struct in6_addr" to the HAVE_IPV6 configure test. | Gerald (Jerry) Carter | 1 | -2/+2 |
2007-10-16 | Fix access control code to be IPv6/v4 protocol independent. | Jeremy Allison | 1 | -1/+1 |
2007-10-15 | Move to protocol independent code in most of lib/util_sock.c | Jeremy Allison | 1 | -3/+3 |
2007-10-14 | Fix one more place for IFF_LOOPBACK | Volker Lendecke | 1 | -1/+1 |
2007-10-13 | Fix a segfault with an unknown interface | Volker Lendecke | 1 | -1/+7 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 1 | -185/+459 |
2007-10-10 | r25508: Reformatting. | Jeremy Allison | 1 | -55/+69 |
2007-10-10 | r25472: Fix the interfaces code to detect IPv6 interfaces, using the | Jeremy Allison | 1 | -13/+14 |
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 | r21854: Add gfree_interfaces() to gfree_all(). | Günther Deschner | 1 | -0/+12 |
2007-10-10 | r17334: Some C++ warnings | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r16582: Fix Klocwork #1997 and all generic class of problems | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r5163: Fix bugzilla 2062: | Jim McDonough | 1 | -1/+6 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r1248: Fix from Nick Wellnhofer <wellnhofer@aevum.de> to prevent | Jeremy Allison | 1 | -4/+8 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -2/+2 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -39/+7 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-11-28 | merge from APPLIANCE_HEAD | Gerald Carter | 1 | -2/+0 |
2001-11-26 | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 1 | -5/+3 |
2001-11-23 | Don't initialise static pointers to NULL. | Tim Potter | 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 | -5/+2 |
2001-08-20 | a bunch of fixes from the sflight to seattle | Andrew Tridgell | 1 | -1/+1 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -1/+1 |
2001-07-03 | - sorry, forgot to check a pointer | Simo Sorce | 1 | -3/+5 |
2001-07-01 | "netbios aliases" and "interfaces" options change from P_STRING to P_LIST | Simo Sorce | 1 | -5/+5 |
2001-02-15 | samba/source/nmbd/nmbd.c change remote_machine name to nmbd instead | Herb Lewis | 1 | -5/+7 |
2000-11-10 | Fix from John E. Malmberg <wb8tyw@qsl.net> for -1 return in interfaces scan. | Jeremy Allison | 1 | -2/+2 |
2000-04-30 | we don't need fnmatch.c any more | Andrew Tridgell | 1 | -1/+1 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -229/+223 |
1998-09-05 | tridge the destroyer returns! | Andrew Tridgell | 1 | -17/+0 |
1998-08-31 | bounds check next_token() to prevent possible buffer overflows | Andrew Tridgell | 1 | -1/+1 |
1998-08-30 | changed the format of the wins.dat file slightly. | Andrew Tridgell | 1 | -0/+22 |
1998-07-29 | merge from the autoconf2 branch to the main branch | Andrew Tridgell | 1 | -191/+36 |
1998-04-13 | Changes to allow Samba to be compiled with -Wstrict-prototypes | Jeremy Allison | 1 | -1/+1 |
1998-01-22 | This is *not* a big change (although it looks like one). | Jeremy Allison | 1 | -1/+1 |
1998-01-07 | includes.h: Added FreeBSD 3.x fixes. Added HPUX10.x fixes. | Jeremy Allison | 1 | -1/+5 |
1997-12-29 | avoid the ~ operator in netmask operations as apparently it causes | Andrew Tridgell | 1 | -33/+55 |
1997-12-23 | Fixes to compile under OpenBSD from "Todd T. Fries" <toddf@acm.org> | Jeremy Allison | 1 | -1/+1 |
1997-12-13 | This is it ! The mega-merge of the JRA_NMBD_REWRITE branch | Jeremy Allison | 1 | -4/+33 |
1997-11-01 | change a debug level | Andrew Tridgell | 1 | -3/+3 |
1997-10-23 | Big change to make nmbd code more readable/understandable. | Jeremy Allison | 1 | -4/+10 |
1997-10-17 | .cvsignore: Added make_smbcodepage | Jeremy Allison | 1 | -0/+12 |
1997-10-15 | added loopback_ip. This is used to detect packets from ourselves | Andrew Tridgell | 1 | -0/+2 |