summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_prs.c
AgeCommit message (Expand)AuthorFilesLines
2000-12-15lib/util_unistr.c:Jean-François Micouleau1-0/+41
2000-12-11return NULL instead of return False in char *prs_mem_get();Tim Potter1-1/+1
2000-10-13last part of W2K support.Jean-François Micouleau1-0/+12
2000-10-05fixing prs_unistr2(). For the special case of an empty (but existing)Jean-François Micouleau1-6/+8
2000-10-04Adding Herb's compile warning fixes to HEAD.Jeremy Allison1-1/+1
2000-08-30Fixed overrun write error when using debuglevel > 50.Jeremy Allison1-1/+1
2000-08-16hack for unmarshalling unistr's on machines with BIG_ENDIAN archGerald Carter1-2/+19
2000-08-12fixes to prs_unistr UNMARSHALLING only. Problem was due to talloc'sGerald Carter1-29/+37
2000-08-10deal with allocation size of 0 in prs_unistr when UNMARSHALLINGGerald Carter1-24/+30
2000-07-31Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison1-1/+1
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-21/+80
2000-07-25A rather big change set ! (listed in no particular order)Jean-François Micouleau1-57/+0
2000-07-18rpc_parse/parse_prs.c: Removed extraneous ()'s.Jeremy Allison1-2/+2
2000-07-14removed prs_data(), prs_free_data(), and prs_realloc_data()Gerald Carter1-93/+0
2000-07-11#ifndef RPCCLIENT_TESTGerald Carter1-35/+16
2000-07-10included a a new prs_unistr(). Is currently #if'd out (denotedGerald Carter1-0/+92
2000-07-07More rpcclient merge issues:Gerald Carter1-1/+113
2000-06-26Changing drivers using the properties page works - but only if getting/settingJeremy Allison1-3/+0
2000-06-08Moved tdb functions that access parse structs into parse_prs.cJeremy Allison1-0/+28
2000-06-07Fixing get/set of security descriptors.Jeremy Allison1-0/+3
2000-06-05Some tidyup fixes (memory leaks etc.). Still no progress with theJeremy Allison1-3/+3
2000-06-02More memory leak and PANIC action fixes.Jeremy Allison1-0/+3
2000-05-26Fixed memory leak in RPC parsing code.Shirish Kalele1-1/+3
2000-05-17Fixed bug I introduced last night (sorry). Now truncate incoming prs_structJeremy Allison1-3/+26
2000-05-17Fixed bug where mallocd size of prs_struct could be larger thanJeremy Allison1-3/+7
2000-05-15update grow_size in prs_growAndrew Tridgell1-1/+3
2000-05-15make prs_dump() store up to 100 variants of each msg typeAndrew Tridgell1-4/+11
2000-05-12added spool_io_printer_driver_info_level_6()Andrew Tridgell1-1/+19
2000-03-06changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau1-9/+20
2000-02-15fix the reply of rpc_alter_contextJean-François Micouleau1-12/+7
2000-02-07spoolss definitions.Jean-François Micouleau1-0/+50
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton1-0/+24
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-370/+417
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-12/+80
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton1-1/+7
1999-12-06the first independent msrpc daemon - lsarpcd.Luke Leighton1-0/+10
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-2/+2
1999-10-15added prs_struct "error" member, set and checked when prs_structLuke Leighton1-9/+6
1999-10-15adding error checking in parsing codeLuke Leighton1-44/+147
1999-10-15return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1-21/+21
1999-10-14stop over-runs in reading / writing data stream.Luke Leighton1-25/+44
1999-07-21BDC support.Luke Leighton1-0/+21
1999-04-27rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau1-0/+14
1999-04-08Mainly BDC-related changes.Matthew Chapman1-1/+1
1998-12-09adding some enumerate services code, client and server.Luke Leighton1-6/+7
1998-11-12jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1-7/+1
1998-11-12security descriptors and registry.Luke Leighton1-2/+2
1998-11-11clearing up security descriptorLuke Leighton1-3/+54
1998-11-10rpcclient registry commands.Luke Leighton1-4/+54
1998-10-07dce/rpcLuke Leighton1-4/+6