summaryrefslogtreecommitdiff
path: root/source3/libsmb/nmblib.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-27Try again to fix up 'session request' name exchange. This time we actualyAndrew Bartlett1-3/+3
2003-07-27Some small fixes to our charset conversion code:Andrew Bartlett1-4/+8
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-06-06fixed a pstrcpy() that is not on a pstringAndrew Tridgell1-1/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-4/+4
2002-12-06Ensure global_scope() returns "", not the NULL string. Froma tpot fix.Jeremy Allison1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-16/+15
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-2/+2
2002-04-22Copying commit from HEAD.Christopher R. Hertel1-2/+13
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
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