summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* fix the devmode.orientation being set to 0.Jean-François Micouleau2000-07-271-2/+8
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-2726-412/+513
* if no comment in TDB, use comment from print share.Jean-François Micouleau2000-07-261-4/+15
* Found out that we are crashing spoolss in enumprinterdata.Jean-François Micouleau2000-07-264-14/+32
* Fixed memory leaks in root and non-root password changing.Tim Potter2000-07-261-7/+20
* Fixed memory leaks in _spoolss_addprinterdriver()Tim Potter2000-07-261-5/+9
* Fixed memory leak in modify_trust_password()Tim Potter2000-07-261-0/+4
* Fixed up error checking and move printer file code. Fixed a memory leak.Jeremy Allison2000-07-253-12/+38
* make protoGerald Carter2000-07-251-0/+5
* some initial code for AddPrinterEx() project. Most is ifdef'd outGerald Carter2000-07-253-3/+149
* if the sids are not the same pointer and either of the sids are NULLAndrew Tridgell2000-07-251-0/+3
* Added some error checking and returns to the new 'move' code.Jeremy Allison2000-07-254-16/+53
* A rather big change set ! (listed in no particular order)Jean-François Micouleau2000-07-259-306/+494
* Fix for mounting a printer as a share. Not that there's anythingTim Potter2000-07-251-0/+5
* Tidy up code to add printer. Always index in tdb by sharename. ThisJeremy Allison2000-07-251-5/+33
* Run main server loop with sys_select() instead of sys_select_intr(). TheTim Potter2000-07-241-2/+13
* 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