summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_prs.c
Commit message (Expand)AuthorAgeFilesLines
* sync with SAMBA_2_2 for 2.2.6rc1Gerald Carter2002-10-091-0/+19
* merging for 2.2.6pre1Gerald Carter2002-07-271-0/+11
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-1/+1
* Move over to RELEASE branch.Jeremy Allison2002-02-011-14/+110
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-2/+2
* configure configure.in include/config.h.in lib/replace.c: Added test and repl...Jeremy Allison2001-03-311-22/+1
* Ding Dong the witch is dead ! :-). Ok, I'm happy 'cos I've finally deletedJeremy Allison2001-03-311-59/+180
* The changes to the SMBMACROs were causing big endian machines to incorrectlyJeremy Allison2001-03-311-25/+59
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-7/+7
* check the length before allocating on unmarshalling.Jean-François Micouleau2001-03-021-4/+4
* As prs_alloc_mem now zeros memory, remove superfluous memsets after it.Jeremy Allison2001-02-271-2/+0
* Separated dfs pipe into implementation and interface modules.Jeremy Allison2001-02-271-2/+7
* Sync-up with HEAD.Jean-François Micouleau2000-12-151-0/+41
* Changes from HEAD:David O'Neill2000-12-111-1/+1
* JF's fix'es for W2K domain support ! Hurrah !Jeremy Allison2000-10-131-0/+12
* Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison2000-10-051-6/+8
* casts to get rid of compiler warningsHerb Lewis2000-10-041-1/+1
* Fixed overrun write error when using debuglevel > 50.Jeremy Allison2000-08-301-1/+1
* hack for unmarshalling unistr's on machines with BIG_ENDIAN archGerald Carter2000-08-161-2/+19
* fixes to prs_unistr UNMARSHALLING only. Problem was due to talloc'sGerald Carter2000-08-121-29/+37
* deal with allocation size of 0 in prs_unistr when UNMARSHALLINGGerald Carter2000-08-101-24/+30
* Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison2000-07-311-1/+1
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-21/+80
* A rather big change set ! (listed in no particular order)Jean-François Micouleau2000-07-251-57/+0
* rpc_parse/parse_prs.c: Removed extraneous ()'s.Jeremy Allison2000-07-181-2/+2
* removed prs_data(), prs_free_data(), and prs_realloc_data()Gerald Carter2000-07-141-93/+0
* #ifndef RPCCLIENT_TESTGerald Carter2000-07-111-35/+16
* included a a new prs_unistr(). Is currently #if'd out (denotedGerald Carter2000-07-101-0/+92
* More rpcclient merge issues:Gerald Carter2000-07-071-1/+113
* Changing drivers using the properties page works - but only if getting/settingJeremy Allison2000-06-261-3/+0
* Moved tdb functions that access parse structs into parse_prs.cJeremy Allison2000-06-081-0/+28
* Fixing get/set of security descriptors.Jeremy Allison2000-06-071-0/+3
* Some tidyup fixes (memory leaks etc.). Still no progress with theJeremy Allison2000-06-051-3/+3
* More memory leak and PANIC action fixes.Jeremy Allison2000-06-021-0/+3
* Fixed memory leak in RPC parsing code.Shirish Kalele2000-05-261-1/+3
* Fixed bug I introduced last night (sorry). Now truncate incoming prs_structJeremy Allison2000-05-171-3/+26
* Fixed bug where mallocd size of prs_struct could be larger thanJeremy Allison2000-05-171-3/+7
* update grow_size in prs_growAndrew Tridgell2000-05-151-1/+3
* make prs_dump() store up to 100 variants of each msg typeAndrew Tridgell2000-05-151-4/+11
* added spool_io_printer_driver_info_level_6()Andrew Tridgell2000-05-121-1/+19
* changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau2000-03-061-9/+20
* fix the reply of rpc_alter_contextJean-François Micouleau2000-02-151-12/+7
* spoolss definitions.Jean-François Micouleau2000-02-071-0/+50
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-031-0/+24
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-370/+417
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-12/+80
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-1/+7
* the first independent msrpc daemon - lsarpcd.Luke Leighton1999-12-061-0/+10
* - typecast malloc / Realloc issues.Luke Leighton1999-10-251-2/+2
* added prs_struct "error" member, set and checked when prs_structLuke Leighton1999-10-151-9/+6