summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Test for reloading smb.conf after SIGHUP. Needs to be run as root.Tim Potter2000-07-241-0/+107
* Fixed open handle code in printers - 3 functions were always being doneJeremy Allison2000-07-225-155/+171
* make protoGerald Carter2000-07-211-0/+13
* * Added EnumPorts()Gerald Carter2000-07-212-3/+137
* Added EnumPorts() and fixed up some problemsGerald Carter2000-07-211-48/+27
* Added EnumPorts() and fixed up some problemsGerald Carter2000-07-213-0/+96
* Added functions for enumerating ports on remote print server.Gerald Carter2000-07-211-6/+48
* make protoGerald Carter2000-07-201-0/+10
* readded util_list.c (just to the RPCCLIENT_OBJ). I need to splitGerald Carter2000-07-201-1/+1
* Fixed unitilized secdesc pointer which was causing spoolgetprinterGerald Carter2000-07-202-2/+7
* Modified the patch to look in the tdb *first* - thus allowing legacy textJeremy Allison2000-07-191-75/+91
* Code from John Reilly <jreilly@hp.com> to add tdb lookups into the Win95Jeremy Allison2000-07-193-7/+100
* Instead of handing back a string (which might be a DNS name or an IPChristopher R. Hertel2000-07-195-48/+99
* First cut toward adding WINS server failover.Christopher R. Hertel2000-07-197-17/+250
* Removed the sanity check on the WINS SERVER parameter because it simplyChristopher R. Hertel2000-07-181-17/+0
* rpc_parse/parse_prs.c: Removed extraneous ()'s.Jeremy Allison2000-07-183-43/+45
* remove util_list from LIB_OBJS since it broke smbd buildGerald Carter2000-07-181-1/+1
* Added lib/util_list.[c|o] to Makefile.inGerald Carter2000-07-181-1/+1
* Fixed some more client SPOOLSS functions. The followingGerald Carter2000-07-188-361/+445
* fixed a bug (my own) in create_ntc_from_cli_state()Gerald Carter2000-07-181-2/+2
* I really didn't like the way generic arrays (lists) wereGerald Carter2000-07-181-0/+321
* grab functions that return RPC_HND_NODE (declaredGerald Carter2000-07-181-1/+1
* Fixed some more client SPOOLSS functions. The followingGerald Carter2000-07-183-76/+80
* Fixed some more SPOOLSS functions. The followingGerald Carter2000-07-181-5/+4
* Missing var.Tim Potter2000-07-171-1/+1
* Reverted changes from rpcclient merge - contains memory leak!Tim Potter2000-07-171-2/+9
* Free security descriptor after access check in update_printer_sec()Tim Potter2000-07-171-3/+7
* Initialise current time to time(NULL) in add_a_printer_2()Tim Potter2000-07-171-1/+4
* make protoTim Potter2000-07-171-84/+0
* make protoTim Potter2000-07-171-339/+338
* Allow job owner to delete own print job.Tim Potter2000-07-171-13/+28
* Moved access check for nt_printing_setsec() up into rpc function.Tim Potter2000-07-171-36/+59
* Renamed arguments to se_access_check()Tim Potter2000-07-171-4/+28
* Renamed a parameter in init_request() function.Tim Potter2000-07-171-10/+19
* Added some debugs.Tim Potter2000-07-171-13/+27
* I committed this change to the cliffs archive a while back and have heardChristopher R. Hertel2000-07-151-5/+20
* Lots of changes but no real progress in functionality.Gerald Carter2000-07-153-146/+92
* reverted a some previous additions.Gerald Carter2000-07-151-15/+4
* a few changes to Makefile.in to clean up dependencies for rpcclientGerald Carter2000-07-141-7/+5
* More functions merged from TNG for rpcclient. They don't all workGerald Carter2000-07-144-310/+410
* cleaned up access to prs_struct variables. Replaced all callsGerald Carter2000-07-141-10/+553
* removed references to loopback RPC connections.Gerald Carter2000-07-141-45/+80
* removed prs_data(), prs_free_data(), and prs_realloc_data()Gerald Carter2000-07-142-105/+60
* Fixed a bug in cmd_interp.c where if user%pass was entered onGerald Carter2000-07-142-206/+3
* make protoGerald Carter2000-07-143-352/+454
* adding more spoolss command into rpcclient. They don't all workGerald Carter2000-07-142-2/+368
* Don't return winbind groups or users when responding to samr_enum_dom_usersTim Potter2000-07-131-0/+21
* Uninitialised variables.Tim Potter2000-07-131-0/+2
* we are now sure the printer_info_2 timestamp is updated everytimeJean-François Micouleau2000-07-122-5/+5
* - The printers are indexed by the sharename in both get_a_printer() andJean-François Micouleau2000-07-123-21/+41