summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Some more updates ...Richard Sharpe2002-12-081-2/+43
* The beginnings of a registry editing program.Richard Sharpe2002-12-081-0/+506
* Ensure global_scope() returns "", not the NULL string. Froma tpot fix.Jeremy Allison2002-12-062-1/+7
* Fix debugs for rap mapping. Delete job on map fail.Jeremy Allison2002-12-052-3/+7
* More printer data to publishJim McDonough2002-12-053-71/+70
* Add some constJim McDonough2002-12-051-3/+3
* The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison2002-12-056-16/+59
* fix stat reporting on put commandHerb Lewis2002-12-051-1/+1
* Rerun configure.Tim Potter2002-12-051-770/+739
* Remove FILE_MACRO as __FILE__ is ANSI C.Tim Potter2002-12-048-33/+13
* FUNCTION_MACRO change broke the Python modules.Tim Potter2002-12-042-8/+18
* Added Volker's directory fix - save the attributesJeremy Allison2002-12-041-0/+3
* More attributes to publish. All DsSpooler attributes except REG_MULTI_SZ one...Jim McDonough2002-12-042-3/+65
* Janitor for tpot yet again... Merging in memory leak fix.Jeremy Allison2002-12-041-2/+2
* change_trust_account_password() must always use the PDC for rpcGerald Carter2002-12-042-88/+80
* Make sure we have a default st_blocksize.Jeremy Allison2002-12-042-395/+404
* cleaning up some friendly error messagesGerald Carter2002-12-041-22/+26
* [merge] remove assert(count ==1) for multi-homed PDCs; CR 1277Gerald Carter2002-12-041-182/+22
* Need brackets around macro args. Spotted by Patrick Welche <prlw1@newn.cam.ac...Jeremy Allison2002-12-041-1/+1
* Doing janitorial duty for tpot - memory leak fix.Jeremy Allison2002-12-041-0/+2
* Automatic printer publishing when using APW or choosing 'list in the director...Jim McDonough2002-12-043-19/+267
* Missed the removal of the incorrect ifdef.Jeremy Allison2002-12-041-3/+1
* Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison2002-12-048-1745/+2138
* THIS FILE IS NOT OBSOLETE JELMER. DO NOT REMOVE ! Removing it breaksJeremy Allison2002-12-041-0/+237
* [merge from app_head]Gerald Carter2002-12-041-2/+15
* Reformat of reply.c before Volker's patch.Jeremy Allison2002-12-031-1059/+1029
* Rerun autoconf.Tim Potter2002-12-031-18889/+8987
* Defaulting python breaks the clean target it python isn't installed.Tim Potter2002-12-031-6/+3
* use FILE_MACRO instead of __FILE__Herb Lewis2002-12-037-60/+60
* use the new IVAL_TO_SMB_OFF_T for file_info size memberHerb Lewis2002-12-031-4/+4
* Support printer info 7, used for publishingJim McDonough2002-12-032-0/+79
* Stop using hardcoded key/value strings, be more forgiving of dsspooler/dsdriv...Jim McDonough2002-12-031-70/+74
* Stop using hacks for dns host/domain names.Jim McDonough2002-12-031-3/+5
* fns for retrieving dns host name and domain name (get rid of lp_realm hacks).Jim McDonough2002-12-031-0/+56
* Add defines for standard DsSpooler/DsDriver values that get published.Jim McDonough2002-12-031-0/+54
* Don't segfault when trying to delete a key when none exist.Jim McDonough2002-12-031-0/+2
* Fixed nasty bug where file writes with start offsets in the rangeJeremy Allison2002-12-034-23/+26
* Fixes for EXEEXT - must use \$ signs when you want an actual $ sign toTim Potter2002-12-031-4/+4
* As per Jeremy's request back this out, so as to re-gain the implicit lengthAndrew Bartlett2002-12-011-7/+5
* Link less with smbmnt and smbumount. Also change from a pstrcpy() to aAndrew Bartlett2002-12-012-5/+5
* No need for fstring manipulation here (Tcon&X), just use string pointers.Andrew Bartlett2002-12-011-5/+7
* Remove extra headers, and ensure that we correctly bail out of winbindd if weAndrew Bartlett2002-12-017-7/+7
* Dereference the correct thing here, so we don't segfaultAndrew Bartlett2002-12-011-1/+1
* Make it clear that we might not be talking to a PDC here.Andrew Bartlett2002-12-011-1/+1
* POSIX indicates that this is always in network byte order, so we don't need theAndrew Bartlett2002-12-011-5/+0
* Patch from Paul Green to detect exe extensions, needed for Stratus VOS.Andrew Bartlett2002-12-013-8961/+18968
* Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' Schni...Jeremy Allison2002-12-011-27/+10
* Ignore ntlm_auth binary.Tim Potter2002-11-291-4/+5
* Fixed silly bug.Tim Potter2002-11-291-1/+1
* Rerun autoconf.Tim Potter2002-11-291-866/+872