summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-07-19First cut toward adding WINS server failover.Christopher R. Hertel7-17/+250
2000-07-18Removed the sanity check on the WINS SERVER parameter because it simplyChristopher R. Hertel1-17/+0
2000-07-18rpc_parse/parse_prs.c: Removed extraneous ()'s.Jeremy Allison3-43/+45
2000-07-18remove util_list from LIB_OBJS since it broke smbd buildGerald Carter1-1/+1
2000-07-18Added lib/util_list.[c|o] to Makefile.inGerald Carter1-1/+1
2000-07-18Fixed some more client SPOOLSS functions. The followingGerald Carter8-361/+445
2000-07-18fixed a bug (my own) in create_ntc_from_cli_state()Gerald Carter1-2/+2
2000-07-18I really didn't like the way generic arrays (lists) wereGerald Carter1-0/+321
2000-07-18grab functions that return RPC_HND_NODE (declaredGerald Carter1-1/+1
2000-07-18Fixed some more client SPOOLSS functions. The followingGerald Carter3-76/+80
2000-07-18Fixed some more SPOOLSS functions. The followingGerald Carter1-5/+4
2000-07-17Missing var.Tim Potter1-1/+1
2000-07-17Reverted changes from rpcclient merge - contains memory leak!Tim Potter1-2/+9
2000-07-17Free security descriptor after access check in update_printer_sec()Tim Potter1-3/+7
2000-07-17Initialise current time to time(NULL) in add_a_printer_2()Tim Potter1-1/+4
2000-07-17make protoTim Potter1-84/+0
2000-07-17make protoTim Potter1-339/+338
2000-07-17Allow job owner to delete own print job.Tim Potter1-13/+28
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