summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove extra headers, and ensure that we correctly bail out of winbindd if weAndrew Bartlett2002-12-017-7/+7
| | | | | | | | | | | | | | can't create the socket. Andrew Bartlett (This used to be commit 13b9af53bff8e42126a38f93c3bdd5b4d9b20aba)
| * Dereference the correct thing here, so we don't segfaultAndrew Bartlett2002-12-011-1/+1
| | | | | | | | (This used to be commit ea18d02036b4e0502e5ecb057c9fe381709a07d8)
| * Make it clear that we might not be talking to a PDC here.Andrew Bartlett2002-12-011-1/+1
| | | | | | | | (This used to be commit 7d099e9a5b7164e8cdbdb93d8c4527f02c8bdefd)
| * POSIX indicates that this is always in network byte order, so we don't need theAndrew Bartlett2002-12-011-5/+0
| | | | | | | | | | | | | | little-endian case (tested on Intel-linux). Andrew Bartlett (This used to be commit 281b713b12ece63d499652df193509c57312b749)
| * Patch from Paul Green to detect exe extensions, needed for Stratus VOS.Andrew Bartlett2002-12-013-8961/+18968
| | | | | | | | | | Andrew Bartlett (This used to be commit 3f5608c7e0175184fa599176178d391d54087b3d)
| * Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' ↵Jeremy Allison2002-12-011-27/+10
| | | | | | | | | | | | | | Schnitzer <dominik@schnitzer.at> Jeremy. (This used to be commit 7ba051a830a7dc96e3860a87643a3ac99cdf5836)
| * Ignore ntlm_auth binary.Tim Potter2002-11-291-4/+5
| | | | | | | | (This used to be commit 25bbd0d1f90f819fcc7d9446f4f7e75e2434a639)
| * Fixed silly bug.Tim Potter2002-11-291-1/+1
| | | | | | | | (This used to be commit 191c1596f5e939e733c9262c3beaf956328c7be6)
| * Rerun autoconf.Tim Potter2002-11-291-866/+872
| | | | | | | | (This used to be commit d9644ea3edb085c5eb72593cef8f167fce6464c9)
| * Fix up smbwrapper target.Tim Potter2002-11-292-1/+3
| | | | | | | | (This used to be commit f5fa4801ceb56b21facccb382db09165936df319)
| * merge in some changes from metze's patches (rest follows later, afterJelmer Vernooij2002-11-281-2/+2
| | | | | | | | | | some issues in the new module system have been resolved) (This used to be commit 5b4d03fc8549696baebc0b4417582203ad7ba88e)
| * Add PDBLIBDIR, just like VFSLIBDIRJelmer Vernooij2002-11-281-3/+9
| | | | | | | | (This used to be commit 3d0735e6b03ae77af42135a7f1aebb4206ae6655)
| * Fix comment - 850 -> iso8859-1Jeremy Allison2002-11-271-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 6639693746ba4c8f6622325ac143f8b1b3bd7538)
| * Remove use of 'F' - make 'f' and 'p' do unix (iso8859-1) encoding.Jeremy Allison2002-11-271-10/+0
| | | | | | | | | | Jeremy. (This used to be commit e88bbec2a06bd92b8cfa33efdf166c4fa72cb656)
| * Test was reversed for ERRmoredata in cli_read.Jeremy Allison2002-11-271-0/+10
| | | | | | | | | | Jeremy. (This used to be commit 1a36ac60bef8de5368860478c268ba1671bb4825)
| * merging changes from SAMBA_3_0 relating to RPM packagingGerald Carter2002-11-273-20519/+9284
| | | | | | | | (This used to be commit 1cf0cfa1b7f00946c439b2b1a30ab3981df4a459)
| * syncing packaging files with SAMBA_3_0Gerald Carter2002-11-272-188/+40
| | | | | | | | (This used to be commit cdeb6281f75fe8422015a1af52bf515ff8288ba8)
| * removing inet_aton()Gerald Carter2002-11-271-1/+2
| | | | | | | | (This used to be commit 08ac3610f9ef7e1c37541729441acfa13b48d34c)
| * sync docs with SAMBA_3_0 and regenerateGerald Carter2002-11-2717-1048/+576
| | | | | | | | (This used to be commit 20e6d8c036a4c4ecfa2afb1dd29342c81ce00f8b)
| * fix cli_ds_getprimarydominfo(); merge from SAMBA_3_0Gerald Carter2002-11-271-1/+1
| | | | | | | | (This used to be commit 481a8a8aa9dff336929cb168302f3faa3f046aa8)
| * 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 (This used to be commit e4be82e4e2c7cdf15f3e20f73fe9f281f6384423)
* | merge of smbpasswd segfault from SAMBA_2_2Gerald Carter2002-12-121-7/+10
| | | | | | | | (This used to be commit b17af40b1c73ccf7eeb3d1d18937cb3ffe162b5d)
* | Merge of #include <smb.h> removals.Tim Potter2002-12-125-5/+0
| | | | | | | | (This used to be commit bdb6e76ab5031365c50f7bbcd5e52c4f7a039024)
* | Added "kernel change notify" boolean to allow easier valgrind testing.Jeremy Allison2002-12-122-1/+6
| | | | | | | | | | Jeremy. (This used to be commit faf89f214f326bc07f728b354062b2287cda1208)
* | Merge of compile tweaks for python tdbpack module.Tim Potter2002-12-122-2/+2
| | | | | | | | (This used to be commit b50816b500c4be0dda2cc79e0927d8a7dab65fd2)
* | Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-117-69/+85
| | | | | | | | | | Jeremy. (This used to be commit ec4ed45563f9d8e25fcfd88840944a90b3139c3e)
* | Fix write error returning EFBIG - found by Conrad.Jeremy Allison2002-12-111-0/+3
| | | | | | | | | | Jeremy. (This used to be commit e258887f508db3d2c923f393f0104e7cf1bd6545)
* | Fix client reporting of 64 bit files.Jeremy Allison2002-12-103-5/+9
| | | | | | | | | | Jeremy. (This used to be commit 8dcbfa4e770d74d4ce6faaf1a0597d07d0a5cc81)
* | Updating changes from HEAD.John Terpstra2002-12-101-1/+2
| | | | | | | | (This used to be commit 20efb6252cd95fe9ce08298cfdd29d975a53f241)
* | fix broken incremental tar - merge from 2.2Herb Lewis2002-12-101-1/+2
| | | | | | | | | | found by "Jacob Anawalt" <anawaltaj@hotmail.com> (This used to be commit cfef980566f195c060c0d2fa22983427e8d6570c)
* | 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. (This used to be commit 199c9fcbb9e9a5d4b75ac370d358f54e91808e76)
* | Fixed Typo.John Terpstra2002-12-081-1/+1
| | | | | | | | (This used to be commit d2b93322b08ecd0fa1a74af1fb98c1277955ab93)
* | Fix example command (reported by Cameron Maxwell)Jelmer Vernooij2002-12-081-1/+1
| | | | | | | | (This used to be commit e5e067c2d12e3af755309c8fb6190aeab3a4dbf9)
* | fix rpcclient querygroup command (from 2.2 and head)Simo Sorce2002-12-083-374/+337
| | | | | | | | (This used to be commit ea2154b2692f76a3f0d597ddc154ecbbef72de60)
* | Ensure global_scope() returns "", not the NULL string. Froma tpot fix.Jeremy Allison2002-12-062-1/+7
| | | | | | | | | | Jeremy. (This used to be commit 0ff254264e6e43399404595bc87b5bd889e17952)
* | Merge from HEAD:Tim Potter2002-12-055-25/+5
| | | | | | | | | | >Remove FILE_MACRO as __FILE__ is ANSI C. (This used to be commit 21eb4b5a2dd2f9a6a0d3cd94408bb52359d2e926)
* | 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?) (This used to be commit 5bd90f310aa6303a5c949b46591f9fcf82a175b8)
* | 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. (This used to be commit 008c572ab7c77248823287133dbafa8b825e17af)
* | 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. (This used to be commit 9b94c82958c136e344032651e1582ee63137114a)
* | Added another email - this stuff needs to go into a new chapterJohn Terpstra2002-12-051-1/+109
| | | | | | | | | | in the Entire-HOWTO-Collection. (This used to be commit b65339a15ad970afb5cfc7323d0f5097f3ed356b)
* | Fix debugs for rap mapping. Delete job on map fail.Jeremy Allison2002-12-052-3/+7
| | | | | | | | | | Jeremy. (This used to be commit 6eb27e4f0dea6027ba9e041348f066c947e751c6)
* | More printer data to publishJim McDonough2002-12-053-33/+94
| | | | | | | | (This used to be commit 6e2f0c4e304a09313f933a3c9c2a7b3a0219006d)
* | Add some constJim McDonough2002-12-051-3/+3
| | | | | | | | (This used to be commit 4f8c707aa9d7f629527d509ef574842d52855f15)
* | 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. (This used to be commit 6c23d2030ab8dddff4c849903c529f0012b94027)
* | fix stat reporting on put commandHerb Lewis2002-12-051-1/+1
| | | | | | | | (This used to be commit aa38aaf36338a2c9e708410d6b1befa6d65c93cc)
* | Added Volker's directory fix - save the attributesJeremy Allison2002-12-041-0/+3
| | | | | | | | | | | | from the first call. Jeremy. (This used to be commit b60a441b91dccdeadc125476ac3306b938941057)
* | Janitor for tpot yet again... Merging in memory leak fix.Jeremy Allison2002-12-041-2/+2
| | | | | | | | | | Jeremy. (This used to be commit 6ce50ffcda1d6bd17f027d138a985bf93985c016)
* | merges from HEAD - change_trust_account_password() must always talk to PDCGerald Carter2002-12-042-88/+80
| | | | | | | | (This used to be commit af2fa4385015dce8dedafe80e02a0115892e508e)
* | Make sure we have a default st_blocksize.Jeremy Allison2002-12-042-394/+403
| | | | | | | | | | Jeremy. (This used to be commit 904f6dfb7a00be560e931efeb1c05c98296eceb2)
* | cleaning up some friendly error messagesGerald Carter2002-12-041-22/+26
| | | | | | | | (This used to be commit 0f963685d9da1cd68cf922372c8ddaa769880f27)