summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_srv.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-29Merge from 3.0:Tim Potter1-45/+29
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-1/+2
2003-03-15Fix signed/unsigned issues - mostly 'i' counters.Andrew Bartlett1-10/+10
2003-01-17reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell1-27/+27
2003-01-17This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell1-27/+27
2003-01-02BIG patch...Andrew Bartlett1-106/+106
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-6/+6
2002-09-05A netshareenum reply always contains an enum_hnd. win2k returns zeroTim Potter1-4/+2
2002-07-27A very long time ago (actually 6 months ago) I promised to commit this codeAndrew Bartlett1-66/+634
2002-07-20Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett1-1/+2
2002-06-18more debug classess activatedSimo Sorce1-0/+3
2002-06-03Add user name to netsessenum RPC to stop 1783 messages. Also fix where usern...Jim McDonough1-5/+13
2002-06-01Add rpc for file close, expand file enum to take usernameJim McDonough1-4/+67
2002-05-31Add fns for netshareadd and netsharedel rpcsJim McDonough1-4/+46
2002-05-31Update netfileenum on both client and server sides to do an arbitrary numberJim McDonough1-65/+43
2002-05-31netfileenum was missing the username filter.Jim McDonough1-1/+8
2002-05-29Added netremotetod to try and figure out which srvsvc commands are deniedTim Potter1-0/+11
2002-05-28When marshalling a netshareenum request the share ctr has to be initialisedTim Potter1-1/+3
2002-04-10Added Shirish's client side caching policy change.Jeremy Allison1-0/+114
2002-03-22Stomped on some header file version numbers that have crept back in.Tim Potter1-2/+1
2002-03-14Remove studly gaps from prs_werror() calls so the same debug text isTim Potter1-10/+10
2002-03-05Fix the NTSTATUS -> WERROR for srvsvc pipe.Jeremy Allison1-36/+38
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-16/+16
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-2/+2
2001-07-02Missing prs_align() was causing Win9x nexus tools to fail. security_info_sentJeremy Allison1-0/+3
2001-06-25Cosmetic fixups found while playing with the server manager. Added supportTim Potter1-1/+72
2001-06-16Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.Jeremy Allison1-0/+75
2001-06-15Jim McDonough's parse patches for Win9x get SD calls.Jeremy Allison1-0/+87
2001-05-01Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison1-19/+205
2001-04-09Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.Jeremy Allison1-11/+38
2001-04-06Implemented stub function for NET_SHARE_DELETE. Now to implement the realJeremy Allison1-0/+47
2001-04-06Added stub function for NET_SHARE_ADD. Once this is implemented to call a hookJeremy Allison1-0/+58
2001-04-04I know we're supposed to be feature frozen, but I couldn't resist this... :-).Jeremy Allison1-4/+243
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-22/+43
2001-02-27As prs_alloc_mem now zeros memory, remove superfluous memsets after it.Jeremy Allison1-5/+0
2001-02-26Split srvsvc pipe into interface and implementation modules.Jeremy Allison1-13/+40
2000-12-18Cast prs_alloc_mem to correct type.Jeremy Allison1-2/+2
2000-12-15Added lock backouts on fail.Jeremy Allison1-39/+2
2000-11-29alignment issues.Jean-François Micouleau1-2/+12
2000-04-28Added info level 1005 to netsharegetinfo (is the share a DFS root)Shirish Kalele1-1/+26
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-25/+0
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton1-0/+25
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-1135/+1099
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-15/+0
1999-11-03created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton1-5/+6
1999-11-03dynamic mem allocation in net_srv_transport_enum() parsing.Luke Leighton1-4/+60
1999-10-30NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1-11/+267
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-24/+25