summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * syncing packaging files with SAMBA_3_0Gerald Carter2002-11-272-188/+40
| |
| * removing inet_aton()Gerald Carter2002-11-271-1/+2
| |
| * sync docs with SAMBA_3_0 and regenerateGerald Carter2002-11-2717-1048/+576
| |
| * fix cli_ds_getprimarydominfo(); merge from SAMBA_3_0Gerald Carter2002-11-271-1/+1
| |
| * After consultation with tpot, remove the 'winbind_domain' environmentAndrew Bartlett2002-11-265-47/+3
| | | | | | | | | | | | | | | | | | | | variable hack, the feild on the pipe, and the server-side. It only controlled some enum operations in any case. This is to try and have less 'magic' environment variables. Andrew Bartlett
* | merge of smbpasswd segfault from SAMBA_2_2Gerald Carter2002-12-121-7/+10
| |
* | Merge of #include <smb.h> removals.Tim Potter2002-12-125-5/+0
| |
* | Added "kernel change notify" boolean to allow easier valgrind testing.Jeremy Allison2002-12-122-1/+6
| | | | | | | | Jeremy.
* | Merge of compile tweaks for python tdbpack module.Tim Potter2002-12-122-2/+2
| |
* | Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-117-69/+85
| | | | | | | | Jeremy.
* | Fix write error returning EFBIG - found by Conrad.Jeremy Allison2002-12-111-0/+3
| | | | | | | | Jeremy.
* | Fix client reporting of 64 bit files.Jeremy Allison2002-12-103-5/+9
| | | | | | | | Jeremy.
* | Updating changes from HEAD.John Terpstra2002-12-101-1/+2
| |
* | fix broken incremental tar - merge from 2.2Herb Lewis2002-12-101-1/+2
| | | | | | | | found by "Jacob Anawalt" <anawaltaj@hotmail.com>
* | The _abs time functions should not be converting from/to GMT.Jeremy Allison2002-12-101-18/+11
| | | | | | | | | | Patch from "Jordan Russell" <jr-list-samba-technical@quo.to> Jeremy.
* | Fixed Typo.John Terpstra2002-12-081-1/+1
| |
* | Fix example command (reported by Cameron Maxwell)Jelmer Vernooij2002-12-081-1/+1
| |
* | fix rpcclient querygroup command (from 2.2 and head)Simo Sorce2002-12-083-374/+337
| |
* | Ensure global_scope() returns "", not the NULL string. Froma tpot fix.Jeremy Allison2002-12-062-1/+7
| | | | | | | | Jeremy.
* | Merge from HEAD:Tim Potter2002-12-055-25/+5
| | | | | | | | >Remove FILE_MACRO as __FILE__ is ANSI C.
* | Merge from HEAD:Tim Potter2002-12-052-10/+20
| | | | | | | | | | | | >FUNCTION_MACRO change broke the Python modules. > >Also fix up string pasting (I thought this should only be a warning?)
* | Merge from HEAD, Revision 1.379:Tim Potter2002-12-051-10/+7
| | | | | | | | | | | | | | | | | | >Defaulting python breaks the clean target it python isn't installed. Merge from HEAD, Revision 1.378: >Fixes for EXEEXT - must use \$ signs when you want an actual $ sign to >be used.
* | Merge from appliance, Revision 1.223.2.41:Tim Potter2002-12-051-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | >Add -a flag to setup.py when making python_clean. This will delete the >python compiled binaries and .so files rather than only the temporary >compile directory. > >This fixes a PSA build bug. Merge from HEAD, Revision 1.587: >Link less with smbmnt and smbumount. Also change from a pstrcpy() to a >strncpy() to make it clear that we must operate on a PATH_MAX sized buffer. > >Andrew Bartlett Plus some bits from the AC_SUBST target cleanup that got missed last time I ran dirdiff.
* | Added another email - this stuff needs to go into a new chapterJohn Terpstra2002-12-051-1/+109
| | | | | | | | in the Entire-HOWTO-Collection.
* | Fix debugs for rap mapping. Delete job on map fail.Jeremy Allison2002-12-052-3/+7
| | | | | | | | Jeremy.
* | More printer data to publishJim McDonough2002-12-053-33/+94
| |
* | 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
| | | | | | | | | | | | jobid. This was causing Win9x client "set name" calls to fail. Still need one cleanup fix to finish. Jeremy.
* | fix stat reporting on put commandHerb Lewis2002-12-051-1/+1
| |
* | Added Volker's directory fix - save the attributesJeremy Allison2002-12-041-0/+3
| | | | | | | | | | from the first call. Jeremy.
* | Janitor for tpot yet again... Merging in memory leak fix.Jeremy Allison2002-12-041-2/+2
| | | | | | | | Jeremy.
* | merges from HEAD - change_trust_account_password() must always talk to PDCGerald Carter2002-12-042-88/+80
| |
* | Make sure we have a default st_blocksize.Jeremy Allison2002-12-042-394/+403
| | | | | | | | Jeremy.
* | 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-3/+22
| |
* | Need brackets around macro args. Spotted by Patrick Welche ↵Jeremy Allison2002-12-041-1/+1
| | | | | | | | | | | | <prlw1@newn.cam.ac.uk>. Jeremy.
* | Doing janitorial duty for tpot - memory leak fix.Jeremy Allison2002-12-041-0/+2
| | | | | | | | Jeremy.
* | Automatic printer publishing when using APW or choosing 'list in the ↵Jim McDonough2002-12-043-54/+302
| | | | | | | | directory' in printer settings. Currently very little is published, and you cannot unpublish because of a bug in win2k clients.
* | ln -s /lib/libns_winbind.so /lib/libnss_winbind.so.2Gerald Carter2002-12-041-2/+1
| |
* | Missed the removal of the incorrect ifdef.Jeremy Allison2002-12-041-3/+1
| | | | | | | | Jeremy.
* | Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison2002-12-048-19865/+10362
| | | | | | | | Jeremy.
* | DO NOT REMOVE THIS FILE. It breaks autoconf 2.13 without it.Jeremy Allison2002-12-041-0/+237
| | | | | | | | Jeremy.
* | [merge from app_head]Gerald Carter2002-12-041-2/+15
| | | | | | | | | | XP sends GetPrinterData("ChangeId"). So we now respond accordingly. Possible fix for CR 1147.
* | Reformat of reply.c before Volker's patch.Jeremy Allison2002-12-031-1059/+1029
| | | | | | | | Jeremy.
* | use the new IVAL_TO_SMB_OFF_T for file_info size memberHerb Lewis2002-12-031-4/+4
| | | | | | | | dir now shows correct size on large files
* | Support printer info 7, used for publishingJim McDonough2002-12-032-0/+79
| |
* | Stop using hardcoded key/value strings, be more forgiving of ↵Jim McDonough2002-12-031-70/+74
| | | | | | | | dsspooler/dsdriver info existence.
* | 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
| |