summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-07-21* Added EnumPorts()Gerald Carter2-3/+137
2000-07-21Added EnumPorts() and fixed up some problemsGerald Carter1-48/+27
2000-07-21Added EnumPorts() and fixed up some problemsGerald Carter3-0/+96
2000-07-21Added functions for enumerating ports on remote print server.Gerald Carter1-6/+48
2000-07-20make protoGerald Carter1-0/+10
2000-07-20readded util_list.c (just to the RPCCLIENT_OBJ). I need to splitGerald Carter1-1/+1
2000-07-20Fixed unitilized secdesc pointer which was causing spoolgetprinterGerald Carter2-2/+7
2000-07-19Modified the patch to look in the tdb *first* - thus allowing legacy textJeremy Allison1-75/+91
2000-07-19Code from John Reilly <jreilly@hp.com> to add tdb lookups into the Win95Jeremy Allison3-7/+100
2000-07-19Instead of handing back a string (which might be a DNS name or an IPChristopher R. Hertel5-48/+99
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