summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-03-22Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison3-33/+24
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison35-871/+220
2000-03-22disabled the getgrent() code recently added that returns all unix groupsLuke Leighton1-0/+17
2000-03-22disabled code from HP that replaced get_sampwd_entries() withLuke Leighton1-1/+26
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton25-0/+631
2000-03-21indent update to make t easier to see setuid mods in TNG. someLuke Leighton5-1187/+1492
2000-03-21Added preliminary user list code from HP. Needs to be made dynamicJeremy Allison1-20/+252
2000-03-20Fix from christoph.pfisterer@rwg.de for large directory listing to OS/2Jeremy Allison1-2/+2
2000-03-16Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison5-5/+78
2000-03-16removed extra arguements from make_nmb_name callsHerb Lewis1-3/+3
2000-03-16fix a bug in enumprinterdriversJean-François Micouleau1-6/+14
2000-03-15Fix from NAKAJI Hiroyuki for a trailing '\n\ in asctime.Jeremy Allison1-0/+2
2000-03-14Fixed parsing issue with HP printer defs reported by HP.Jeremy Allison1-26/+62
2000-03-13Adding libtool support to HEAD branch. We're going to need this forTim Potter7-597/+8621
2000-03-13include/smb.h:Jeremy Allison5-26/+97
2000-03-13oops ! forgot smb.h in last commitJean-François Micouleau6-3/+67
2000-03-13Cleaning up call_trans2getdfsreferral.Shirish Kalele1-1/+0
2000-03-13Cleaned up call_trans2getdfsreferral for when MS_DFS is not defined.Shirish Kalele2-3/+146
2000-03-13small fix for addprinterex at level 2Jean-François Micouleau1-10/+8
2000-03-13Interim fix for LPRng. If a lpq parsed line start with a space, we skipJean-François Micouleau1-0/+8
2000-03-13parse correctly getprinterdriver2Jean-François Micouleau5-55/+63
2000-03-13moved #endif to end of function to compile when dfs is disabled.Jean-François Micouleau1-1/+1
2000-03-13Added standard shell command thing using '!' as first character.Tim Potter1-41/+49
2000-03-11Fix stupid logic bug in detecting start-of-pdu in writeX on pipe.Jeremy Allison1-1/+2
2000-03-11You *must* use O_EXCL when using mktemp (security issue).Jeremy Allison1-1/+1
2000-03-10Cleaned up unused variables, returns from non-void functions etc.Shirish Kalele3-17/+5
2000-03-10Cleaning warnings from configure.developerShirish Kalele2-31/+31
2000-03-10Cleaning up the warnings from configure.developer.Shirish Kalele5-13/+9
2000-03-10Fix for names with spaces and some I18N filename issues fromJeremy Allison1-10/+11
2000-03-10Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison9-100/+149
2000-03-10you know, when you do a cvs commit, you _really_ expect it to actually work.Luke Leighton3-33/+34
2000-03-10getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau11-250/+457
2000-03-10removed unused variableJean-François Micouleau2-2/+0
2000-03-10restore the spoolss pipe as Jeremy replaced srv_pipe with the one fromJean-François Micouleau1-0/+1
2000-03-10indent went wrong. grr.Luke Leighton1-226/+357
2000-03-09computer too slow to compile with debug info (100mins), but i need all theLuke Leighton1-0/+3
2000-03-09Not used. Functionality folded back into rpc_server/srv_pipe.c (where itJeremy Allison1-1181/+0
2000-03-09Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison12-211/+1679
2000-03-09Fixups for Win2K security descriptors from the 2.0.x branch.Jeremy Allison1-26/+60
2000-03-09Corrected DEBUG messages.Shirish Kalele2-6/+10
2000-03-08dded Microsoft Dfs services.Shirish Kalele21-662/+2045
2000-03-07added a tcon test: make two tconXs with the same user/pass, open a fileLuke Leighton2-1/+73
2000-03-07Enumprinters level 1: reply *exactly* like an NT serverJean-François Micouleau2-102/+127
2000-03-07fixed enumprinterdata.Jean-François Micouleau3-14/+20
2000-03-06changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau7-290/+190
2000-03-02Tidied up fchown code, error reporting.Jeremy Allison1-3/+9
2000-03-02Correctly full buffer smbpasswd i/o streams.Jeremy Allison1-1/+1
2000-03-02Update last changed time for new password entry.Jeremy Allison1-0/+1
2000-03-02Fixed bugs with -x smbpasswd entry. Thanks to Bruce Tenison <btenison@dibbs.n...Jeremy Allison1-20/+21
2000-03-01Off by one error in detecting Win2k unicode bug.Jeremy Allison1-1/+1