summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | replace inet_aton with inet_addr()Gerald Carter2002-08-271-1/+1
* | Merge ip address overwrite fix from HEAD.Jeremy Allison2002-08-191-1/+1
* | removed two unneeded files after Richard backed out these changes.Gerald Carter2002-07-292-476/+0
* | Revert libsmbclient.cRichard Sharpe2002-07-101-816/+774
* | Add two more files for the new libsmbclient ...Richard Sharpe2002-07-012-0/+476
* | Include the patches by Tom Jansen. I have fixed a couple of problems, and itRichard Sharpe2002-07-013-774/+835
* | The 17-bit length field in the header contains the number ofChristopher R. Hertel2002-07-011-1/+8
* | Using 1 for a tdb hash size makes for slow inserts....Jeremy Allison2002-06-271-1/+1
* | Missing STR_CONVERT's. Think I have them all now.Jeremy Allison2002-06-071-15/+15
* | Add more missing STR_CONVERT's.Jeremy Allison2002-06-073-8/+8
* | When using new cli_push interface, we must use STR_CONVERT to convert fromJeremy Allison2002-06-071-14/+14
* | More fixes from Juergen Hasch for I18N - slightly modified.Jeremy Allison2002-06-061-1/+8
* | Modified version of patch from Juergen Hasch <Hasch@t-online.de> to codeJeremy Allison2002-06-052-10/+10
* | Fixes from Paul_GreenVOS@vos.stratus.com for POSIX comformance.Jeremy Allison2002-06-031-2/+2
* | fixes for warnings from Sun's compiler. Submitted by Richard B.Gerald Carter2002-05-162-4/+4
* | Fix typo in printf format string (everyone really should use the gcc -WallJeremy Allison2002-05-141-1/+1
* | Add support for returning NMB Flags ...Richard Sharpe2002-05-141-3/+19
* | Make sure that dns_to_netbios_name generates a reasonable NetBIOS name.Richard Sharpe2002-05-071-1/+5
* | Fix some aspects of name translation in namequery.cRichard Sharpe2002-05-051-8/+31
* | Fixed some spelling errors in namequery.c :-) in prep to fixing some problemsRichard Sharpe2002-05-041-4/+4
* | Merge of dos_errstr() stuff from HEAD to give us pretty-printed WERRORTim Potter2002-04-241-12/+0
* | 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