summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-1711-70/+120
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-3026-632/+1908
* This commit was manufactured by cvs2svn to create branchcvs2svn Import User2002-04-241-0/+90
|\
| * This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2002-04-241-0/+90
| |\
| | * Added constant and message for invalid security descriptor dos error.Tim Potter2002-04-241-0/+1
| | * My seven-year-old daughter calls me 'Captain Pedantic'. I don't know whichChristopher R. Hertel2002-04-221-2/+13
| | * fixed a namequery bug caused by my recent string length patchesAndrew Tridgell2002-04-191-1/+1
| | * libsmb/cli_netlogon.c: Fixed confusing debug messages.Jeremy Allison2002-04-171-4/+4
| | * better handling of DOS LANMAN2.1 protocolAndrew Tridgell2002-04-151-4/+18
| | * The cli_lsa_lookup_{names,sids} functions were returning uselessTim Potter2002-04-141-20/+21
| | * Added error string for STATUS_SOME_UNMAPPEDTim Potter2002-04-141-0/+1
| | * Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2002-04-141-1/+1
| | * Added cli_spoolss_enumjobs() function.Tim Potter2002-04-101-0/+52
| | * Added WERR_INVALID_FORM_NAME constant.Tim Potter2002-04-091-0/+1
| | * Always pass NT password as well as Lanman.Jeremy Allison2002-04-061-1/+1
| | * small change in name_resolve_bcast()Jean-François Micouleau2002-04-041-1/+1
| | * If compiling with Insure, mallocate a byte of memory and attach it to theTim Potter2002-04-042-1/+33
| | * oopsTim Potter2002-04-041-1/+1
| | * Fixed memory leak in cli_lsa_enum_trust_dom(). Use talloc_strdup() insteadTim Potter2002-04-041-1/+1
| | * some mergee from SAMBA_2_2. Does compile, but needs some more testing.Gerald Carter2002-04-021-208/+266
| | * Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett2002-03-232-12/+12
| | * Correctly increment offset in cli_smbwrite.Jeremy Allison2002-03-201-0/+2
| | * Test against W2K that we're doing large read/writes correctly (we are).Jeremy Allison2002-03-201-0/+9
| | * Don't try to sort a list of zero length in internal_resolve_name()Tim Potter2002-03-191-1/+1
| | * Added dos_errstr() function. Not all errors in list yet.Tim Potter2002-03-172-12/+88
| | * Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-177-10/+10
| | * this tdb was being opened without locking, which is unsafe for sharedAndrew Tridgell2002-03-151-2/+2
| | * getpid() -> sys_getpid()Tim Potter2002-03-141-1/+1
| | * added cli_locktype() for testing different lockingX lock typesAndrew Tridgell2002-03-111-0/+54
| | * better handling of a zero timeout in cli_lockAndrew Tridgell2002-03-101-2/+6
| | * Added case statment for decoding enumprinters level 0 result.Tim Potter2002-03-081-0/+4
| | * Removed duplicate \n from debug message.Tim Potter2002-03-061-21/+13
| | * Fix error return.Jeremy Allison2002-03-051-1/+1
| | * Allow Samba to trust NT4 Domains.Andrew Bartlett2002-03-022-7/+9
| | * Add a dash of const here and there...Andrew Bartlett2002-03-022-6/+6
| | * The beginning of trusted and trusting domain support fromAndrew Bartlett2002-03-011-0/+112
| | * Another comment fix for mirmirAndrew Bartlett2002-03-011-1/+1
| | * Ensure that winbindd and smbd both use identical logic to find dc's.Jeremy Allison2002-02-281-8/+8
| | * Fixed dumb typo caught by Herb.Jeremy Allison2002-02-271-1/+1
| | * bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison2002-02-262-3/+3
| | * Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter2002-02-251-6/+160
| | * added cli_qfilename(), used in trans2 torture testAndrew Tridgell2002-02-211-0/+43
| | * This fixes a bug (spotted by Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>)Andrew Bartlett2002-02-201-4/+9
| | * Converted remaining spoolss rpcclient functions to werror/needed/offered.Tim Potter2002-02-201-150/+128
| | * Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede.Tim Potter2002-02-191-49/+45
| | * Added cli_spoolss_initialise() function.Tim Potter2002-02-191-61/+72
| | * Try not to malloc -1 bytes (apx 4GB) when the data is already in error.Andrew Bartlett2002-02-151-2/+12
| | * merge from 2.2Gerald Carter2002-02-132-2/+7
| | * fixed a bug in qpathinfo client codeAndrew Tridgell2002-02-051-4/+6
| | * Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+1