summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2002-04-10Added cli_spoolss_enumjobs() function.Tim Potter1-0/+52
2002-04-09Added WERR_INVALID_FORM_NAME constant.Tim Potter1-0/+1
2002-04-06Always pass NT password as well as Lanman.Jeremy Allison1-1/+1
2002-04-04small change in name_resolve_bcast()Jean-François Micouleau1-1/+1
2002-04-04If compiling with Insure, mallocate a byte of memory and attach it to theTim Potter2-1/+33
2002-04-04oopsTim Potter1-1/+1
2002-04-04Fixed memory leak in cli_lsa_enum_trust_dom(). Use talloc_strdup() insteadTim Potter1-1/+1
2002-04-02some mergee from SAMBA_2_2. Does compile, but needs some more testing.Gerald Carter1-208/+266
2002-03-23Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett2-12/+12
2002-03-20Correctly increment offset in cli_smbwrite.Jeremy Allison1-0/+2
2002-03-20Test against W2K that we're doing large read/writes correctly (we are).Jeremy Allison1-0/+9
2002-03-19Don't try to sort a list of zero length in internal_resolve_name()Tim Potter1-1/+1
2002-03-17Added dos_errstr() function. Not all errors in list yet.Tim Potter2-12/+88
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter7-10/+10
2002-03-15this tdb was being opened without locking, which is unsafe for sharedAndrew Tridgell1-2/+2
2002-03-14getpid() -> sys_getpid()Tim Potter1-1/+1
2002-03-11added cli_locktype() for testing different lockingX lock typesAndrew Tridgell1-0/+54
2002-03-10better handling of a zero timeout in cli_lockAndrew Tridgell1-2/+6
2002-03-08Added case statment for decoding enumprinters level 0 result.Tim Potter1-0/+4
2002-03-06Removed duplicate \n from debug message.Tim Potter1-21/+13
2002-03-05Fix error return.Jeremy Allison1-1/+1
2002-03-02Allow Samba to trust NT4 Domains.Andrew Bartlett2-7/+9
2002-03-02Add a dash of const here and there...Andrew Bartlett2-6/+6
2002-03-01The beginning of trusted and trusting domain support fromAndrew Bartlett1-0/+112
2002-03-01Another comment fix for mirmirAndrew Bartlett1-1/+1
2002-02-28Ensure that winbindd and smbd both use identical logic to find dc's.Jeremy Allison1-8/+8
2002-02-27Fixed dumb typo caught by Herb.Jeremy Allison1-1/+1
2002-02-26bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison2-3/+3
2002-02-25Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter1-6/+160
2002-02-21added cli_qfilename(), used in trans2 torture testAndrew Tridgell1-0/+43
2002-02-20This fixes a bug (spotted by Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>)Andrew Bartlett1-4/+9
2002-02-20Converted remaining spoolss rpcclient functions to werror/needed/offered.Tim Potter1-150/+128
2002-02-19Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede.Tim Potter1-49/+45
2002-02-19Added cli_spoolss_initialise() function.Tim Potter1-61/+72
2002-02-15Try not to malloc -1 bytes (apx 4GB) when the data is already in error.Andrew Bartlett1-2/+12
2002-02-13merge from 2.2Gerald Carter2-2/+7
2002-02-05fixed a bug in qpathinfo client codeAndrew Tridgell1-4/+6
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+1
2002-01-31Added addform, setform and deleteform cli functions.Tim Potter1-0/+164
2002-01-30Removed version number from file header.Tim Potter40-77/+39
2002-01-28Name another talloc.Andrew Bartlett1-1/+1
2002-01-26Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett1-2/+2
2002-01-26Fix up a security issue with the way we handle domain groups retuned on theAndrew Bartlett1-9/+15
2002-01-25Removed unused static variable.Tim Potter1-1/+0
2002-01-22Add more string explanations of RAP errors that are already documentedMartin Pool1-8/+17
2002-01-20Spelling fixes.Tim Potter1-0/+2
2002-01-20Fix a couple of memory leaks in the cli_establish_connection() code's failureAndrew Bartlett1-0/+2
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-10/+18
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett1-3/+3
2002-01-17Made a debug look nicer.Tim Potter1-1/+2