Age | Commit message (Expand) | Author | Files | Lines |
2002-04-04 | If compiling with Insure, mallocate a byte of memory and attach it to the | Tim Potter | 2 | -1/+33 |
2002-04-04 | oops | Tim Potter | 1 | -1/+1 |
2002-04-04 | Fixed memory leak in cli_lsa_enum_trust_dom(). Use talloc_strdup() instead | Tim Potter | 1 | -1/+1 |
2002-04-02 | some mergee from SAMBA_2_2. Does compile, but needs some more testing. | Gerald Carter | 1 | -208/+266 |
2002-03-23 | Make a number of the lookup tables 'const'. I'm told this assists in sharing | Andrew Bartlett | 2 | -12/+12 |
2002-03-20 | Correctly increment offset in cli_smbwrite. | Jeremy Allison | 1 | -0/+2 |
2002-03-20 | Test against W2K that we're doing large read/writes correctly (we are). | Jeremy Allison | 1 | -0/+9 |
2002-03-19 | Don't try to sort a list of zero length in internal_resolve_name() | Tim Potter | 1 | -1/+1 |
2002-03-17 | Added dos_errstr() function. Not all errors in list yet. | Tim Potter | 2 | -12/+88 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 7 | -10/+10 |
2002-03-15 | this tdb was being opened without locking, which is unsafe for shared | Andrew Tridgell | 1 | -2/+2 |
2002-03-14 | getpid() -> sys_getpid() | Tim Potter | 1 | -1/+1 |
2002-03-11 | added cli_locktype() for testing different lockingX lock types | Andrew Tridgell | 1 | -0/+54 |
2002-03-10 | better handling of a zero timeout in cli_lock | Andrew Tridgell | 1 | -2/+6 |
2002-03-08 | Added case statment for decoding enumprinters level 0 result. | Tim Potter | 1 | -0/+4 |
2002-03-06 | Removed duplicate \n from debug message. | Tim Potter | 1 | -21/+13 |
2002-03-05 | Fix error return. | Jeremy Allison | 1 | -1/+1 |
2002-03-02 | Allow Samba to trust NT4 Domains. | Andrew Bartlett | 2 | -7/+9 |
2002-03-02 | Add a dash of const here and there... | Andrew Bartlett | 2 | -6/+6 |
2002-03-01 | The beginning of trusted and trusting domain support from | Andrew Bartlett | 1 | -0/+112 |
2002-03-01 | Another comment fix for mirmir | Andrew Bartlett | 1 | -1/+1 |
2002-02-28 | Ensure that winbindd and smbd both use identical logic to find dc's. | Jeremy Allison | 1 | -8/+8 |
2002-02-27 | Fixed dumb typo caught by Herb. | Jeremy Allison | 1 | -1/+1 |
2002-02-26 | bcopy must DIE ! Stop people creeping use of bcopy back into the code | Jeremy Allison | 2 | -3/+3 |
2002-02-25 | Implemented client side functions for SPOOLSS addform, getform, setform and | Tim Potter | 1 | -6/+160 |
2002-02-21 | added cli_qfilename(), used in trans2 torture test | Andrew Tridgell | 1 | -0/+43 |
2002-02-20 | This fixes a bug (spotted by Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>) | Andrew Bartlett | 1 | -4/+9 |
2002-02-20 | Converted remaining spoolss rpcclient functions to werror/needed/offered. | Tim Potter | 1 | -150/+128 |
2002-02-19 | Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede. | Tim Potter | 1 | -49/+45 |
2002-02-19 | Added cli_spoolss_initialise() function. | Tim Potter | 1 | -61/+72 |
2002-02-15 | Try not to malloc -1 bytes (apx 4GB) when the data is already in error. | Andrew Bartlett | 1 | -2/+12 |
2002-02-13 | merge from 2.2 | Gerald Carter | 2 | -2/+7 |
2002-02-05 | fixed a bug in qpathinfo client code | Andrew Tridgell | 1 | -4/+6 |
2002-01-31 | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 1 | -1/+1 |
2002-01-31 | Added addform, setform and deleteform cli functions. | Tim Potter | 1 | -0/+164 |
2002-01-30 | Removed version number from file header. | Tim Potter | 40 | -77/+39 |
2002-01-28 | Name another talloc. | Andrew Bartlett | 1 | -1/+1 |
2002-01-26 | Back out some of the less well thought out ideas from last weeks work on | Andrew Bartlett | 1 | -2/+2 |
2002-01-26 | Fix up a security issue with the way we handle domain groups retuned on the | Andrew Bartlett | 1 | -9/+15 |
2002-01-25 | Removed unused static variable. | Tim Potter | 1 | -1/+0 |
2002-01-22 | Add more string explanations of RAP errors that are already documented | Martin Pool | 1 | -8/+17 |
2002-01-20 | Spelling fixes. | Tim Potter | 1 | -0/+2 |
2002-01-20 | Fix a couple of memory leaks in the cli_establish_connection() code's failure | Andrew Bartlett | 1 | -0/+2 |
2002-01-20 | This patch makes the 'winbind use default domain' code interact better with | Andrew Bartlett | 1 | -10/+18 |
2002-01-18 | This is the 'winbind default domain' patch from Alexander Bokovoy | Andrew Bartlett | 1 | -3/+3 |
2002-01-17 | Made a debug look nicer. | Tim Potter | 1 | -1/+2 |
2002-01-17 | fixed a typo in the error map for WRONG_PASSWORD | Andrew Tridgell | 1 | -1/+1 |
2002-01-16 | Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2. | Jeremy Allison | 1 | -2/+2 |
2002-01-16 | Fixup error mapping so we have only one table containing errno -> dos error -... | Jeremy Allison | 1 | -0/+1 |
2002-01-16 | Added CIFS UNIX extension code to client. | Jeremy Allison | 1 | -0/+164 |