summaryrefslogtreecommitdiff
path: root/source/libsmb/nmblib.c
Commit message (Expand)AuthorAgeFilesLines
* working on creating the 3.0 release treeGerald Carter2003-06-061-1/+1
* BIG patch...Andrew Bartlett2003-01-021-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
* sort name query responses by how far they are from our interfaceAndrew Tridgell2002-07-011-2/+2
* My seven-year-old daughter calls me 'Captain Pedantic'. I don't know whichChristopher 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
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-2/+3
* added suppport for unexpected udp/138 packetsAndrew Tridgell2000-01-031-2/+43
* added the unexpected packet database (unexpected.tdb)Andrew Tridgell2000-01-031-64/+110
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-211/+77
* argh! how horrible! spent ages working out why packets weren't beingLuke Leighton1999-12-041-5/+27
* jeremy is going to hate me for this.Luke Leighton1999-12-041-3/+148
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-1/+1
* added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1999-11-181-1/+1
* safe string version of nmb_namestr.Luke Leighton1999-06-241-4/+13
* Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.Jeremy Allison1998-11-191-1/+2
* automatically uppercase server and share names (win95 won't handleAndrew Tridgell1998-11-141-6/+6
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-141-3/+3
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-121-1/+1
* use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell1998-10-041-1/+1
* tridge the destroyer returns!Andrew Tridgell1998-09-051-2/+1
* cast the qsort to prevent warningsAndrew Tridgell1998-08-311-1/+1
* changed the way that name query records are sorted in replies. TheyAndrew Tridgell1998-08-301-0/+44
* This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1998-08-281-1/+1
* much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1998-08-171-2/+0
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-1/+1
* I finished removing timestring() calls from DEBUG() messages. Also wentChristopher R. Hertel1998-08-031-36/+41
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-311-4/+4
* Added strupper() function call to up-case the scope field in theChristopher R. Hertel1998-07-141-6/+7
* nisppass.c: Fixed incorrect parameter usage.Jeremy Allison1998-06-271-0/+1
* test for overflow in nmb name parsing codeAndrew Tridgell1998-05-131-1/+1
* This is a security audit change of the main source.Jeremy Allison1998-05-121-2/+2