summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up a few unused functions, add a bit of static etc.Andrew Bartlett2002-05-252-2/+3
* Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett2002-05-241-5/+6
* This function is unused, and doesn't make any sense to me anyway.Andrew Bartlett2002-05-231-17/+0
* Given Jeremy's positive response, and a lack of one from tpot, I'll commitAndrew Bartlett2002-05-2311-434/+19
* Move client_receive_smb to clientgen.c as a static, as proposed by Elrond.Andrew Bartlett2002-05-182-26/+62
* A few more trusted domains updates from mimir.Andrew Bartlett2002-05-172-9/+23
* This removes --with-ssl from Samba.Andrew Bartlett2002-05-172-17/+0
* NT sends the server name prepended with \\ for a enumerate printers RPCTim Potter2002-05-171-2/+2
* Changes to allow head to translate NMB flags ...Richard Sharpe2002-05-171-3/+19
* Added deleteprinterdata client rpc.Tim Potter2002-05-141-0/+45
* Added writeprinter rpc command.Tim Potter2002-05-141-0/+49
* Added getprinterdata and enumprinterdata rpc client routines.Tim Potter2002-05-141-42/+186
* RPC client function for startdocprinter and enddocprinter.Tim Potter2002-05-131-2/+101
* Added client side spoolss rpc commands for startpageprinter,Tim Potter2002-05-081-0/+200
* Added cli_spoolss_enumjobs() function.Tim Potter2002-05-071-3/+46
* DOS error 1307 is returned when an invalid owner for a security descriptorTim Potter2002-05-071-0/+1
* 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