Age | Commit message (Expand) | Author | Files | Lines |
2004-03-13 | Ensure we don't truncate strcmps to nstring anymore... | Jeremy Allison | 1 | -1/+4 |
2004-03-13 | Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ... | Jeremy Allison | 1 | -11/+17 |
2004-03-13 | First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to | Jeremy Allison | 1 | -805/+854 |
2004-03-12 | if we are truncating to the . we need to start at the beginning in case | Herb Lewis | 1 | -1/+1 |
2003-08-27 | Fix the character set handling properly in nmbd. Also fix bug where | Jeremy Allison | 1 | -2/+1 |
2003-08-22 | Use correct size (17 not 16) when doing a push_ascii(). Ensure that | Jeremy Allison | 1 | -1/+1 |
2003-08-22 | Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX. | Jeremy Allison | 1 | -13/+16 |
2003-07-27 | Try again to fix up 'session request' name exchange. This time we actualy | Andrew Bartlett | 1 | -3/+3 |
2003-07-27 | Some small fixes to our charset conversion code: | Andrew Bartlett | 1 | -4/+8 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -1/+1 |
2003-06-06 | fixed a pstrcpy() that is not on a pstring | Andrew Tridgell | 1 | -1/+1 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | 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-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -2/+2 |
2002-04-22 | Copying commit from HEAD. | 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 |