Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-02-29 | Fixes for strange Win2K attempts to auto-inherit ACLs. | Jeremy Allison | 2 | -8/+38 |
2000-02-28 | Makefile for tdb directory. | Tim Potter | 1 | -0/+21 |
2000-02-28 | Oops - put back filename argument to tdb_open(). | Tim Potter | 1 | -1/+1 |
2000-02-28 | Modifications to tdb_traverse() arguments to remove compile warnings. | Tim Potter | 2 | -3/+10 |
2000-02-28 | Allow tdb databases to be created "in memory" without having a file | Tim Potter | 1 | -55/+99 |
2000-02-28 | Added tdbtool to .cvsignore list. | Tim Potter | 1 | -0/+1 |
2000-02-26 | added enumprintprocessordatatypes | Jean-François Micouleau | 5 | -352/+543 |
2000-02-26 | rewrote enumprinterdata. still a bug in it but reproducing it hard and | Jean-François Micouleau | 5 | -586/+619 |
2000-02-25 | client/client.c: | Jeremy Allison | 11 | -168/+453 |
2000-02-24 | made dynamic the Printer struct. No more limits :-) | Jean-François Micouleau | 1 | -187/+169 |
2000-02-24 | converted a couple of bzero() to memset() | Jean-François Micouleau | 5 | -462/+504 |
2000-02-23 | Multiple-dot scope handling fix from Greg Bowering gb@pobox.com | Jeremy Allison | 1 | -2/+2 |
2000-02-23 | lib/system.c: Fixed gcc warnings. | Jeremy Allison | 8 | -64/+101 |
2000-02-22 | richard got the short request for GETDC right (hooray!) win9x _and_ nt | Luke Leighton | 1 | -11/+24 |
2000-02-21 | Fix for crash bug from Paul Tyler <pct@ansto.gov.au>. | Jeremy Allison | 1 | -10/+11 |
2000-02-21 | more rewrite ... | Jean-François Micouleau | 5 | -1335/+1055 |
2000-02-18 | Fix for reporting file system attributes correctly. | Jeremy Allison | 2 | -5/+13 |
2000-02-18 | Fixes for Eastern Europe code page. | Jeremy Allison | 2 | -0/+2 |