Age | Commit message (Expand) | Author | Files | Lines |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -1/+1 |
2007-12-08 | Fix two incompatible pointer warnings | Volker Lendecke | 1 | -1/+1 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 1 | -19/+30 |
2007-11-19 | Remove pstring from nmbd. | Jeremy Allison | 1 | -32/+54 |
2007-11-03 | Remove more static data from lib/util_sock.c and | Jeremy Allison | 1 | -8/+14 |
2007-11-01 | Patch 2 of 3 from Debian Samba packagers: | Gerald (Jerry) Carter | 1 | -2/+2 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -12/+12 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -21/+21 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 1 | -2/+2 |
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 | r23556: Fix for error path from Atsushi Nakabayashi <nakabayashi@miraclelinux... | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r23425: Volker noticed this obvious fix for the wins server | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r23015: Make message_(de)register static to messages.c | Volker Lendecke | 1 | -2/+5 |
2007-10-10 | r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r21064: The core of this patch is | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17626: Some C++ Warnings | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r16665: Fix a couple of bugs I discovered now I've looked | Jeremy Allison | 1 | -10/+32 |
2007-10-10 | r16642: Fix show-stopper bug #3876. Double-free in wins | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r16230: Fix Klocwork #861 and others. localtime and asctime | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r13882: Fix coverity CID bug #96. Missing free on error | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r13873: I think this is the longstanding wins server crash bug, not | Jeremy Allison | 1 | -17/+16 |
2007-10-10 | r13510: plug memory leak in WINS server code. | Gerald Carter | 1 | -0/+5 |
2007-10-10 | r13081: correct fix for the segv in nmbd caused by a double free on namerec. | Gerald Carter | 1 | -2/+3 |
2007-10-10 | r12107: Move to a tdb-based wins database. At the moment we still | Jeremy Allison | 1 | -165/+636 |
2007-10-10 | r11511: A classic "friday night check-in" :-). This moves much | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -1/+2 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r1299: Don't "break" - "continue" ! Otherwise we only expire the first name ! | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r1290: Ensure we remove DNS and DNSFAIL records immediately on timeout. | Jeremy Allison | 1 | -1/+6 |
2007-10-10 | r196: merging struct uuid from trunk | Gerald Carter | 1 | -37/+77 |
2004-03-15 | Use "unix netbios name" type unstring - 64 bytes long to manipulate netbios | Jeremy Allison | 1 | -4/+4 |
2004-03-13 | Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ... | Jeremy Allison | 1 | -11/+11 |
2003-09-29 | Apply some NULL pointer paranoia to previous wins hook fix. | Tim Potter | 1 | -2/+2 |
2003-09-29 | Fix broken wins hook functionality. A i18n fixe caused the name type | Tim Potter | 1 | -2/+8 |
2003-08-27 | fix segfault on empty wins server name registration reply | Gerald Carter | 1 | -2/+4 |
2003-08-27 | Fix the character set handling properly in nmbd. Also fix bug where | Jeremy Allison | 1 | -1367/+1282 |
2003-08-22 | Use correct size (17 not 16) when doing a push_ascii(). Ensure that | Jeremy Allison | 1 | -1/+1 |
2003-08-22 | Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX. | Jeremy Allison | 1 | -8/+0 |
2003-05-08 | This puts back wins.dat into nmbd for easy editing. It leaves most of | Volker Lendecke | 1 | -194/+222 |
2003-04-28 | Fix a confusing error message | Volker Lendecke | 1 | -1/+1 |
2003-01-14 | Merge from HEAD: | Andrew Bartlett | 1 | -1/+2 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -1/+1 |
2002-11-23 | Lots of fixes for error paths where tdb_fetch() data need freeing. | Jeremy Allison | 1 | -3/+10 |
2002-11-15 | Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c group | Jeremy Allison | 1 | -0/+16 |
2002-10-03 | Merging tridge's wins fixes. Tridge - we're supposed to be keeping 3.0 up | Jeremy Allison | 1 | -2/+2 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -1/+11 |
2002-03-21 | Make winbindd_idmap tdb endian independent. This is very important for | Jeremy Allison | 1 | -5/+5 |
2002-03-05 | Removed unused static function. | Tim Potter | 1 | -18/+0 |