summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_srv.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-17Merge from HEAD:Andrew Bartlett1-10/+10
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-106/+106
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-6/+6
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-4/+2
2002-08-17sync 3.0 branch with headJelmer Vernooij1-67/+636
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-79/+193
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
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