summaryrefslogtreecommitdiff
path: root/source3/libsmb/nmblib.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-27prevent a bogus insure wild ptr messageAndrew Tridgell1-1/+2
2001-10-29This patch applied, except without the structure changes to nmblib.cAndrew Bartlett1-3/+3
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-4/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-30/+10
2001-08-20allow for the NULL in make_nmb_name()Andrew Tridgell1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-3/+1
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-1/+1
2001-02-02Convert netbios name to dos codepage in make_nmb_name(). This allowsTim Potter1-0/+1
2000-10-06Fix from RFritz@lbl.gov for Linux ECONREFUSED async errors on Linux.Jeremy Allison1-2/+10
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell1-1/+1
2000-05-10Ho hum - forgot timeout case.Jeremy Allison1-1/+5
2000-05-10Fix from David Collier-Brown - sys_select return was not being checked.Jeremy Allison1-1/+5
2000-03-27moved nmblib-specific code from util.c to nmblib.c.Luke Leighton1-9/+203
2000-02-23Multiple-dot scope handling fix from Greg Bowering gb@pobox.comJeremy Allison1-2/+2
2000-01-07fixed a commentAndrew Tridgell1-1/+1
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-2/+3
2000-01-03added suppport for unexpected udp/138 packetsAndrew Tridgell1-2/+43
2000-01-03added the unexpected packet database (unexpected.tdb)Andrew Tridgell1-64/+110
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-211/+77
1999-12-04argh! how horrible! spent ages working out why packets weren't beingLuke Leighton1-5/+27
1999-12-04jeremy is going to hate me for this.Luke Leighton1-3/+148
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-1/+1
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1-1/+1
1999-06-24safe string version of nmb_namestr.Luke Leighton1-4/+13
1998-11-19Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.Jeremy Allison1-1/+2
1998-11-14automatically uppercase server and share names (win95 won't handleAndrew Tridgell1-6/+6
1998-11-14Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1-3/+3
1998-11-12largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1-1/+1
1998-10-04use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell1-1/+1
1998-09-05tridge the destroyer returns!Andrew Tridgell1-2/+1
1998-08-31cast the qsort to prevent warningsAndrew Tridgell1-1/+1
1998-08-30changed the way that name query records are sorted in replies. TheyAndrew Tridgell1-0/+44
1998-08-28This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1-1/+1
1998-08-17much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1-2/+0
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-1/+1
1998-08-03I finished removing timestring() calls from DEBUG() messages. Also wentChristopher R. Hertel1-36/+41
1998-07-31As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1-4/+4
1998-07-14Added strupper() function call to up-case the scope field in theChristopher R. Hertel1-6/+7
1998-06-27nisppass.c: Fixed incorrect parameter usage.Jeremy Allison1-0/+1
1998-05-13test for overflow in nmb name parsing codeAndrew Tridgell1-1/+1
1998-05-12This is a security audit change of the main source.Jeremy Allison1-2/+2
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-2/+2
1998-04-25This looks like a big change but really isn't.Jeremy Allison1-1/+0
1998-03-25RFC1002 says we must put compressed name pointers in the followingJeremy Allison1-2/+40
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1997-12-13This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1-14/+147
1997-10-24nmblib.c :Luke Leighton1-0/+1
1997-10-22Implemented asynchronous DNS lookups in nmbd.Andrew Tridgell1-3/+6
1997-10-15add the port number to a debug statementAndrew Tridgell1-2/+2