summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-07-30Adding missing man pages.John Terpstra2-0/+185
2000-07-30Adding missing smbsh.1 man page source.John Terpstra1-0/+87
2000-07-30Updating for Samba-3.John Terpstra1-68/+108
2000-07-30Adding files provided by Klaus Singvogel of CalderaJohn Terpstra12-0/+804
2000-07-28Fixed read overrun in init_string2()Tim Potter1-2/+4
2000-07-27remove warningsJean-François Micouleau1-2/+2
2000-07-27fix the devmode.orientation being set to 0.Jean-François Micouleau1-2/+8
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison26-412/+513
2000-07-26if no comment in TDB, use comment from print share.Jean-François Micouleau1-4/+15
2000-07-26Found out that we are crashing spoolss in enumprinterdata.Jean-François Micouleau4-14/+32
2000-07-26Fixed memory leaks in root and non-root password changing.Tim Potter1-7/+20
2000-07-26Fixed memory leaks in _spoolss_addprinterdriver()Tim Potter1-5/+9
2000-07-26Fixed memory leak in modify_trust_password()Tim Potter1-0/+4
2000-07-25Fixed up error checking and move printer file code. Fixed a memory leak.Jeremy Allison3-12/+38
2000-07-25make protoGerald Carter1-0/+5
2000-07-25some initial code for AddPrinterEx() project. Most is ifdef'd outGerald Carter3-3/+149
2000-07-25if the sids are not the same pointer and either of the sids are NULLAndrew Tridgell1-0/+3
2000-07-25Added some error checking and returns to the new 'move' code.Jeremy Allison4-16/+53
2000-07-25A rather big change set ! (listed in no particular order)Jean-François Micouleau9-306/+494
2000-07-25Fix for mounting a printer as a share. Not that there's anythingTim Potter1-0/+5
2000-07-25Tidy up code to add printer. Always index in tdb by sharename. ThisJeremy Allison1-5/+33
2000-07-24Run main server loop with sys_select() instead of sys_select_intr(). TheTim Potter1-2/+13
2000-07-24Test for reloading smb.conf after SIGHUP. Needs to be run as root.Tim Potter1-0/+107
2000-07-22Fixed open handle code in printers - 3 functions were always being doneJeremy Allison5-155/+171
2000-07-21make protoGerald Carter1-0/+13
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