Age | Commit message (Expand) | Author | Files | Lines |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 22 | -118/+118 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 14 | -81/+149 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 2 | -32/+31 |
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 | r25238: Make the error returns from the string functions | Jeremy Allison | 1 | -3/+27 |
2007-10-10 | r25170: Remove pstring limits from ms_fnmatch and module load. | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r25138: More pstring elimination. Add a TALLOC_CTX parameter | Jeremy Allison | 1 | -17/+82 |
2007-10-10 | r25021: Fix coverity #435. Use of -1. | Jeremy Allison | 1 | -4/+12 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 1 | -4/+11 |
2007-10-10 | r24621: - deferr calling build_options();exit(0); | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r24599: patch from Karolin Seeger <ks@sernet.de>: | Stefan Metzmacher | 1 | -1/+9 |
2007-10-10 | r24027: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/: | Stefan Metzmacher | 1 | -0/+30 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 27 | -54/+27 |
2007-10-10 | r23783: Processing the UAS change message was causing problems on ppc64 Linux | Andrew Tridgell | 1 | -108/+2 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 27 | -27/+27 |
2007-10-10 | r23556: Fix for error path from Atsushi Nakabayashi <nakabayashi@miraclelinux... | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS. | Jeremy Allison | 1 | -1/+7 |
2007-10-10 | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 1 | -2/+2 |
2007-10-10 | r23425: Volker noticed this obvious fix for the wins server | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r23349: Fix from Steve Langasek <vorlon@debian.org> to | Jeremy Allison | 1 | -0/+16 |
2007-10-10 | r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm | Volker Lendecke | 2 | -2/+2 |
2007-10-10 | r23015: Make message_(de)register static to messages.c | Volker Lendecke | 3 | -21/+45 |
2007-10-10 | r22911: Pass a messaging_context to message_send_all | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r22908: All callers of message_init now also call messaging_init. Unify those. | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r22902: Add an event_context and a messaging_context to nmbd. Not used yet. | Volker Lendecke | 2 | -8/+52 |
2007-10-10 | r22761: This introduces lib/conn_tdb.c with two main functions: connections_t... | Volker Lendecke | 1 | -15/+1 |
2007-10-10 | r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p... | Volker Lendecke | 3 | -5/+5 |
2007-10-10 | r22417: Refactor the various daemon run-mode options to make the semantics | James Peach | 2 | -31/+32 |
2007-10-10 | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22157: Fix bug #3634 - stop nmbd segfaulting with bad interface line. | Jeremy Allison | 1 | -0/+7 |
2007-10-10 | r22045: As Volker noticed, skip_string's last argument is | Jeremy Allison | 6 | -17/+17 |
2007-10-10 | r22042: Try and clean up my own mess using the API Volker | Jeremy Allison | 2 | -2/+2 |
2007-10-10 | r22018: fix compile error | Herb Lewis | 1 | -3/+3 |
2007-10-10 | r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in, | Jeremy Allison | 6 | -31/+37 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r21064: The core of this patch is | Volker Lendecke | 3 | -11/+11 |
2007-10-10 | r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error message | James Peach | 1 | -2/+0 |
2007-10-10 | r18660: Fix build, one uuid->GUID was missed. | Jim McDonough | 1 | -1/+1 |
2007-10-10 | r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END() | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r17864: Fix possible null deref if client doesn't give us | Jeremy Allison | 1 | -1/+9 |
2007-10-10 | r17807: Fix a file descriptor leak pointed out by John Malmberg. Thanks! | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r17668: Fix the miscalculations in pushing announces. Fixes | Jeremy Allison | 1 | -6/+6 |
2007-10-10 | r17626: Some C++ Warnings | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17571: Change the return code of cli_session_setup from BOOL to NTSTATUS | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -14/+19 |
2007-10-10 | r16665: Fix a couple of bugs I discovered now I've looked | Jeremy Allison | 2 | -11/+33 |
2007-10-10 | r16642: Fix show-stopper bug #3876. Double-free in wins | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r16581: Fix Klocwork #2017. Possible null deref. | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r16579: Fix Klocwork #2016. Possible null deref. | Jeremy Allison | 1 | -1/+1 |