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