summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
2007-11-15Fix bug noticed by kukks <linux@kukkukk.com> whereJeremy Allison1-1/+9
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-0/+2
2007-11-15Fix for CVE-2007-5398.Gerald (Jerry) Carter1-0/+6
2007-11-09Remove more static fstring/pstrings. Fix socket optionJeremy Allison1-3/+1
2007-11-08Remove more pstring/fstrings.Jeremy Allison1-2/+7
2007-11-08Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison1-2/+7
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison1-2/+2
2007-11-03Remove more static data from lib/util_sock.c andJeremy Allison3-12/+19
2007-11-01Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter1-2/+2
2007-10-30start smbd, nmbd and winbindd with the same startup messageStefan Metzmacher1-2/+2
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison10-46/+80
2007-10-20fix move to OPT_LOG_STDOUTStefan Metzmacher1-1/+1
2007-10-19Fix the popt / bool issues. Some places we used BOOLJeremy Allison1-9/+32
2007-10-19fix startup of smbd, nmbd, winbinddStefan Metzmacher1-11/+5
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison22-118/+118
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison14-81/+149
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2-32/+31
2007-10-10r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison1-27/+27
2007-10-10r25238: Make the error returns from the string functionsJeremy Allison1-3/+27
2007-10-10r25170: Remove pstring limits from ms_fnmatch and module load.Jeremy Allison1-4/+4
2007-10-10r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison1-17/+82
2007-10-10r25021: Fix coverity #435. Use of -1.Jeremy Allison1-4/+12
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-4/+11
2007-10-10r24621: - deferr calling build_options();exit(0);Stefan Metzmacher1-1/+2
2007-10-10r24599: patch from Karolin Seeger <ks@sernet.de>:Stefan Metzmacher1-1/+9
2007-10-10r24027: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/:Stefan Metzmacher1-0/+30
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell27-54/+27
2007-10-10r23783: Processing the UAS change message was causing problems on ppc64 LinuxAndrew Tridgell1-108/+2
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison27-27/+27
2007-10-10r23556: Fix for error path from Atsushi Nakabayashi <nakabayashi@miraclelinux...Jeremy Allison1-0/+1
2007-10-10r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison1-1/+7
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-2/+2
2007-10-10r23425: Volker noticed this obvious fix for the wins serverJeremy Allison1-2/+2
2007-10-10r23349: Fix from Steve Langasek <vorlon@debian.org> toJeremy Allison1-0/+16
2007-10-10r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2-2/+2
2007-10-10r23015: Make message_(de)register static to messages.cVolker Lendecke3-21/+45
2007-10-10r22911: Pass a messaging_context to message_send_allVolker Lendecke1-2/+2
2007-10-10r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke1-1/+0
2007-10-10r22902: Add an event_context and a messaging_context to nmbd. Not used yet.Volker Lendecke2-8/+52
2007-10-10r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke1-15/+1
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke3-5/+5
2007-10-10r22417: Refactor the various daemon run-mode options to make the semanticsJames Peach2-31/+32
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-1/+1
2007-10-10r22157: Fix bug #3634 - stop nmbd segfaulting with bad interface line.Jeremy Allison1-0/+7
2007-10-10r22045: As Volker noticed, skip_string's last argument isJeremy Allison6-17/+17
2007-10-10r22042: Try and clean up my own mess using the API VolkerJeremy Allison2-2/+2
2007-10-10r22018: fix compile errorHerb Lewis1-3/+3
2007-10-10r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison6-31/+37
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-3/+3
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-3/+3