Age | Commit message (Expand) | Author | Files | Lines |
2001-03-10 | converted reply_open, reply_open_and_x and reply_fclose | Andrew Tridgell | 1 | -8/+11 |
2001-03-10 | started support for unicode on the wire in smbd. Using a very similar | Andrew Tridgell | 5 | -37/+235 |
2001-03-10 | to use the same macros in the client and server rename the CLISTR_ | Andrew Tridgell | 10 | -511/+522 |
2001-03-10 | More documentation in the header in doxygen format | Richard Sharpe | 1 | -3/+12 |
2001-03-09 | Missed some prs_inits. | Jeremy Allison | 2 | -29/+29 |
2001-03-09 | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 24 | -242/+514 |
2001-03-09 | merge of 'lanman auth' and 'min protocol' from 2.2 | Gerald Carter | 4 | -12/+35 |
2001-03-09 | Bulk add of the test suite for libsmbclient ... | Richard Sharpe | 146 | -0/+11354 |
2001-03-09 | More SGI type fixes ... | Richard Sharpe | 1 | -5/+7 |
2001-03-09 | Fixes to testsmbc to ensure it will compile on SGI ... | Richard Sharpe | 1 | -18/+31 |
2001-03-08 | Fixed double fclose() call (I love insure :-). | Jeremy Allison | 1 | -2/+0 |
2001-03-08 | Fix for AS/U not liking it's own assoc_gid. | Jeremy Allison | 1 | -1/+1 |
2001-03-07 | Sync up handle creation with 2.2 branch. We can now join AS/U domains and | Jeremy Allison | 13 | -79/+67 |
2001-03-07 | Fix the definition and implementation of smbc_lseekdir ... | Richard Sharpe | 2 | -74/+89 |
2001-03-06 | Implement smbc_lseekdir, but it will have to change ... because it has the | Richard Sharpe | 1 | -1/+52 |
2001-03-05 | smb.h: add one error code for no such printer job | Richard Sharpe | 2 | -3/+29 |
2001-03-03 | Fixed up overrun read when marshelling SYSTEMTIME struct. This was a subtle o... | Jeremy Allison | 1 | -2/+4 |
2001-03-03 | Roll back to using malloc/realloc on some of spoolss in head. | Jeremy Allison | 5 | -100/+79 |
2001-03-02 | Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes. | Jeremy Allison | 4 | -10/+9 |
2001-03-02 | Arrgggh. Returning the SPOOL_INFO stuff requires that the realloced | Jeremy Allison | 1 | -23/+36 |
2001-03-02 | Move to talloc controlled NT forms. | Jeremy Allison | 3 | -43/+50 |
2001-03-01 | Fix two problems identified by the test suite, one a major one | Richard Sharpe | 1 | -3/+61 |
2001-03-01 | Fixed compiler warning. | Tim Potter | 1 | -4/+4 |
2001-03-01 | Fixed a couple of getpwXX calls that were not going through the sys_getpwXX | Jeremy Allison | 2 | -4/+4 |
2001-03-01 | Don't return stack structures... | Jeremy Allison | 1 | -12/+18 |
2001-03-01 | Fix memory leaks introduced in restructure. | Jeremy Allison | 1 | -15/+13 |
2001-03-01 | When opening a printserver use a global snum of -1. | Jeremy Allison | 1 | -2/+2 |
2001-03-01 | rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring. | Jeremy Allison | 2 | -9/+24 |
2001-03-01 | Remove unused code. | Jeremy Allison | 3 | -124/+6 |
2001-03-01 | Ensure that SPOOL_NOTIFY_OPTION structs are safely copied out of the talloc | Jeremy Allison | 1 | -14/+62 |
2001-02-28 | Finished converion of spoolss code to canonical format. Now to work on the | Jeremy Allison | 3 | -163/+215 |
2001-02-28 | Fix for stack return from "Jim McDonough" <jmcdough@hotmail.com>. | Jeremy Allison | 1 | -3/+8 |
2001-02-28 | autogen stuff | Gerald Carter | 2 | -3/+3 |
2001-02-28 | fixed typo | Gerald Carter | 1 | -1/+1 |
2001-02-28 | updated Makefile to generate howto's and the FAQ | Gerald Carter | 1 | -3/+25 |
2001-02-28 | added so that it is not necessary for autoconf to be locally installed | Gerald Carter | 1 | -0/+1026 |
2001-02-28 | some updates and reorganization | Gerald Carter | 2 | -0/+0 |
2001-02-28 | More converted to canonical format. Home now - do the rest tomorrow... | Jeremy Allison | 3 | -98/+122 |
2001-02-28 | Converted more to canonical format... save as I go., | Jeremy Allison | 3 | -35/+44 |
2001-02-28 | Ooops - forgot to check the rpcclient and smbcacls compile with the new | Jeremy Allison | 5 | -35/+38 |
2001-02-28 | Partial conversion of SPOOLSS code to canonical format. More to follow. | Jeremy Allison | 3 | -76/+107 |
2001-02-28 | Move to talloc control of SPOOL_XXX structs. Move to talloc control of | Jeremy Allison | 13 | -707/+451 |
2001-02-27 | more updates and autogen | Gerald Carter | 4 | -309/+1123 |
2001-02-27 | Fixes from Toomas Soome <tsoome@ut.ee> code unicode problems, plus | Jeremy Allison | 2 | -79/+86 |
2001-02-27 | autogen | Gerald Carter | 1 | -127/+363 |
2001-02-27 | another conversion | Gerald Carter | 1 | -0/+168 |
2001-02-27 | Don't marshal data from a stack frame..... | Jeremy Allison | 1 | -8/+14 |
2001-02-27 | Added total memory allocated counter to talloc, so we can tell if a talloc | Jeremy Allison | 8 | -60/+134 |
2001-02-27 | Hmmm. I thought I'd added these files to CVS head..... | Jeremy Allison | 3 | -0/+3673 |
2001-02-27 | better handling of '.' | Andrew Tridgell | 1 | -15/+17 |