index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
nmbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix two incompatible pointer warnings
Volker Lendecke
2007-12-08
1
-1
/
+1
*
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2007-12-07
3
-30
/
+51
*
Don't build rpctorture anymore - not maintained. Just remove.
Jeremy Allison
2007-12-07
1
-1
/
+1
*
Remove PSTRING_LEN from smbd/ nmbd/.
Jeremy Allison
2007-11-29
1
-4
/
+4
*
Remove pstring from nmbd.
Jeremy Allison
2007-11-19
10
-111
/
+154
*
Fix bug noticed by kukks <linux@kukkukk.com> where
Jeremy Allison
2007-11-15
1
-1
/
+9
*
More pstring removal. This one was tricky. I had to add
Jeremy Allison
2007-11-15
1
-0
/
+2
*
Fix for CVE-2007-5398.
Gerald (Jerry) Carter
2007-11-15
1
-0
/
+6
*
Remove more static fstring/pstrings. Fix socket option
Jeremy Allison
2007-11-09
1
-3
/
+1
*
Remove more pstring/fstrings.
Jeremy Allison
2007-11-08
1
-2
/
+7
*
Remove more fstring/pstring bad useage. Go talloc !
Jeremy Allison
2007-11-08
1
-2
/
+7
*
Remove the horror that was the global smb_rw_error.
Jeremy Allison
2007-11-05
1
-2
/
+2
*
Remove more static data from lib/util_sock.c and
Jeremy Allison
2007-11-03
3
-12
/
+19
*
Patch 2 of 3 from Debian Samba packagers:
Gerald (Jerry) Carter
2007-11-01
1
-2
/
+2
*
start smbd, nmbd and winbindd with the same startup message
Stefan Metzmacher
2007-10-30
1
-2
/
+2
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
10
-46
/
+80
*
fix move to OPT_LOG_STDOUT
Stefan Metzmacher
2007-10-20
1
-1
/
+1
*
Fix the popt / bool issues. Some places we used BOOL
Jeremy Allison
2007-10-19
1
-9
/
+32
*
fix startup of smbd, nmbd, winbindd
Stefan Metzmacher
2007-10-19
1
-11
/
+5
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
22
-118
/
+118
*
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
2007-10-10
14
-81
/
+149
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
samba-misc-tags/initial-v3-2-test
Gerald (Jerry) Carter
2007-10-10
2
-32
/
+31
*
r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal with
Jeremy Allison
2007-10-10
1
-27
/
+27
*
r25238: Make the error returns from the string functions
Jeremy Allison
2007-10-10
1
-3
/
+27
*
r25170: Remove pstring limits from ms_fnmatch and module load.
Jeremy Allison
2007-10-10
1
-4
/
+4
*
r25138: More pstring elimination. Add a TALLOC_CTX parameter
Jeremy Allison
2007-10-10
1
-17
/
+82
*
r25021: Fix coverity #435. Use of -1.
Jeremy Allison
2007-10-10
1
-4
/
+12
*
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
2007-10-10
1
-4
/
+11
*
r24621: - deferr calling build_options();exit(0);
Stefan Metzmacher
2007-10-10
1
-1
/
+2
*
r24599: patch from Karolin Seeger <ks@sernet.de>:
Stefan Metzmacher
2007-10-10
1
-1
/
+9
*
r24027: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/:
Stefan Metzmacher
2007-10-10
1
-0
/
+30
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
27
-54
/
+27
*
r23783: Processing the UAS change message was causing problems on ppc64 Linux
Andrew Tridgell
2007-10-10
1
-108
/
+2
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
27
-27
/
+27
*
r23556: Fix for error path from Atsushi Nakabayashi <nakabayashi@miraclelinux...
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.
Jeremy Allison
2007-10-10
1
-1
/
+7
*
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
James Peach
2007-10-10
1
-2
/
+2
*
r23425: Volker noticed this obvious fix for the wins server
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r23349: Fix from Steve Langasek <vorlon@debian.org> to
Jeremy Allison
2007-10-10
1
-0
/
+16
*
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
2007-10-10
2
-2
/
+2
*
r23015: Make message_(de)register static to messages.c
Volker Lendecke
2007-10-10
3
-21
/
+45
*
r22911: Pass a messaging_context to message_send_all
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r22908: All callers of message_init now also call messaging_init. Unify those.
Volker Lendecke
2007-10-10
1
-1
/
+0
*
r22902: Add an event_context and a messaging_context to nmbd. Not used yet.
Volker Lendecke
2007-10-10
2
-8
/
+52
*
r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...
Volker Lendecke
2007-10-10
1
-15
/
+1
*
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
2007-10-10
3
-5
/
+5
*
r22417: Refactor the various daemon run-mode options to make the semantics
James Peach
2007-10-10
2
-31
/
+32
*
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22157: Fix bug #3634 - stop nmbd segfaulting with bad interface line.
Jeremy Allison
2007-10-10
1
-0
/
+7
*
r22045: As Volker noticed, skip_string's last argument is
Jeremy Allison
2007-10-10
6
-17
/
+17
[next]