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
/
source3
/
utils
/
nmblookup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-2
/
+2
*
Add MAX_DNS_NAME_LENGTH, remove more pstrings.
Jeremy Allison
2007-11-15
1
-1
/
+1
*
Remove more static data from lib/util_sock.c and
Jeremy Allison
2007-11-03
1
-1
/
+1
*
Forgot one more getnameinfo.
Jeremy Allison
2007-11-02
1
-1
/
+1
*
Fix popt bool problems (need POPT_ARG_NONE, not POPT_ARG_VALUE).
Jeremy Allison
2007-10-26
1
-4
/
+4
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-175
/
+225
*
Fix the popt / bool issues. Some places we used BOOL
Jeremy Allison
2007-10-19
1
-7
/
+25
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-11
/
+11
*
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
2007-10-10
1
-2
/
+5
*
r24943: Some stackframes
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r13530: Fix from William Jojo for #1970. Make nmblookup do
Jeremy Allison
2007-10-10
1
-7
/
+6
*
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
Derrell Lipman
2007-10-10
1
-1
/
+1
*
r12678: One more
Volker Lendecke
2007-10-10
1
-0
/
+2
*
r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.
Tim Potter
2007-10-10
1
-2
/
+0
*
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r2706: The code that prints the remote MAC address (from the statistics section
Christopher R. Hertel
2007-10-10
1
-4
/
+7
*
r248: Add support for printing out the MAC address on nmblookup.
Richard Sharpe
2007-10-10
1
-1
/
+5
*
Ensure nmblookup correctly converts from CH_DOS to CH_UNIX when displaying
Jeremy Allison
2003-08-22
1
-1
/
+1
*
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Jelmer Vernooij
2003-05-10
1
-2
/
+0
*
Patch from metze and me that adds dummy smb_register_*() functions so
Jelmer Vernooij
2003-05-10
1
-0
/
+2
*
Merge:
Tim Potter
2003-04-14
1
-136
/
+88
*
Merge from HEAD:
Andrew Bartlett
2003-01-14
1
-1
/
+1
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-2
/
+2
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-6
/
+2
*
Sync with HEAD
Jelmer Vernooij
2002-10-28
1
-1
/
+1
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-4
/
+30
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
merge changes from 2.2 branch to prevent smb.conf from changing debug level
Herb Lewis
2002-01-07
1
-0
/
+5
*
Got medieval on another pointless extern. Removed extern struct ipzero
Tim Potter
2001-11-26
1
-2
/
+0
*
Removed TimeInit() call from every client program (except for one place
Tim Potter
2001-11-23
1
-2
/
+0
*
Store some path names in global variables initialized to configure
Martin Pool
2001-11-19
1
-4
/
+3
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-1
/
+1
*
convert more code to using d_printf
Andrew Tridgell
2001-09-08
1
-26
/
+26
*
Fuss, fuss, fuss...
Christopher R. Hertel
2001-08-29
1
-1
/
+1
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-1
/
+1
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-2
/
+0
*
rpcclient/rpcclient.c: Non-void return in void function.
Jeremy Allison
2001-04-28
1
-1
/
+1
*
implemented a much nicer name_status() interface. It now returns a
Andrew Tridgell
2000-12-20
1
-6
/
+51
*
Simple cleanup, but I also changed the value of the dlevel parameter passed
Christopher R. Hertel
2000-10-11
1
-5
/
+5
*
If I use nmblookup to search for node ZOOB#1B and there is no such name
Christopher R. Hertel
2000-06-13
1
-4
/
+6
*
fixed a memory leak in nmblookup
Andrew Tridgell
2000-04-25
1
-0
/
+2
*
this looks like a big commit, but it isn't really :)
Andrew Tridgell
2000-01-07
1
-5
/
+6
*
added the unexpected packet database (unexpected.tdb)
Andrew Tridgell
2000-01-03
1
-4
/
+4
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-63
/
+88
*
jeremy is going to hate me for this.
Luke Leighton
1999-12-04
1
-11
/
+15
*
Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...
Jeremy Allison
1998-11-03
1
-0
/
+3
*
set recursion desired for bcast name query
Andrew Tridgell
1998-10-14
1
-1
/
+2
[next]