summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2000-07-17Renamed arguments to se_access_check()Tim Potter1-4/+28
2000-07-13Don't return winbind groups or users when responding to samr_enum_dom_usersTim Potter1-0/+21
2000-07-12- The printers are indexed by the sharename in both get_a_printer() andJean-François Micouleau1-6/+17
2000-07-10Ensure correct driver paths are returned in INFO_2 struct.Jeremy Allison1-6/+6
2000-07-10Fixes for various compile warnings on Solaris 8.Tim Potter1-1/+2
2000-07-10Moved winbind client functions from various odd locations toTim Potter1-59/+0
2000-07-10Re-instated lanman printing security checks (oops).Tim Potter1-14/+55
2000-07-06printing/nt_printing.c: (From JF) use the driver name - already given to us.Jeremy Allison1-47/+62
2000-07-06Pass either an authenticated pipe or SMB user in a current_user struct downTim Potter1-13/+38
2000-07-06Pass pipes_struct rather than vuid down to startdocprinter, setprinter andTim Potter1-3/+3
2000-07-06Changed checking for WINBINDD_OK return value instead of NSS_STATUS_SUCCESSTim Potter1-3/+3
2000-07-03Some more sec_ctx changes. Modified some fields in the pipe_structTim Potter2-20/+28
2000-07-03Renamed generic_request() to winbindd_request()Tim Potter1-1/+1
2000-07-01reverting Jeremy's changes to enumprinterdata.Jean-François Micouleau1-2/+2
2000-07-01Found that the minimum priority is 1 and not 0 on NT.Jean-François Micouleau1-4/+4
2000-06-30Fixed oops with missing MANGLE_PATH directive.Jeremy Allison1-2/+6
2000-06-29Tidy up current spool code - added some JRATEST ifdefs to allowJeremy Allison1-16/+17
2000-06-26Changing drivers using the properties page works - but only if getting/settingJeremy Allison1-30/+40
2000-06-26Fixed display of "Everyone" in SD's.Jeremy Allison1-1/+5
2000-06-24lib/util_sid.c: Uninitialized memory read.Jeremy Allison2-7/+14
2000-06-23Got a bit carried away deleting things.Tim Potter1-1/+1
2000-06-23Removed unused variables.Tim Potter1-2/+0
2000-06-23Removed save directory argument to become_root() calls. Probably most ofTim Potter6-42/+42
2000-06-22Changed enumports to show printernames as ports. In line with 'the grand plan...Jeremy Allison1-11/+51
2000-06-22lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage.Jeremy Allison1-54/+32
2000-06-20Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also someJeremy Allison2-2/+3
2000-06-16Forgot pipes_struct conversion for api_samr_enum_dom_aliases()Tim Potter1-1/+3
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-14/+17
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-40/+108
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-18/+29
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter7-170/+259
2000-06-15Removed some debugs.Tim Potter1-12/+0
2000-06-14Changed server side lsa_lookup_sids function to look up SIDs that we areTim Potter1-28/+74
2000-06-09do some standard_sub_advanced() in api_net_sam_logon on lp_logon_xxx().Jean-François Micouleau1-4/+16
2000-06-07Fixing get/set of security descriptors.Jeremy Allison1-0/+2
2000-06-06Memory leak fixes.Jeremy Allison2-2/+3
2000-06-06Create elements in default, not in read.Jeremy Allison1-3/+1
2000-06-05Some tidyup fixes (memory leaks etc.). Still no progress with theJeremy Allison2-10/+21
2000-06-04added a MANGLE_DRIVER_PATH define to chooose whether we stuff with theAndrew Tridgell1-10/+9
2000-06-03rpc_client/cli_lsarpc.c: Removed unused variable.Jeremy Allison1-0/+5
2000-06-02More memory leak and PANIC action fixes.Jeremy Allison1-3/+8
2000-06-02More memory leak fixes.Jeremy Allison1-15/+37
2000-06-02More memory corruption (leaks etc.) fixes.Jeremy Allison1-11/+12
2000-06-02Fixed null pointer indirect in addprinterex. Still working on problemJeremy Allison1-8/+21
2000-06-01More insure found memory leak and corruption fixes.Jeremy Allison2-4/+5
2000-06-01param/loadparm.c: Looks like someone ran indent on this !Jeremy Allison1-2/+4
2000-06-01Back to building. Now to test with insure.Jeremy Allison1-1/+5
2000-06-01Getting back to a compilable state (not there yet but close).Jeremy Allison1-2/+4
2000-06-01Changes I really don't want to lose whilst CVS is playing up.Jeremy Allison1-222/+257
2000-05-29Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman1-19/+23