Check error returns from strupper_m() (in all reasonable places).
[samba.git] / source3 / libsmb / nmblib.c
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-param Remove special case for global_scope()
2011-05-05 Jeremy AllisonMore simple const fixes.
2011-05-04 Jeremy AllisonAdd in bufflen limit when storing NetBIOS names. Remove...
2011-03-29 Günther Deschners3-libsmb: put namequery headers to nmblib.h
2011-02-28 Stefan Metzmachers3: Remove unused receive_packet
2011-01-07 Volker Lendeckes3: Remove some unused code
2011-01-07 Volker Lendeckes3: Add packet_trn_id()
2010-12-22 Volker Lendeckes3: Add some const to name_mangle()
2010-10-01 Günther Deschnersamba: share select wrappers.
2010-09-26 Jeremy AllisonFix bug #7698 - Assert causes smbd to panic on invalid...
2010-02-14 Andrew Tridgells3-lib: use TYPESAFE_QSORT() in remaining s3 library...
2010-02-08 Stefan Metzmachers3:nmbd: also listen explicit on the subnet broadcast...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-02-24 Volker LendeckeConvert name_mangle() to use talloc
2008-12-19 Jelmer VernooijMerge branch 'pyregistry' of git://git.samba.org/jelmer...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeRemove two write-only variables
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-03-09 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-03-08 Volker LendeckePass specific packets to build_nmb and build_dgram
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-19 Volker Lendeckepacket_struct is used in several places as raw memory
2007-12-05 Volker Lendeckeremove some statics
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Jeremy Allisonr25510: Now we're returning the port instead of using...
2007-10-10 Jeremy Allisonr25492: Start adding IPv6 compatible code to lib/util_s...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Günther Deschnerr15240: Correctly disallow unauthorized access when...
2007-10-10 Jeremy Allisonr12107: Move to a tdb-based wins database. At the momen...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr2224: Make nmbd more robust against bad netbios packets.
2007-10-10 Herb Lewisr776: I should have just cut and pasted from my build...
2007-10-10 Herb Lewisr775: merge trunk 774 to samba 3_0 - fix bad compare...
2004-03-13 Jeremy AllisonEnsure we don't truncate strcmps to nstring anymore...
2004-03-13 Jeremy AllisonEnsure we don't truncate strcmps to nstring anymore...
2004-03-13 Jeremy AllisonModified fix for bugid #784. Based on a patch from...
2004-03-13 Jeremy AllisonModified fix for bugid #784. Based on a patch from...
2004-03-13 Jeremy AllisonFirst part of patch from moriyama@miraclelinux.com...
2004-03-13 Jeremy AllisonFirst part of patch from moriyama@miraclelinux.com...
2004-03-12 Herb Lewisif we are truncating to the . we need to start at the...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-27 Jeremy AllisonFix the character set handling properly in nmbd. Also...
2003-08-22 Jeremy AllisonUse correct size (17 not 16) when doing a push_ascii...
2003-08-22 Jeremy AllisonEnsure nmb_namestr() converts back from CH_DOS to CH_UNIX.
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-27 Andrew BartlettTry again to fix up 'session request' name exchange...
2003-07-27 Andrew BartlettSome small fixes to our charset conversion code:
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-06-06 Andrew Tridgellfixed a pstrcpy() that is not on a pstring
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-12-06 Jeremy AllisonEnsure global_scope() returns "", not the NULL string...
2002-12-06 Jeremy AllisonEnsure global_scope() returns "", not the NULL string...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-01 Andrew Tridgellsort name query responses by how far they are from...
2002-04-22 Christopher R. HertelCopying commit from HEAD.
2002-04-22 Christopher R. HertelMy seven-year-old daughter calls me 'Captain Pedantic...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-31 Jeremy AllisonFix from Michael Steffens <michael_steffens@hp.com...
2002-01-30 Tim PotterRemoved version number from file header.
2001-11-27 Andrew Tridgellprevent a bogus insure wild ptr message
2001-10-29 Andrew BartlettThis patch applied, except without the structure change...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-08-20 Andrew Tridgellallow for the NULL in make_nmb_name()
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2001-02-02 Tim PotterConvert netbios name to dos codepage in make_nmb_name...
2000-10-06 Jeremy AllisonFix from RFritz@lbl.gov for Linux ECONREFUSED async...
2000-06-11 Andrew TridgellLinux kernel oplocks now seem to work, but need a _lot_...
2000-05-10 Jeremy AllisonHo hum - forgot timeout case.
2000-05-10 Jeremy AllisonFix from David Collier-Brown - sys_select return was...
2000-03-27 Luke Leightonmoved nmblib-specific code from util.c to nmblib.c.
2000-02-23 Jeremy AllisonMultiple-dot scope handling fix from Greg Bowering...
2000-01-07 Andrew Tridgellfixed a comment
2000-01-07 Andrew Tridgellthis looks like a big commit, but it isn't really :)
2000-01-03 Andrew Tridgelladded suppport for unexpected udp/138 packets
2000-01-03 Andrew Tridgelladded the unexpected packet database (unexpected.tdb)
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-04 Luke Leightonargh! how horrible! spent ages working out why packet...
1999-12-04 Luke Leightonjeremy is going to hate me for this.
1999-12-01 Luke Leightonsys_select added one more argument (read, write selectors).
1999-11-18 Luke Leightonadded regqueryval command (experimental) to get reg_io_...
1999-06-24 Luke Leightonsafe string version of nmb_namestr.
1998-11-19 Jeremy AllisonChanges to make the default prefix /usr/local/samba...
1998-11-14 Andrew Tridgellautomatically uppercase server and share names (win95...
next