index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
nmblib.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
prevent a bogus insure wild ptr message
Andrew Tridgell
2001-11-27
1
-1
/
+2
*
This patch applied, except without the structure changes to nmblib.c
Andrew Bartlett
2001-10-29
1
-3
/
+3
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-4
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-30
/
+10
*
allow for the NULL in make_nmb_name()
Andrew Tridgell
2001-08-20
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
-3
/
+1
*
Merge of Andrew's changes in 2.2.
Jeremy Allison
2001-04-13
1
-1
/
+1
*
Convert netbios name to dos codepage in make_nmb_name(). This allows
Tim Potter
2001-02-02
1
-0
/
+1
*
Fix from RFritz@lbl.gov for Linux ECONREFUSED async errors on Linux.
Jeremy Allison
2000-10-06
1
-2
/
+10
*
Linux kernel oplocks now seem to work, but need a _lot_ of testing
Andrew Tridgell
2000-06-11
1
-1
/
+1
*
Ho hum - forgot timeout case.
Jeremy Allison
2000-05-10
1
-1
/
+5
*
Fix from David Collier-Brown - sys_select return was not being checked.
Jeremy Allison
2000-05-10
1
-1
/
+5
*
moved nmblib-specific code from util.c to nmblib.c.
Luke Leighton
2000-03-27
1
-9
/
+203
*
Multiple-dot scope handling fix from Greg Bowering gb@pobox.com
Jeremy Allison
2000-02-23
1
-2
/
+2
*
fixed a comment
Andrew Tridgell
2000-01-07
1
-1
/
+1
*
this looks like a big commit, but it isn't really :)
Andrew Tridgell
2000-01-07
1
-2
/
+3
*
added suppport for unexpected udp/138 packets
Andrew Tridgell
2000-01-03
1
-2
/
+43
*
added the unexpected packet database (unexpected.tdb)
Andrew Tridgell
2000-01-03
1
-64
/
+110
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-211
/
+77
*
argh! how horrible! spent ages working out why packets weren't being
Luke Leighton
1999-12-04
1
-5
/
+27
*
jeremy is going to hate me for this.
Luke Leighton
1999-12-04
1
-3
/
+148
*
sys_select added one more argument (read, write selectors).
Luke Leighton
1999-12-01
1
-1
/
+1
*
added regqueryval command (experimental) to get reg_io_q_info() and
Luke Leighton
1999-11-18
1
-1
/
+1
*
safe string version of nmb_namestr.
Luke Leighton
1999-06-24
1
-4
/
+13
*
Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.
Jeremy Allison
1998-11-19
1
-1
/
+2
*
automatically uppercase server and share names (win95 won't handle
Andrew Tridgell
1998-11-14
1
-6
/
+6
*
Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...
Jeremy Allison
1998-11-14
1
-3
/
+3
*
largely rewrote smbpasswd so that the code is understandable. This
Andrew Tridgell
1998-11-12
1
-1
/
+1
*
use *SMBSERVER convention in smbwrapper to allow us to connect to
Andrew Tridgell
1998-10-04
1
-1
/
+1
*
tridge the destroyer returns!
Andrew Tridgell
1998-09-05
1
-2
/
+1
*
cast the qsort to prevent warnings
Andrew Tridgell
1998-08-31
1
-1
/
+1
*
changed the way that name query records are sorted in replies. They
Andrew Tridgell
1998-08-30
1
-0
/
+44
*
This checking fixes the statcache bug that stopped NetBench from running
Jeremy Allison
1998-08-28
1
-1
/
+1
*
much cleaner chain pointer handling for both files and pipes.
Andrew Tridgell
1998-08-17
1
-2
/
+0
*
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1998-08-14
1
-1
/
+1
*
I finished removing timestring() calls from DEBUG() messages. Also went
Christopher R. Hertel
1998-08-03
1
-36
/
+41
*
As per a Andrew's message, I went through and removed the timestring()
Christopher R. Hertel
1998-07-31
1
-4
/
+4
*
Added strupper() function call to up-case the scope field in the
Christopher R. Hertel
1998-07-14
1
-6
/
+7
*
nisppass.c: Fixed incorrect parameter usage.
Jeremy Allison
1998-06-27
1
-0
/
+1
*
test for overflow in nmb name parsing code
Andrew Tridgell
1998-05-13
1
-1
/
+1
*
This is a security audit change of the main source.
Jeremy Allison
1998-05-12
1
-2
/
+2
*
changed to use slprintf() instead of sprintf() just about
Andrew Tridgell
1998-05-11
1
-2
/
+2
*
This looks like a big change but really isn't.
Jeremy Allison
1998-04-25
1
-1
/
+0
*
RFC1002 says we must put compressed name pointers in the following
Jeremy Allison
1998-03-25
1
-2
/
+40
*
This is *not* a big change (although it looks like one).
Jeremy Allison
1998-01-22
1
-1
/
+1
*
This is it ! The mega-merge of the JRA_NMBD_REWRITE branch
Jeremy Allison
1997-12-13
1
-14
/
+147
*
nmblib.c :
Luke Leighton
1997-10-24
1
-0
/
+1
*
Implemented asynchronous DNS lookups in nmbd.
Andrew Tridgell
1997-10-22
1
-3
/
+6
[prev]
[next]