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
2009-02-24
Convert name_mangle() to use talloc
Volker Lendecke
1
-4
/
+11
2008-12-19
Remove two write-only variables
Volker Lendecke
1
-8
/
+0
2008-03-08
Pass specific packets to build_nmb and build_dgram
Volker Lendecke
1
-6
/
+4
2007-12-19
packet_struct is used in several places as raw memory
Volker Lendecke
1
-0
/
+2
2007-12-05
remove some statics
Volker Lendecke
1
-42
/
+7
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
1
-7
/
+8
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-12
/
+12
2007-10-10
r25510: Now we're returning the port instead of using a global,
Jeremy Allison
1
-1
/
+1
2007-10-10
r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal with
Jeremy Allison
1
-190
/
+283
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r15240: Correctly disallow unauthorized access when logging on with the
Günther Deschner
1
-1
/
+1
2007-10-10
r12107: Move to a tdb-based wins database. At the moment we still
Jeremy Allison
1
-1
/
+1
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-2
/
+3
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-10
/
+7
2007-10-10
r2224: Make nmbd more robust against bad netbios packets.
Jeremy Allison
1
-0
/
+5
2007-10-10
r776: I should have just cut and pasted from my build area and I would
Herb Lewis
1
-1
/
+1
2007-10-10
r775: merge trunk 774 to samba 3_0 - fix bad compare in for loop
Herb Lewis
1
-5
/
+1
2004-03-13
Ensure we don't truncate strcmps to nstring anymore...
Jeremy Allison
1
-1
/
+4
2004-03-13
Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...
Jeremy Allison
1
-11
/
+17
2004-03-13
First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to
Jeremy Allison
1
-805
/
+854
2004-03-12
if we are truncating to the . we need to start at the beginning in case
Herb Lewis
1
-1
/
+1
2003-08-27
Fix the character set handling properly in nmbd. Also fix bug where
Jeremy Allison
1
-2
/
+1
2003-08-22
Use correct size (17 not 16) when doing a push_ascii(). Ensure that
Jeremy Allison
1
-1
/
+1
2003-08-22
Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.
Jeremy Allison
1
-13
/
+16
2003-07-27
Try again to fix up 'session request' name exchange. This time we actualy
Andrew Bartlett
1
-3
/
+3
2003-07-27
Some small fixes to our charset conversion code:
Andrew Bartlett
1
-4
/
+8
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-1
/
+1
2003-06-06
fixed a pstrcpy() that is not on a pstring
Andrew Tridgell
1
-1
/
+1
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-4
/
+4
2002-12-06
Ensure global_scope() returns "", not the NULL string. Froma tpot fix.
Jeremy Allison
1
-1
/
+1
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-16
/
+15
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-2
/
+2
2002-04-22
Copying commit from HEAD.
Christopher R. Hertel
1
-2
/
+13
2002-01-31
Fix from Michael Steffens <michael_steffens@hp.com> to make signal
Jeremy Allison
1
-1
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-11-27
prevent a bogus insure wild ptr message
Andrew Tridgell
1
-1
/
+2
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
[next]