Age | Commit message (Expand) | Author | Files | Lines |
2000-03-20 | Fix from christoph.pfisterer@rwg.de for large directory listing to OS/2 | Jeremy Allison | 1 | -2/+2 |
2000-03-16 | Fixes to add "paranoid" option to popen. Checks some basic things. | Jeremy Allison | 5 | -5/+78 |
2000-03-16 | removed extra arguements from make_nmb_name calls | Herb Lewis | 1 | -3/+3 |
2000-03-16 | fix a bug in enumprinterdrivers | Jean-François Micouleau | 1 | -6/+14 |
2000-03-16 | use parameters to minimize changes in samba for irix release version | Herb Lewis | 1 | -70/+103 |
2000-03-16 | use proper parameter names instead of alias names | Herb Lewis | 1 | -11/+16 |
2000-03-15 | Fix from NAKAJI Hiroyuki for a trailing '\n\ in asctime. | Jeremy Allison | 1 | -0/+2 |
2000-03-14 | Fixed parsing issue with HP printer defs reported by HP. | Jeremy Allison | 1 | -26/+62 |
2000-03-13 | Adding libtool support to HEAD branch. We're going to need this for | Tim Potter | 7 | -597/+8621 |
2000-03-13 | include/smb.h: | Jeremy Allison | 5 | -26/+97 |
2000-03-13 | oops ! forgot smb.h in last commit | Jean-François Micouleau | 6 | -3/+67 |
2000-03-13 | Cleaning up call_trans2getdfsreferral. | Shirish Kalele | 1 | -1/+0 |
2000-03-13 | Cleaned up call_trans2getdfsreferral for when MS_DFS is not defined. | Shirish Kalele | 2 | -3/+146 |
2000-03-13 | small fix for addprinterex at level 2 | Jean-François Micouleau | 1 | -10/+8 |
2000-03-13 | Interim fix for LPRng. If a lpq parsed line start with a space, we skip | Jean-François Micouleau | 1 | -0/+8 |
2000-03-13 | parse correctly getprinterdriver2 | Jean-François Micouleau | 5 | -55/+63 |
2000-03-13 | moved #endif to end of function to compile when dfs is disabled. | Jean-François Micouleau | 1 | -1/+1 |
2000-03-13 | Added standard shell command thing using '!' as first character. | Tim Potter | 1 | -41/+49 |
2000-03-11 | Fix stupid logic bug in detecting start-of-pdu in writeX on pipe. | Jeremy Allison | 1 | -1/+2 |
2000-03-11 | You *must* use O_EXCL when using mktemp (security issue). | Jeremy Allison | 1 | -1/+1 |
2000-03-10 | Cleaned up unused variables, returns from non-void functions etc. | Shirish Kalele | 3 | -17/+5 |
2000-03-10 | Cleaning warnings from configure.developer | Shirish Kalele | 2 | -31/+31 |
2000-03-10 | Cleaning up the warnings from configure.developer. | Shirish Kalele | 5 | -13/+9 |
2000-03-10 | Fix for names with spaces and some I18N filename issues from | Jeremy Allison | 1 | -10/+11 |
2000-03-10 | Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint... | Jeremy Allison | 9 | -100/+149 |
2000-03-10 | you know, when you do a cvs commit, you _really_ expect it to actually work. | Luke Leighton | 3 | -33/+34 |
2000-03-10 | getprinter level 0: was to short, found most of the fields, undocumented, | Jean-François Micouleau | 11 | -250/+457 |
2000-03-10 | removed unused variable | Jean-François Micouleau | 2 | -2/+0 |
2000-03-10 | restore the spoolss pipe as Jeremy replaced srv_pipe with the one from | Jean-François Micouleau | 1 | -0/+1 |
2000-03-10 | indent went wrong. grr. | Luke Leighton | 1 | -226/+357 |
2000-03-09 | computer too slow to compile with debug info (100mins), but i need all the | Luke Leighton | 1 | -0/+3 |
2000-03-09 | Not used. Functionality folded back into rpc_server/srv_pipe.c (where it | Jeremy Allison | 1 | -1181/+0 |
2000-03-09 | Big update moving the multi-pdu support from 2.0.x into HEAD for JF | Jeremy Allison | 12 | -211/+1679 |
2000-03-09 | Fixups for Win2K security descriptors from the 2.0.x branch. | Jeremy Allison | 1 | -26/+60 |
2000-03-09 | Corrected DEBUG messages. | Shirish Kalele | 2 | -6/+10 |
2000-03-08 | dded Microsoft Dfs services. | Shirish Kalele | 21 | -662/+2045 |
2000-03-07 | added a tcon test: make two tconXs with the same user/pass, open a file | Luke Leighton | 2 | -1/+73 |
2000-03-07 | Enumprinters level 1: reply *exactly* like an NT server | Jean-François Micouleau | 2 | -102/+127 |
2000-03-07 | fixed enumprinterdata. | Jean-François Micouleau | 3 | -14/+20 |
2000-03-06 | changed prs_unistr to parse empty and non-empty strings the same way. | Jean-François Micouleau | 7 | -290/+190 |
2000-03-02 | Tidied up fchown code, error reporting. | Jeremy Allison | 1 | -3/+9 |
2000-03-02 | Correctly full buffer smbpasswd i/o streams. | Jeremy Allison | 1 | -1/+1 |
2000-03-02 | Update last changed time for new password entry. | Jeremy Allison | 1 | -0/+1 |
2000-03-02 | Fixed bugs with -x smbpasswd entry. Thanks to Bruce Tenison <btenison@dibbs.n... | Jeremy Allison | 1 | -20/+21 |
2000-03-01 | Off by one error in detecting Win2k unicode bug. | Jeremy Allison | 1 | -1/+1 |
2000-03-01 | Added new codepage from Ded Marazm <DedMarazm@mail.lv> - MSDOS baltic rim. | Jeremy Allison | 2 | -1/+118 |
2000-03-01 | Fixed smbpasswd crash bugs found by Giulio. | Jeremy Allison | 1 | -3/+2 |
2000-03-01 | Fix for Win2k unicode bug where doing SMB_NT_TRANSACT_CREATE it uses | Jeremy Allison | 1 | -12/+21 |
2000-03-01 | Check for null tdb context in tdb_exists() | Tim Potter | 1 | -0/+7 |
2000-02-29 | Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU on | Jeremy Allison | 4 | -2/+98 |