summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-07-17Moved access check for nt_printing_setsec() up into rpc function.Tim Potter1-36/+59
2000-07-17Renamed arguments to se_access_check()Tim Potter1-4/+28
2000-07-17Renamed a parameter in init_request() function.Tim Potter1-10/+19
2000-07-17Added some debugs.Tim Potter1-13/+27
2000-07-15I committed this change to the cliffs archive a while back and have heardChristopher R. Hertel1-5/+20
2000-07-15Lots of changes but no real progress in functionality.Gerald Carter3-146/+92
2000-07-15reverted a some previous additions.Gerald Carter1-15/+4
2000-07-14a few changes to Makefile.in to clean up dependencies for rpcclientGerald Carter1-7/+5
2000-07-14More functions merged from TNG for rpcclient. They don't all workGerald Carter4-310/+410
2000-07-14cleaned up access to prs_struct variables. Replaced all callsGerald Carter1-10/+553
2000-07-14removed references to loopback RPC connections.Gerald Carter1-45/+80
2000-07-14removed prs_data(), prs_free_data(), and prs_realloc_data()Gerald Carter2-105/+60
2000-07-14Fixed a bug in cmd_interp.c where if user%pass was entered onGerald Carter2-206/+3
2000-07-14make protoGerald Carter3-352/+454
2000-07-14adding more spoolss command into rpcclient. They don't all workGerald Carter2-2/+368
2000-07-13Don't return winbind groups or users when responding to samr_enum_dom_usersTim Potter1-0/+21
2000-07-13Uninitialised variables.Tim Potter1-0/+2
2000-07-12we are now sure the printer_info_2 timestamp is updated everytimeJean-François Micouleau2-5/+5
2000-07-12- The printers are indexed by the sharename in both get_a_printer() andJean-François Micouleau3-21/+41
2000-07-12An improved version of the Negative Query Response fix. The earlier fixChristopher R. Hertel1-10/+37
2000-07-12Typo. It said "DEGUG" in the comments. I dunno how to degug, or gug forChristopher R. Hertel1-1/+1
2000-07-11#ifndef RPCCLIENT_TESTGerald Carter1-35/+16
2000-07-11Allow name lookup to fail and fall back to using the "Everyone" SIDJeremy Allison1-3/+5
2000-07-11Add local fallback for name lookup if no winbindd running...Jeremy Allison1-9/+20
2000-07-10Ensure correct driver paths are returned in INFO_2 struct.Jeremy Allison1-6/+6
2000-07-10make protoGerald Carter1-0/+1
2000-07-10spoolenum commend (when compiled with the new prs_unistr())Gerald Carter1-7/+9
2000-07-10Fixed a bug in parsing the command line.Gerald Carter1-1/+1
2000-07-10included a a new prs_unistr(). Is currently #if'd out (denotedGerald Carter1-0/+92
2000-07-10Added wbinfo and .libsTim Potter1-0/+2
2000-07-10Fixes for various compile warnings on Solaris 8.Tim Potter6-19/+23
2000-07-10Moved winbind client functions from various odd locations toTim Potter8-168/+240
2000-07-10make protoTim Potter2-335/+336
2000-07-10Re-instated lanman printing security checks (oops).Tim Potter5-53/+177
2000-07-10Spelling fixes.Tim Potter1-3/+3
2000-07-10Fix for passing NULL pointer as an array parameter inTim Potter2-4/+4
2000-07-10Added some useful debugging stuff.Tim Potter1-10/+66
2000-07-09Quick change to short-circuit WINS queries if the WINS server returns aChristopher R. Hertel1-6/+20
2000-07-07Just a few changes due to bringing some partial files backGerald Carter1-3/+10
2000-07-07More rpcclient merge issues:Gerald Carter16-14/+1471
2000-07-07More rpcclient merge issues:Gerald Carter5-1/+1222
2000-07-06printing/nt_printing.c: (From JF) use the driver name - already given to us.Jeremy Allison4-68/+87
2000-07-06se_access_check() tests.Tim Potter11-0/+1060
2000-07-06Don't check NT permissions when printing from lanman.Tim Potter2-6/+14
2000-07-06Implemented NT printer descriptor checking. Yay!Tim Potter2-68/+115
2000-07-06Moved authenticated pipe user details into a current_user struct.Tim Potter2-2/+2
2000-07-06Moved printer ACE mask values from nt_printing.h to rpc_spoolss.hTim Potter2-9/+6
2000-07-06Include nss.h if present or define enough values to allow client access toTim Potter1-0/+15
2000-07-06Rewrite of se_access_check() function. Added comments and fixed a bunch ofTim Potter1-189/+287
2000-07-06Pass either an authenticated pipe or SMB user in a current_user struct downTim Potter1-13/+38