summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
...
* Simplified server pipe implementation by changing arguments passed downTim Potter2000-06-167-170/+259
* Removed some debugs.Tim Potter2000-06-151-12/+0
* Changed server side lsa_lookup_sids function to look up SIDs that we areTim Potter2000-06-141-28/+74
* do some standard_sub_advanced() in api_net_sam_logon on lp_logon_xxx().Jean-François Micouleau2000-06-091-4/+16
* Fixing get/set of security descriptors.Jeremy Allison2000-06-071-0/+2
* Memory leak fixes.Jeremy Allison2000-06-062-2/+3
* Create elements in default, not in read.Jeremy Allison2000-06-061-3/+1
* Some tidyup fixes (memory leaks etc.). Still no progress with theJeremy Allison2000-06-052-10/+21
* added a MANGLE_DRIVER_PATH define to chooose whether we stuff with theAndrew Tridgell2000-06-041-10/+9
* rpc_client/cli_lsarpc.c: Removed unused variable.Jeremy Allison2000-06-031-0/+5
* More memory leak and PANIC action fixes.Jeremy Allison2000-06-021-3/+8
* More memory leak fixes.Jeremy Allison2000-06-021-15/+37
* More memory corruption (leaks etc.) fixes.Jeremy Allison2000-06-021-11/+12
* Fixed null pointer indirect in addprinterex. Still working on problemJeremy Allison2000-06-021-8/+21
* More insure found memory leak and corruption fixes.Jeremy Allison2000-06-012-4/+5
* param/loadparm.c: Looks like someone ran indent on this !Jeremy Allison2000-06-011-2/+4
* Back to building. Now to test with insure.Jeremy Allison2000-06-011-1/+5
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-2/+4
* Changes I really don't want to lose whilst CVS is playing up.Jeremy Allison2000-06-011-222/+257
* Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman2000-05-291-19/+23
* fixed some more crashesAndrew Tridgell2000-05-291-86/+44
* lp_server_role() + use in srv_reg.Luke Leighton2000-05-281-1/+20
* don't free a driver structure from the stack!Andrew Tridgell2000-05-281-5/+7
* fixed return error code that had 0xC with not enough zerosAndrew Tridgell2000-05-281-5/+5
* #ifdef not #ifLuke Leighton2000-05-281-3/+3
* moved notif_y_table struct to spoolss_nt.c only used there.Luke Leighton2000-05-281-1/+24
* getting and setting security descriptors on printers now worksAndrew Tridgell2000-05-272-11/+23
* uninitialised variable "list"Luke Leighton2000-05-271-1/+1
* unistr_to_dos not unistr_to_asciiLuke Leighton2000-05-271-2/+2
* security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton2000-05-271-5/+75
* Fixed memory leak in RPC parsing code.Shirish Kalele2000-05-261-1/+6
* Compile time warning fixes and a time_t -> uint32 conversion fix.Jeremy Allison2000-05-261-2/+6
* Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele2000-05-263-4/+4
* a fairly big change in spoolss.Andrew Tridgell2000-05-241-16/+14
* Modify NT driver heirarchy to fix HP bug with duplicate printer driverJeremy Allison2000-05-221-10/+58
* Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2000-05-182-0/+459
* Fixed bug I introduced last night (sorry). Now truncate incoming prs_structJeremy Allison2000-05-171-0/+7
* Fixed bug where mallocd size of prs_struct could be larger thanJeremy Allison2000-05-171-1/+1
* Synced up srv_samr with HP changes. Added error checking to original codeJeremy Allison2000-05-161-173/+361
* The new msdfs implementation that uses symlinks to point to otherShirish Kalele2000-05-161-1/+1
* Check error returns.Jeremy Allison2000-05-151-4/+9
* Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.Jeremy Allison2000-05-151-10/+14
* Added fix for Win2k ACL query code from Shirish. I need this back portedJeremy Allison2000-05-151-3/+54
* passdb/secrets.c: Fix typo in comment.Jeremy Allison2000-05-151-4/+4
* call prs_dump() on every input and output packet so we have plenty ofAndrew Tridgell2000-05-151-2/+13
* add prs_dump() at the top level rpc switchAndrew Tridgell2000-05-151-0/+2
* added spool_io_printer_driver_info_level_6()Andrew Tridgell2000-05-121-4/+26
* fixed two uninitialised variablesAndrew Tridgell2000-05-121-2/+1
* lib/util_unistr.c:Jeremy Allison2000-05-101-2/+2
* more merging voodooAndrew Tridgell2000-05-109-1/+27