Age | Commit message (Expand) | Author | Files | Lines |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -4/+4 |
2002-12-06 | Ensure global_scope() returns "", not the NULL string. Froma tpot fix. | Jeremy Allison | 1 | -1/+1 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -16/+15 |
2002-07-01 | sort name query responses by how far they are from our interface | Andrew Tridgell | 1 | -2/+2 |
2002-04-22 | My seven-year-old daughter calls me 'Captain Pedantic'. I don't know which | Christopher R. Hertel | 1 | -2/+13 |
2002-01-31 | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 1 | -1/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-11-27 | prevent a bogus insure wild ptr message | Andrew Tridgell | 1 | -1/+2 |
2001-10-29 | This patch applied, except without the structure changes to nmblib.c | Andrew Bartlett | 1 | -3/+3 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -4/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -30/+10 |
2001-08-20 | allow for the NULL in make_nmb_name() | Andrew Tridgell | 1 | -1/+1 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -1/+1 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -3/+1 |
2001-04-13 | Merge of Andrew's changes in 2.2. | Jeremy Allison | 1 | -1/+1 |
2001-02-02 | Convert netbios name to dos codepage in make_nmb_name(). This allows | Tim Potter | 1 | -0/+1 |
2000-10-06 | Fix from RFritz@lbl.gov for Linux ECONREFUSED async errors on Linux. | Jeremy Allison | 1 | -2/+10 |
2000-06-11 | Linux kernel oplocks now seem to work, but need a _lot_ of testing | Andrew Tridgell | 1 | -1/+1 |
2000-05-10 | Ho hum - forgot timeout case. | Jeremy Allison | 1 | -1/+5 |
2000-05-10 | Fix from David Collier-Brown - sys_select return was not being checked. | Jeremy Allison | 1 | -1/+5 |
2000-03-27 | moved nmblib-specific code from util.c to nmblib.c. | Luke Leighton | 1 | -9/+203 |
2000-02-23 | Multiple-dot scope handling fix from Greg Bowering gb@pobox.com | Jeremy Allison | 1 | -2/+2 |
2000-01-07 | fixed a comment | Andrew Tridgell | 1 | -1/+1 |
2000-01-07 | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 1 | -2/+3 |
2000-01-03 | added suppport for unexpected udp/138 packets | Andrew Tridgell | 1 | -2/+43 |
2000-01-03 | added the unexpected packet database (unexpected.tdb) | Andrew Tridgell | 1 | -64/+110 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -211/+77 |
1999-12-04 | argh! how horrible! spent ages working out why packets weren't being | Luke Leighton | 1 | -5/+27 |
1999-12-04 | jeremy is going to hate me for this. | Luke Leighton | 1 | -3/+148 |
1999-12-01 | sys_select added one more argument (read, write selectors). | Luke Leighton | 1 | -1/+1 |
1999-11-18 | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1 | -1/+1 |
1999-06-24 | safe string version of nmb_namestr. | Luke Leighton | 1 | -4/+13 |
1998-11-19 | Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10. | Jeremy Allison | 1 | -1/+2 |
1998-11-14 | automatically uppercase server and share names (win95 won't handle | Andrew Tridgell | 1 | -6/+6 |
1998-11-14 | Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe... | Jeremy Allison | 1 | -3/+3 |
1998-11-12 | largely rewrote smbpasswd so that the code is understandable. This | Andrew Tridgell | 1 | -1/+1 |
1998-10-04 | use *SMBSERVER convention in smbwrapper to allow us to connect to | Andrew Tridgell | 1 | -1/+1 |
1998-09-05 | tridge the destroyer returns! | Andrew Tridgell | 1 | -2/+1 |
1998-08-31 | cast the qsort to prevent warnings | Andrew Tridgell | 1 | -1/+1 |
1998-08-30 | changed the way that name query records are sorted in replies. They | Andrew Tridgell | 1 | -0/+44 |
1998-08-28 | This checking fixes the statcache bug that stopped NetBench from running | Jeremy Allison | 1 | -1/+1 |
1998-08-17 | much cleaner chain pointer handling for both files and pipes. | Andrew Tridgell | 1 | -2/+0 |
1998-08-14 | this is the bug change to using connection_struct* instead of cnum. | Andrew Tridgell | 1 | -1/+1 |
1998-08-03 | I finished removing timestring() calls from DEBUG() messages. Also went | Christopher R. Hertel | 1 | -36/+41 |
1998-07-31 | As per a Andrew's message, I went through and removed the timestring() | Christopher R. Hertel | 1 | -4/+4 |
1998-07-14 | Added strupper() function call to up-case the scope field in the | Christopher R. Hertel | 1 | -6/+7 |
1998-06-27 | nisppass.c: Fixed incorrect parameter usage. | Jeremy Allison | 1 | -0/+1 |
1998-05-13 | test for overflow in nmb name parsing code | Andrew Tridgell | 1 | -1/+1 |
1998-05-12 | This is a security audit change of the main source. | Jeremy Allison | 1 | -2/+2 |
1998-05-11 | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 1 | -2/+2 |