summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * load smb.conf and interfaces in masktest (to allow for netbios nameAndrew Tridgell2000-03-261-0/+4
| * rpc_parse/parse_spoolss.c: Added checks on mallocs/overflow checks on all prs_xxJeremy Allison2000-03-252-165/+375
| * Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison2000-03-223-33/+24
| * acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-2235-871/+220
| * disabled the getgrent() code recently added that returns all unix groupsLuke Leighton2000-03-221-0/+17
| * disabled code from HP that replaced get_sampwd_entries() withLuke Leighton2000-03-221-1/+26
| * added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-2225-0/+631
| * indent update to make t easier to see setuid mods in TNG. someLuke Leighton2000-03-215-1187/+1492
| * Added preliminary user list code from HP. Needs to be made dynamicJeremy Allison2000-03-211-20/+252
| * Fix from christoph.pfisterer@rwg.de for large directory listing to OS/2Jeremy Allison2000-03-201-2/+2
| * Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison2000-03-165-5/+78
| * removed extra arguements from make_nmb_name callsHerb Lewis2000-03-161-3/+3
| * fix a bug in enumprinterdriversJean-François Micouleau2000-03-161-6/+14
| * use parameters to minimize changes in samba for irix release versionHerb Lewis2000-03-161-70/+103
| * use proper parameter names instead of alias namesHerb Lewis2000-03-161-11/+16
| * Fix from NAKAJI Hiroyuki for a trailing '\n\ in asctime.Jeremy Allison2000-03-151-0/+2
| * Fixed parsing issue with HP printer defs reported by HP.Jeremy Allison2000-03-141-26/+62
| * Adding libtool support to HEAD branch. We're going to need this forTim Potter2000-03-137-597/+8621
| * include/smb.h:Jeremy Allison2000-03-135-26/+97
| * oops ! forgot smb.h in last commitJean-François Micouleau2000-03-136-3/+67
| * Cleaning up call_trans2getdfsreferral.Shirish Kalele2000-03-131-1/+0
| * Cleaned up call_trans2getdfsreferral for when MS_DFS is not defined.Shirish Kalele2000-03-132-3/+146
| * small fix for addprinterex at level 2Jean-François Micouleau2000-03-131-10/+8
| * Interim fix for LPRng. If a lpq parsed line start with a space, we skipJean-François Micouleau2000-03-131-0/+8
| * parse correctly getprinterdriver2Jean-François Micouleau2000-03-135-55/+63
| * moved #endif to end of function to compile when dfs is disabled.Jean-François Micouleau2000-03-131-1/+1
| * Added standard shell command thing using '!' as first character.Tim Potter2000-03-131-41/+49
| * Fix stupid logic bug in detecting start-of-pdu in writeX on pipe.Jeremy Allison2000-03-111-1/+2
| * You *must* use O_EXCL when using mktemp (security issue).Jeremy Allison2000-03-111-1/+1
| * Cleaned up unused variables, returns from non-void functions etc.Shirish Kalele2000-03-103-17/+5
| * Cleaning warnings from configure.developerShirish Kalele2000-03-102-31/+31
| * Cleaning up the warnings from configure.developer.Shirish Kalele2000-03-105-13/+9
| * Fix for names with spaces and some I18N filename issues fromJeremy Allison2000-03-101-10/+11
| * Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison2000-03-109-100/+149
| * you know, when you do a cvs commit, you _really_ expect it to actually work.Luke Leighton2000-03-103-33/+34
| * getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau2000-03-1011-250/+457
| * removed unused variableJean-François Micouleau2000-03-102-2/+0
| * restore the spoolss pipe as Jeremy replaced srv_pipe with the one fromJean-François Micouleau2000-03-101-0/+1
| * indent went wrong. grr.Luke Leighton2000-03-101-226/+357
| * computer too slow to compile with debug info (100mins), but i need all theLuke Leighton2000-03-091-0/+3
| * Not used. Functionality folded back into rpc_server/srv_pipe.c (where itJeremy Allison2000-03-091-1181/+0
| * Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison2000-03-0912-211/+1679
| * Fixups for Win2K security descriptors from the 2.0.x branch.Jeremy Allison2000-03-091-26/+60
| * Corrected DEBUG messages.Shirish Kalele2000-03-092-6/+10
| * dded Microsoft Dfs services.Shirish Kalele2000-03-0821-662/+2045
| * added a tcon test: make two tconXs with the same user/pass, open a fileLuke Leighton2000-03-072-1/+73
| * Enumprinters level 1: reply *exactly* like an NT serverJean-François Micouleau2000-03-072-102/+127
| * fixed enumprinterdata.Jean-François Micouleau2000-03-073-14/+20
| * changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau2000-03-067-290/+190
| * Tidied up fchown code, error reporting.Jeremy Allison2000-03-021-3/+9