summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse/parse_srv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison2003-09-251-45/+29
* Adding jcmd's share ACL on XP patch. Thanks Jim !Jeremy Allison2003-07-011-1/+2
* Merge from HEAD:Andrew Bartlett2003-03-171-10/+10
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-106/+106
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-6/+6
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-4/+2
* sync 3.0 branch with headJelmer Vernooij2002-08-171-67/+636
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-79/+193
* Added Shirish's client side caching policy change.Jeremy Allison2002-04-101-0/+114
* Stomped on some header file version numbers that have crept back in.Tim Potter2002-03-221-2/+1
* Remove studly gaps from prs_werror() calls so the same debug text isTim Potter2002-03-141-10/+10
* Fix the NTSTATUS -> WERROR for srvsvc pipe.Jeremy Allison2002-03-051-36/+38
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-16/+16
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-2/+2
* Missing prs_align() was causing Win9x nexus tools to fail. security_info_sentJeremy Allison2001-07-021-0/+3
* Cosmetic fixups found while playing with the server manager. Added supportTim Potter2001-06-251-1/+72
* Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.Jeremy Allison2001-06-161-0/+75
* Jim McDonough's parse patches for Win9x get SD calls.Jeremy Allison2001-06-151-0/+87
* Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison2001-05-011-19/+205
* Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.Jeremy Allison2001-04-091-11/+38
* Implemented stub function for NET_SHARE_DELETE. Now to implement the realJeremy Allison2001-04-061-0/+47
* Added stub function for NET_SHARE_ADD. Once this is implemented to call a hookJeremy Allison2001-04-061-0/+58
* I know we're supposed to be feature frozen, but I couldn't resist this... :-).Jeremy Allison2001-04-041-4/+243
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-22/+43
* As prs_alloc_mem now zeros memory, remove superfluous memsets after it.Jeremy Allison2001-02-271-5/+0
* Split srvsvc pipe into interface and implementation modules.Jeremy Allison2001-02-261-13/+40
* Cast prs_alloc_mem to correct type.Jeremy Allison2000-12-181-2/+2
* Added lock backouts on fail.Jeremy Allison2000-12-151-39/+2
* alignment issues.Jean-François Micouleau2000-11-291-2/+12
* Added info level 1005 to netsharegetinfo (is the share a DFS root)Shirish Kalele2000-04-281-1/+26
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-25/+0
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+25
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1135/+1099
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-15/+0
* created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton1999-11-031-5/+6
* dynamic mem allocation in net_srv_transport_enum() parsing.Luke Leighton1999-11-031-4/+60
* NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1999-10-301-11/+267
* - typecast malloc / Realloc issues.Luke Leighton1999-10-251-24/+25
* oops! srvinfo 2 command caught bug where strings in containers assumedLuke Leighton1999-10-151-8/+15
* return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1999-10-151-129/+255
* Removing a stray return, probably inserted during debugging, which brokeMatthew Chapman1999-08-231-2/+0
* event log update, netsessenum, netconnenum update.Luke Leighton1999-08-181-2/+11
* Adding "time" rpcclient command which displays the remote time.Matthew Chapman1999-05-011-0/+11
* fix to some of the unicode string handling. there are others pendingLuke Leighton1998-11-031-7/+7
* amazing. the improvements to NT continue, evidence for which shows upLuke Leighton1998-10-271-0/+1
* Makefile.in :Luke Leighton1998-10-021-0/+109
* qualifier name in session_enum was being assumed to exist. if NULL, theLuke Leighton1998-09-241-2/+2
* tridge the destroyer returns!Andrew Tridgell1998-09-051-211/+28