summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2000-03-09Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison6-49/+115
2000-03-08dded Microsoft Dfs services.Shirish Kalele6-1/+84
2000-03-07Enumprinters level 1: reply *exactly* like an NT serverJean-François Micouleau1-0/+1
2000-03-07fixed enumprinterdata.Jean-François Micouleau1-1/+8
2000-03-06changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau2-15/+18
2000-02-29Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU onJeremy Allison2-0/+11
2000-02-29Fixes for strange Win2K attempts to auto-inherit ACLs.Jeremy Allison1-0/+11
2000-02-26added enumprintprocessordatatypesJean-François Micouleau2-352/+360
2000-02-26rewrote enumprinterdata. still a bug in it but reproducing it hard andJean-François Micouleau2-360/+354
2000-02-25client/client.c:Jeremy Allison2-3/+16
2000-02-24converted a couple of bzero() to memset()Jean-François Micouleau2-57/+85
2000-02-23lib/system.c: Fixed gcc warnings.Jeremy Allison2-15/+53
2000-02-21more rewrite ...Jean-François Micouleau2-99/+72
2000-02-18Fix for reporting file system attributes correctly.Jeremy Allison1-4/+11
2000-02-16Make proto.Jeremy Allison1-0/+1
2000-02-15Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison3-343/+350
2000-02-15fix the reply of rpc_alter_contextJean-François Micouleau2-444/+437
2000-02-07make proto ...Jean-François Micouleau1-340/+675
2000-02-07spoolss include definitionsJean-François Micouleau5-15/+35
2000-02-07First commit of the spoolss code to the HEAD branch.Jean-François Micouleau2-0/+1678
2000-02-07Added check for SGI IRIX brokenness with semaphores when using gcc.Jeremy Allison2-4/+20
2000-02-07Fixed compile warning in locking.c:traverse_fn()Tim Potter1-340/+340
2000-02-041) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2-345/+357
2000-02-03make protoTim Potter1-332/+373
2000-02-03Busting up of source/include/smb.h into smaller pieces which can beTim Potter6-349/+608
2000-01-29Wrapped popen calls in HAVE_POPEN - needed if we are to add theJeremy Allison1-0/+3
2000-01-26Added hash-based stat cache code from Ying Chen.Jeremy Allison3-0/+86
2000-01-26Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2-1/+5
2000-01-25First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2-13/+75
2000-01-21made cvs main up-to-date with samba_tng, with addition of process id toLuke Leighton3-1/+9
2000-01-17SAMR_R_UNKNOWN_38 is 3 uint16 params (4-byte aligned) followed by status code.Luke Leighton1-1/+0
2000-01-16proto updateAndrew Tridgell1-2/+4
2000-01-16make a br_off a SMB_BIG_UINTAndrew Tridgell1-1/+1
2000-01-14damn, Solaris already has a "enum lock_type"Andrew Tridgell2-8/+7
2000-01-14we now pass all byte range locking testsAndrew Tridgell1-3/+5
2000-01-14Added "inherit permissions" patch.Jeremy Allison1-1/+3
2000-01-13added Enosuchshare and a lock_type enumAndrew Tridgell1-0/+4
2000-01-13new prototypesAndrew Tridgell1-5/+22
2000-01-13defined br_off as a type for byte range offsets. For now I've set itAndrew Tridgell1-0/+3
2000-01-12Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.Jeremy Allison2-0/+9
2000-01-11modified smbd/msrpc credential transfer system. user session keyLuke Leighton1-1/+3
2000-01-10I'm currently designing a new locking system (using a tdb database!)Andrew Tridgell1-2/+5
2000-01-08smbd/mangle.cJeremy Allison1-1/+0
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-1/+1
2000-01-06Re-added "dfree command" functionality that was described in the man pagesJeremy Allison1-0/+1
2000-01-05Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.Jeremy Allison3-0/+9
2000-01-05implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell3-0/+40
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton5-22/+268
2000-01-03added suppport for unexpected udp/138 packetsAndrew Tridgell1-2/+4
2000-01-03got rid of mem_manAndrew Tridgell1-4/+0