| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Cleaned up unused variables, returns from non-void functions etc. | Shirish Kalele | 2000-03-10 | 1 | -5/+1 |
* | | Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint... | Jeremy Allison | 2000-03-10 | 3 | -33/+22 |
* | | you know, when you do a cvs commit, you _really_ expect it to actually work. | Luke Leighton | 2000-03-10 | 2 | -24/+34 |
* | | getprinter level 0: was to short, found most of the fields, undocumented, | Jean-François Micouleau | 2000-03-10 | 5 | -52/+82 |
* | | indent went wrong. grr. | Luke Leighton | 2000-03-10 | 1 | -226/+357 |
* | | Big update moving the multi-pdu support from 2.0.x into HEAD for JF | Jeremy Allison | 2000-03-09 | 6 | -49/+115 |
* | | dded Microsoft Dfs services. | Shirish Kalele | 2000-03-08 | 6 | -1/+84 |
* | | Enumprinters level 1: reply *exactly* like an NT server | Jean-François Micouleau | 2000-03-07 | 1 | -0/+1 |
* | | fixed enumprinterdata. | Jean-François Micouleau | 2000-03-07 | 1 | -1/+8 |
* | | changed prs_unistr to parse empty and non-empty strings the same way. | Jean-François Micouleau | 2000-03-06 | 2 | -15/+18 |
* | | Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU on | Jeremy Allison | 2000-02-29 | 2 | -0/+11 |
* | | Fixes for strange Win2K attempts to auto-inherit ACLs. | Jeremy Allison | 2000-02-29 | 1 | -0/+11 |
* | | added enumprintprocessordatatypes | Jean-François Micouleau | 2000-02-26 | 2 | -352/+360 |
* | | rewrote enumprinterdata. still a bug in it but reproducing it hard and | Jean-François Micouleau | 2000-02-26 | 2 | -360/+354 |
* | | client/client.c: | Jeremy Allison | 2000-02-25 | 2 | -3/+16 |
* | | converted a couple of bzero() to memset() | Jean-François Micouleau | 2000-02-24 | 2 | -57/+85 |
* | | lib/system.c: Fixed gcc warnings. | Jeremy Allison | 2000-02-23 | 2 | -15/+53 |
* | | more rewrite ... | Jean-François Micouleau | 2000-02-21 | 2 | -99/+72 |
* | | Fix for reporting file system attributes correctly. | Jeremy Allison | 2000-02-18 | 1 | -4/+11 |
* | | Make proto. | Jeremy Allison | 2000-02-16 | 1 | -0/+1 |
* | | Added replacement functions sys_popen and sys_pclose. These are based | Jeremy Allison | 2000-02-15 | 3 | -343/+350 |
* | | fix the reply of rpc_alter_context | Jean-François Micouleau | 2000-02-15 | 2 | -444/+437 |
* | | make proto ... | Jean-François Micouleau | 2000-02-07 | 1 | -340/+675 |
* | | spoolss include definitions | Jean-François Micouleau | 2000-02-07 | 5 | -15/+35 |
* | | First commit of the spoolss code to the HEAD branch. | Jean-François Micouleau | 2000-02-07 | 2 | -0/+1678 |
* | | Added check for SGI IRIX brokenness with semaphores when using gcc. | Jeremy Allison | 2000-02-07 | 2 | -4/+20 |
* | | Fixed compile warning in locking.c:traverse_fn() | Tim Potter | 2000-02-07 | 1 | -340/+340 |
* | | 1) added void* state argument to tdb_traverse. guess what! there were | Luke Leighton | 2000-02-04 | 2 | -345/+357 |
* | | make proto | Tim Potter | 2000-02-03 | 1 | -332/+373 |
* | | Busting up of source/include/smb.h into smaller pieces which can be | Tim Potter | 2000-02-03 | 6 | -349/+608 |
* | | Wrapped popen calls in HAVE_POPEN - needed if we are to add the | Jeremy Allison | 2000-01-29 | 1 | -0/+3 |
* | | Added hash-based stat cache code from Ying Chen. | Jeremy Allison | 2000-01-26 | 3 | -0/+86 |
* | | Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 2000-01-26 | 2 | -1/+5 |
* | | First set of speed improvements from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 2000-01-25 | 2 | -13/+75 |
* | | made cvs main up-to-date with samba_tng, with addition of process id to | Luke Leighton | 2000-01-21 | 3 | -1/+9 |
* | | SAMR_R_UNKNOWN_38 is 3 uint16 params (4-byte aligned) followed by status code. | Luke Leighton | 2000-01-17 | 1 | -1/+0 |
* | | proto update | Andrew Tridgell | 2000-01-16 | 1 | -2/+4 |
* | | make a br_off a SMB_BIG_UINT | Andrew Tridgell | 2000-01-16 | 1 | -1/+1 |
* | | damn, Solaris already has a "enum lock_type" | Andrew Tridgell | 2000-01-14 | 2 | -8/+7 |
* | | we now pass all byte range locking tests | Andrew Tridgell | 2000-01-14 | 1 | -3/+5 |
* | | Added "inherit permissions" patch. | Jeremy Allison | 2000-01-14 | 1 | -1/+3 |
* | | added Enosuchshare and a lock_type enum | Andrew Tridgell | 2000-01-13 | 1 | -0/+4 |
* | | new prototypes | Andrew Tridgell | 2000-01-13 | 1 | -5/+22 |
* | | defined br_off as a type for byte range offsets. For now I've set it | Andrew Tridgell | 2000-01-13 | 1 | -0/+3 |
* | | Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>. | Jeremy Allison | 2000-01-12 | 2 | -0/+9 |
* | | modified smbd/msrpc credential transfer system. user session key | Luke Leighton | 2000-01-11 | 1 | -1/+3 |
* | | I'm currently designing a new locking system (using a tdb database!) | Andrew Tridgell | 2000-01-10 | 1 | -2/+5 |
* | | smbd/mangle.c | Jeremy Allison | 2000-01-08 | 1 | -1/+0 |
* | | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 2000-01-07 | 1 | -1/+1 |
* | | Re-added "dfree command" functionality that was described in the man pages | Jeremy Allison | 2000-01-06 | 1 | -0/+1 |