summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
...
* Changing drivers using the properties page works - but only if getting/settingJeremy Allison2000-06-262-6/+2
* lib/util_sid.c: Uninitialized memory read.Jeremy Allison2000-06-241-2/+4
* Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also someJeremy Allison2000-06-201-25/+22
* parsing code for reply[open|close]printer in preparation of the eventJean-François Micouleau2000-06-101-0/+87
* Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison2000-06-091-2/+2
* dynamic allocation of NET_USER_INFO_3 gids.Luke Leighton2000-06-091-5/+16
* Moved tdb functions that access parse structs into parse_prs.cJeremy Allison2000-06-081-0/+28
* Cause printer SD's to be displayed correctly (full control).Jeremy Allison2000-06-081-1/+1
* Fixing get/set of security descriptors.Jeremy Allison2000-06-072-6/+14
* Memory leak fixes.Jeremy Allison2000-06-061-0/+14
* 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