Age | Commit message (Expand) | Author | Files | Lines |
2008-02-29 | Fix part of bug #3617 from valgrind trace. | Jeremy Allison | 1 | -1/+0 |
2007-11-15 | Fix bug noticed by kukks <linux@kukkukk.com> where | Jeremy Allison | 1 | -1/+9 |
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 | -5/+5 |
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 | r16665: Fix a couple of bugs I discovered now I've looked | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r16230: Fix Klocwork #861 and others. localtime and asctime | Jeremy Allison | 1 | -2/+18 |
2007-10-10 | r13081: correct fix for the segv in nmbd caused by a double free on namerec. | Gerald Carter | 1 | -6/+5 |
2007-10-10 | r12946: fix a segfault in nmbd when 'wins support = yes' caused by double free | Gerald Carter | 1 | -3/+5 |
2007-10-10 | r12107: Move to a tdb-based wins database. At the moment we still | Jeremy Allison | 1 | -137/+190 |
2007-10-10 | r12043: It's amazing the warnings you find when compiling on a 64-bit | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r11511: A classic "friday night check-in" :-). This moves much | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -4/+4 |
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-08-27 | Fix the character set handling properly in nmbd. Also fix bug where | Jeremy Allison | 1 | -420/+380 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -2/+2 |
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 | -3/+1 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -1/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-25 | rewrote nmbd's wins backend to use a tdb instead of a flat text file. | Jean-François Micouleau | 1 | -0/+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 | -9/+7 |
2001-09-10 | convert more code to use XFILE | Andrew Tridgell | 1 | -14/+14 |
2001-08-26 | Same as nmbd.c. These now test wins_srv_count() instead of lp_wins_server | Christopher R. Hertel | 1 | -1/+1 |
2000-01-07 | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 1 | -3/+2 |
2000-01-02 | - added tdb_flags option to tdb_open() | Andrew Tridgell | 1 | -8/+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 | -3/+1 |
1999-11-19 | - bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursion | Luke Leighton | 1 | -0/+2 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1 | -1/+1 |
1998-11-14 | Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe... | Jeremy Allison | 1 | -10/+10 |
1998-09-05 | tridge the destroyer returns! | Andrew Tridgell | 1 | -15/+0 |
1998-08-31 | set a maximum name refresh time of 20 minutes. | Andrew Tridgell | 1 | -2/+2 |
1998-08-30 | added some defensive programming to nmbd. This mostly means zeroing | Andrew Tridgell | 1 | -0/+4 |
1998-06-29 | nmbd_elections.c: Removed force elections code to bring into line with 1.9.18. | Jeremy Allison | 1 | -1/+3 |
1998-06-27 | nisppass.c: Fixed incorrect parameter usage. | Jeremy Allison | 1 | -1/+1 |
1998-06-23 | The function add_name_to_subnet(), in file nmbd_namelistdb.c, returns a | Christopher R. Hertel | 1 | -2/+2 |
1998-06-10 | I've replaced the linked list used to manage the subnet namelists with a | Christopher R. Hertel | 1 | -167/+190 |
1998-06-09 | Fixed compile problem after make proto. | Jeremy Allison | 1 | -3/+2 |
1998-06-09 | This is a first step toward moving long namelists into a database. I | Christopher R. Hertel | 1 | -97/+134 |
1998-06-08 | Added code to add the Samba names onto the remote_broadcast subnet, | Jeremy Allison | 1 | -1/+2 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 1 | -3/+3 |
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 | -3/+3 |
1997-12-13 | This is it ! The mega-merge of the JRA_NMBD_REWRITE branch | Jeremy Allison | 1 | -0/+586 |