summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Support printer info 7, used for publishingJim McDonough2002-12-032-0/+79
| | | | | | | | (This used to be commit 3c9726454ea6beb8d5d308805caecb86395c7ad2)
| * Stop using hardcoded key/value strings, be more forgiving of ↵Jim McDonough2002-12-031-70/+74
| | | | | | | | | | | | dsspooler/dsdriver info existence. (This used to be commit ca8735532cb656a09c1586326cdce33984fe38b4)
| * Stop using hacks for dns host/domain names.Jim McDonough2002-12-031-3/+5
| | | | | | | | (This used to be commit 1d0086aadb4fa57b127e80e455835dd6eb387f71)
| * fns for retrieving dns host name and domain name (get rid of lp_realm hacks).Jim McDonough2002-12-031-0/+56
| | | | | | | | (This used to be commit 456813308d8542211183f9655b7fe598144f7bfc)
| * Add defines for standard DsSpooler/DsDriver values that get published.Jim McDonough2002-12-031-0/+54
| | | | | | | | (This used to be commit 2b152addf49f0ede001b263174d2eaab2600e933)
| * Don't segfault when trying to delete a key when none exist.Jim McDonough2002-12-031-0/+2
| | | | | | | | (This used to be commit 1bf36d3fc69b8129fff08f5a735e27a94eb46d49)
| * Fixed nasty bug where file writes with start offsets in the rangeJeremy Allison2002-12-034-23/+26
| | | | | | | | | | | | | | | | | | | | | | 0x80000000 -> 0xFFFFFFFF would fail as they were being cast from IVAL (uint32) to SMB_OFF_T (off_t or off64_t, both *signed* types). The sign extension would cause the offset to be treated as negative. Thanks to Herb for helping me track this one down (IRIX is good for large file tests :-). Jeremy. PS. That horrid EXEXIST thing has broken configure..... (This used to be commit fc7d3faed798e7496f2991ec7d795c3b1a3758f5)
| * Fixes for EXEEXT - must use \$ signs when you want an actual $ sign toTim Potter2002-12-031-4/+4
| | | | | | | | | | be used. (This used to be commit 8c306804c6f3f0523ff5347e4b9360474d696a50)
| * As per Jeremy's request back this out, so as to re-gain the implicit lengthAndrew Bartlett2002-12-011-7/+5
| | | | | | | | | | | | | | check. Andrew Bartlett (This used to be commit 323088259f19f59008160d56fbcb9df6a6cd0d98)
| * Link less with smbmnt and smbumount. Also change from a pstrcpy() to aAndrew Bartlett2002-12-012-5/+5
| | | | | | | | | | | | | | strncpy() to make it clear that we must operate on a PATH_MAX sized buffer. Andrew Bartlett (This used to be commit 49d9698ef08d66dc238b2e3469da8944b444dfa1)
| * No need for fstring manipulation here (Tcon&X), just use string pointers.Andrew Bartlett2002-12-011-5/+7
| | | | | | | | | | Andrew Bartlett (This used to be commit b072bb9c8469799734507bcdffd4be29211e2610)
| * 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)