summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-0121-139/+97
* Added print job substitutions for %{printername}, %{sharename} and %{portname}Jeremy Allison2000-08-016-37/+93
* Save & restore the port name correctly.Jeremy Allison2000-07-311-16/+1
* Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison2000-07-3110-151/+359
* make protoGerald Carter2000-07-311-10/+13
* More work on rpcclient...Gerald Carter2000-07-311-7/+27
* More work on rpcclient...Gerald Carter2000-07-316-116/+373
* Adding pages oopsed.John Terpstra2000-07-302-0/+221
* Adding Using_Samba book back to Samba-pre3.John Terpstra2000-07-30158-0/+27479
* Adding missing man pages.John Terpstra2000-07-302-0/+185
* Adding missing smbsh.1 man page source.John Terpstra2000-07-301-0/+87
* Updating for Samba-3.John Terpstra2000-07-301-68/+108
* Adding files provided by Klaus Singvogel of CalderaJohn Terpstra2000-07-3012-0/+804
* Fixed read overrun in init_string2()Tim Potter2000-07-281-2/+4
* remove warningsJean-François Micouleau2000-07-271-2/+2
* 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
* 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