| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | filled the architecture table (useless for the moment). | Jean-François Micouleau | 2000-04-06 | 1 | -18/+37 |
* | changed all the status code to ERROR_xxx instead of NT_STATUS_xx which are | Jean-François Micouleau | 2000-04-05 | 1 | -88/+74 |
* | Change to vfs API. POSIX states fsync should return an int, not a void. | Jeremy Allison | 2000-04-04 | 1 | -2/+0 |
* | Snuck in some whitespace cleanup while I was visiting these files. (-: | Tim Potter | 2000-04-04 | 3 | -6/+0 |
* | Removed unused parameter vuid from rpc_server api_* calls. For the very few | Tim Potter | 2000-04-04 | 8 | -320/+296 |
* | IRIX include fixes. | Jeremy Allison | 2000-03-31 | 1 | -0/+5 |
* | split addprinterex in preparation for level 1 support and to stop it | Jean-François Micouleau | 2000-03-29 | 1 | -8/+28 |
* | rewrote getprinterdriver level 3, now correctly handle the dependent | Jean-François Micouleau | 2000-03-29 | 1 | -74/+95 |
* | acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code. | Jeremy Allison | 2000-03-22 | 9 | -264/+1 |
* | disabled the getgrent() code recently added that returns all unix groups | Luke Leighton | 2000-03-22 | 1 | -0/+17 |
* | disabled code from HP that replaced get_sampwd_entries() with | Luke Leighton | 2000-03-22 | 1 | -1/+26 |
* | added the following message to all dce/rpc client/server code, except | Luke Leighton | 2000-03-22 | 9 | -0/+221 |
* | Added preliminary user list code from HP. Needs to be made dynamic | Jeremy Allison | 2000-03-21 | 1 | -20/+252 |
* | fix a bug in enumprinterdrivers | Jean-François Micouleau | 2000-03-16 | 1 | -6/+14 |
* | oops ! forgot smb.h in last commit | Jean-François Micouleau | 2000-03-13 | 2 | -2/+14 |
* | small fix for addprinterex at level 2 | Jean-François Micouleau | 2000-03-13 | 1 | -10/+8 |
* | parse correctly getprinterdriver2 | Jean-François Micouleau | 2000-03-13 | 2 | -44/+46 |
* | You *must* use O_EXCL when using mktemp (security issue). | Jeremy Allison | 2000-03-11 | 1 | -1/+1 |
* | Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint... | Jeremy Allison | 2000-03-10 | 3 | -60/+118 |
* | getprinter level 0: was to short, found most of the fields, undocumented, | Jean-François Micouleau | 2000-03-10 | 1 | -121/+193 |
* | removed unused variable | Jean-François Micouleau | 2000-03-10 | 1 | -1/+0 |
* | restore the spoolss pipe as Jeremy replaced srv_pipe with the one from | Jean-François Micouleau | 2000-03-10 | 1 | -0/+1 |
* | Not used. Functionality folded back into rpc_server/srv_pipe.c (where it | Jeremy Allison | 2000-03-09 | 1 | -1181/+0 |
* | Big update moving the multi-pdu support from 2.0.x into HEAD for JF | Jeremy Allison | 2000-03-09 | 2 | -105/+1533 |
* | Enumprinters level 1: reply *exactly* like an NT server | Jean-François Micouleau | 2000-03-07 | 1 | -102/+126 |
* | fixed enumprinterdata. | Jean-François Micouleau | 2000-03-07 | 1 | -2/+2 |
* | changed prs_unistr to parse empty and non-empty strings the same way. | Jean-François Micouleau | 2000-03-06 | 1 | -6/+13 |
* | Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU on | Jeremy Allison | 2000-02-29 | 1 | -2/+67 |
* | added enumprintprocessordatatypes | Jean-François Micouleau | 2000-02-26 | 2 | -0/+85 |
* | rewrote enumprinterdata. still a bug in it but reproducing it hard and | Jean-François Micouleau | 2000-02-26 | 2 | -124/+126 |
* | made dynamic the Printer struct. No more limits :-) | Jean-François Micouleau | 2000-02-24 | 1 | -187/+169 |
* | converted a couple of bzero() to memset() | Jean-François Micouleau | 2000-02-24 | 2 | -206/+274 |
* | lib/system.c: Fixed gcc warnings. | Jeremy Allison | 2000-02-23 | 2 | -43/+43 |
* | more rewrite ... | Jean-François Micouleau | 2000-02-21 | 2 | -359/+551 |
* | fix the reply of rpc_alter_context | Jean-François Micouleau | 2000-02-15 | 3 | -528/+1207 |
* | Hum, I should remove my gloves when I'm in front of an xterm :) | Jean-François Micouleau | 2000-02-07 | 1 | -21/+24 |
* | spoolss definitions. | Jean-François Micouleau | 2000-02-07 | 1 | -4/+43 |
* | First commit of the spoolss code to the HEAD branch. | Jean-François Micouleau | 2000-02-07 | 2 | -0/+4227 |
* | made cvs main up-to-date with samba_tng, with addition of process id to | Luke Leighton | 2000-01-21 | 1 | -1/+1 |
* | HP changes for registry querying. | Jeremy Allison | 2000-01-14 | 1 | -1/+9 |
* | modified smbd/msrpc credential transfer system. user session key | Luke Leighton | 2000-01-11 | 1 | -0/+10 |
* | using read_with_timeout(), min data size 16 bytes (DCE/RPC header), max | Luke Leighton | 2000-01-04 | 1 | -1/+5 |
* | oops, must use read_data() not read(), as read() may only provide | Luke Leighton | 2000-01-04 | 1 | -2/+2 |
* | simple mods to add msrpc pipe redirection. default behaviour: fall back | Luke Leighton | 2000-01-03 | 3 | -998/+1167 |
* | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that... | Andrew Tridgell | 1999-12-13 | 4 | -4289/+0 |
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 11 | -4481/+3146 |
* | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 1999-12-12 | 4 | -34/+19 |
* | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1999-12-12 | 11 | -599/+739 |
* | ABOUT TIME!!!!!!!! | Luke Leighton | 1999-12-08 | 1 | -1/+5 |
* | the first independent msrpc daemon - lsarpcd. | Luke Leighton | 1999-12-06 | 2 | -13/+132 |