summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_srv.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-10-15oops! srvinfo 2 command caught bug where strings in containers assumedLuke Leighton1-8/+15
1999-10-15return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1-129/+255
1999-08-23Removing a stray return, probably inserted during debugging, which brokeMatthew Chapman1-2/+0
1999-08-18event log update, netsessenum, netconnenum update.Luke Leighton1-2/+11
1999-05-01Adding "time" rpcclient command which displays the remote time.Matthew Chapman1-0/+11
1998-11-03fix to some of the unicode string handling. there are others pendingLuke Leighton1-7/+7
1998-10-27amazing. the improvements to NT continue, evidence for which shows upLuke Leighton1-0/+1
1998-10-02Makefile.in :Luke Leighton1-0/+109
1998-09-24qualifier name in session_enum was being assumed to exist. if NULL, theLuke Leighton1-2/+2
1998-09-05tridge the destroyer returns!Andrew Tridgell1-211/+28
1998-09-03we were setting the strings 1 too long in make_srv_share_info1_str()Andrew Tridgell1-2/+2
1998-08-24Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1-4/+4
1998-08-22added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1-0/+8
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-1/+1
1998-05-20dce/rpc net time command from jean-francois. does not support timezonesLuke Leighton1-0/+87
1998-03-11"For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1-0/+1528