summaryrefslogtreecommitdiffstats
path: root/source/libsmb/nmblib.c
Commit message (Expand)AuthorAgeFilesLines
* Pass specific packets to build_nmb and build_dgramVolker Lendecke2008-03-081-6/+4
* packet_struct is used in several places as raw memoryVolker Lendecke2007-12-191-0/+2
* remove some staticsVolker Lendecke2007-12-051-42/+7
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-7/+8
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-12/+12
* r25510: Now we're returning the port instead of using a global,Jeremy Allison2007-10-101-1/+1
* r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison2007-10-101-190/+283
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r15240: Correctly disallow unauthorized access when logging on with theGünther Deschner2007-10-101-1/+1
* r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison2007-10-101-1/+1
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-2/+3
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-10/+7
* r2224: Make nmbd more robust against bad netbios packets.Jeremy Allison2007-10-101-0/+5
* r776: I should have just cut and pasted from my build area and I wouldHerb Lewis2007-10-101-1/+1
* r775: merge trunk 774 to samba 3_0 - fix bad compare in for loopHerb Lewis2007-10-101-5/+1
* Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison2004-03-131-1/+4
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-131-11/+17
* First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) toJeremy Allison2004-03-131-805/+854
* if we are truncating to the . we need to start at the beginning in caseHerb Lewis2004-03-121-1/+1
* Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison2003-08-271-2/+1
* Use correct size (17 not 16) when doing a push_ascii(). Ensure thatJeremy Allison2003-08-221-1/+1
* Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.Jeremy Allison2003-08-221-13/+16
* Try again to fix up 'session request' name exchange. This time we actualyAndrew Bartlett2003-07-271-3/+3
* Some small fixes to our charset conversion code:Andrew Bartlett2003-07-271-4/+8
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-1/+1
* fixed a pstrcpy() that is not on a pstringAndrew Tridgell2003-06-061-1/+1
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-4/+4
* Ensure global_scope() returns "", not the NULL string. Froma tpot fix.Jeremy Allison2002-12-061-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-16/+15
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-2/+2
* Copying commit from HEAD.Christopher R. Hertel2002-04-221-2/+13
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* prevent a bogus insure wild ptr messageAndrew Tridgell2001-11-271-1/+2
* This patch applied, except without the structure changes to nmblib.cAndrew Bartlett2001-10-291-3/+3
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-4/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-30/+10
* allow for the NULL in make_nmb_name()Andrew Tridgell2001-08-201-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-3/+1
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-1/+1
* Convert netbios name to dos codepage in make_nmb_name(). This allowsTim Potter2001-02-021-0/+1
* Fix from RFritz@lbl.gov for Linux ECONREFUSED async errors on Linux.Jeremy Allison2000-10-061-2/+10
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-1/+1
* Ho hum - forgot timeout case.Jeremy Allison2000-05-101-1/+5
* Fix from David Collier-Brown - sys_select return was not being checked.Jeremy Allison2000-05-101-1/+5
* moved nmblib-specific code from util.c to nmblib.c.Luke Leighton2000-03-271-9/+203
* Multiple-dot scope handling fix from Greg Bowering gb@pobox.comJeremy Allison2000-02-231-2/+2
* fixed a commentAndrew Tridgell2000-01-071-1/+1