summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
...
* Some tidyup fixes (memory leaks etc.). Still no progress with theJeremy Allison2000-06-052-10/+15
* simple increment bug in uniarray_2_dosarrayAndrew Tridgell2000-06-051-0/+1
* no space was being reserved for the security descriptor in the parseAndrew Tridgell2000-06-041-3/+8
* sec_desc_size() needs to handle a null secdescAndrew Tridgell2000-06-041-2/+5
* More memory leak and PANIC action fixes.Jeremy Allison2000-06-022-28/+72
* Fixed null pointer indirect in addprinterex. Still working on problemJeremy Allison2000-06-021-2/+2
* More insure found memory leak and corruption fixes.Jeremy Allison2000-06-012-3/+60
* Back to building. Now to test with insure.Jeremy Allison2000-06-014-63/+62
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-014-369/+371
* init_unistr takes a const 2nd argAndrew Tridgell2000-05-281-1/+1
* moved notif_y_table struct to spoolss_nt.c only used there.Luke Leighton2000-05-281-7/+14
* hack to get setprinter working, level2, null sec desc.Luke Leighton2000-05-271-2/+20
* security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton2000-05-272-366/+490
* Fixed memory leak in RPC parsing code.Shirish Kalele2000-05-261-1/+3
* a fairly big change in spoolss.Andrew Tridgell2000-05-241-49/+20
* Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2000-05-182-0/+439
* 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
* Synced up srv_samr with HP changes. Added error checking to original codeJeremy Allison2000-05-161-77/+325
* Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.Jeremy Allison2000-05-151-76/+81
* don't call prs_dump() hereAndrew Tridgell2000-05-151-1/+0
* 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
* changed uniarray_2_ascarray to uniarray_2_dosarrayAndrew Tridgell2000-05-121-2/+2
* Added unicode_to_dos_char() function to address converting single UNICODEJeremy Allison2000-05-121-4/+4
* added spool_io_printer_driver_info_level_6()Andrew Tridgell2000-05-123-1/+224
* more mergingAndrew Tridgell2000-05-101-8/+8
* the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell2000-05-091-0/+6
* Insure uninitialized memory read fixes.Jeremy Allison2000-05-031-2/+2
* added support for deleting printers into the spoolss systemAndrew Tridgell2000-05-021-0/+43
* Added info level 1005 to netsharegetinfo (is the share a DFS root)Shirish Kalele2000-04-281-1/+26
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-253-3/+0
* rpc_parse/parse_rpc.c: Changes from TNG (thanks Luke) for NTLMSSP parsing.Jeremy Allison2000-04-131-10/+9
* Modified interfaces and added checks around *all* *alloc callsJeremy Allison2000-04-061-8/+18
* off by one error ...Jean-François Micouleau2000-04-051-2/+5
* changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau2000-04-051-1/+1
* Fixed spelling of Andrew's name. (-:Tim Potter2000-03-301-1/+1
* rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau2000-03-292-107/+172
* rpc_parse/parse_spoolss.c: Added checks on mallocs/overflow checks on all prs_xxJeremy Allison2000-03-251-133/+291
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-228-206/+0
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-228-0/+206
* oops ! forgot smb.h in last commitJean-François Micouleau2000-03-131-1/+39
* parse correctly getprinterdriver2Jean-François Micouleau2000-03-131-5/+9
* getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau2000-03-101-39/+121
* changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau2000-03-063-255/+139
* Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU onJeremy Allison2000-02-291-0/+20
* added enumprintprocessordatatypesJean-François Micouleau2000-02-261-0/+98
* rewrote enumprinterdata. still a bug in it but reproducing it hard andJean-François Micouleau2000-02-261-102/+139
* converted a couple of bzero() to memset()Jean-François Micouleau2000-02-241-199/+145
* more rewrite ...Jean-François Micouleau2000-02-211-877/+432