summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett2002-11-2611-219/+552
| | | | | | | | | | | | | cache code. This uses gencache, mimir's new caching code that stores at text-based cache of various data. Mimir has done a *lot* of work on this patch, and it is finally time to get it in CVS. Andrew Bartlett (This used to be commit 47f3bfe9564e7f3aff60cefaefd599e0abb30a31)
* [print notify fixes from APP_HEAD]Gerald Carter2002-11-266-287/+396
| | | | | | | | | * fixing change notify on print server handle * adding change notify support into smbcontrol for sending comment changes, etc... All part of CR 1159/1160 (This used to be commit 256d8c27cdc6f802f3bfba44593b07014f6ae10a)
* Regenerate with newer autoconfJelmer Vernooij2002-11-251-9260/+20500
| | | | (This used to be commit 9084002709a6f50d8d92a37e8181e4a7bf20c577)
* Instead of walking the entire group database, grabbing all members of eachAndrew Bartlett2002-11-252-10/+38
| | | | | | | | | | | | | | | | | group, testing for membership etc, use the already calculated NT_USER_TOKEN. (which is initgroups() based) So far we only fill out the 'domain' groups - we need to fill out the 'other sids' as well, and we possibly need to filter the list for 'domain groups' only (the old code did that), but Win2k doesn't seem to mind this for now. I also need to find out what the magic '7' is about. Fortunetly JF is in town, so I'll grill him tomorrow :-). Andrew Bartlett (This used to be commit 7e846e7387247f8bc2b07a1a1006014c6978143b)
* Make lp_winbind_separator a const string.Tim Potter2002-11-251-1/+1
| | | | (This used to be commit be90650674ce5ebc292fc804e6168c5cc4ed25dd)
* Fix some argument checking bugs found by testsuite.Tim Potter2002-11-251-16/+22
| | | | (This used to be commit 93306f581e3fa37d1aea67e93dc83d5a6d2fcb3f)
* Add support to switch between Squid 2.4 and 2.5 protocols - squid doesn'tAndrew Bartlett2002-11-241-7/+20
| | | | | | | | encode the username, so don't decode it (users could play HTTP escaping games on usernames). Andrew Bartlett (This used to be commit 71e24d0200e71ffcf52eaa77edc89175f31a45cd)
* Move from NT_STATUS_UNSUCCESSFUL to NT_STATUS_NO_SUCH_USER, and other slightlyAndrew Bartlett2002-11-241-16/+21
| | | | | more useful error codes. (This used to be commit 5b1185b4e8592e6bc1abe581950571e249c03a78)
* Try to twiddle with the makefile to avoid having a trailing \ when weAndrew Bartlett2002-11-241-2/+2
| | | | | don't build any extra programs. (This used to be commit 9bac0b72774fe0c05956065a34ef48c05a7acaad)
* Remove silly ideas about taking the LM or NT hash as a password in pam_smbpass.Andrew Bartlett2002-11-241-19/+0
| | | | | Andrew Bartlett (This used to be commit ce1464fb1c4c00de22b0e65c3199bc2eacea4d65)
* No need to #include smb.h, when we already #include include.hAndrew Bartlett2002-11-246-7/+0
| | | | (This used to be commit b3049bb0d0ff97142940e2b33e9603d1c231ccfe)
* Add ntlm_auth, a new program to provide a stable interface to winbind'sAndrew Bartlett2002-11-244-42/+470
| | | | | | | | | | | | | | | | | authentication code. In particular, ntlm_auth is designed to replace the winbind authentication 'helpers' currently supplied by Squid. I have added support for the current plaintext password protocol used by Squid, and will add the real guts (NTLMSSP support) shortly. I'll merge this into 3.0 when I've got the interface more stable (error message format etc) and got the important NTLMSSP support added. Also move SWAT's URL decoding code into util_str.c, for use in both utilities. Andrew Bartlett (This used to be commit 82dbf838879e8a2d2d3f9dd5be6eda50b780b787)
* [merge from APP_HEAD]Gerald Carter2002-11-235-29/+115
| | | | | | | | | | | | | | 90% fix for CR 1076. The password server parameter will no take things like password server = DC1 * which means to contact DC1 first and the go to auto lookup if it fails. jerry (This used to be commit c31a17889e3e4daf7c1e807038efc2c0fba78be3)
* a working timegm() function for systems that don't have itAndrew Tridgell2002-11-231-18/+15
| | | | (This used to be commit 6efdd54d063043cac2fe151231ac1999ade25704)
* Please compile with :Jeremy Allison2002-11-231-20/+26
| | | | | | | -g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual if you're using gcc. It really does help ! Jeremy. (This used to be commit 41b56d975bc37434a4bff9188970346010dc6e1c)
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-2314-58/+112
| | | | | | Found via a post from Arcady Chernyak <Arcady.Chernyak@efi.com>. Jeremy. (This used to be commit 19f86f1f72aca924e9e320e20a175b5d21de45ad)
* jcmd really should run with a higher compiler warning level more often :-).Jeremy Allison2002-11-231-1/+1
| | | | | Jeremy. (This used to be commit 0ac3af1a27b8f1b9935bbcb6f3ec0b11d01bfcbd)
* Rerun autoconf.Tim Potter2002-11-221-17738/+8862
| | | | (This used to be commit 7b982ad962dfaa140b4602e56aae772e01772a56)
* Here's a bit of a cleanup of the {configure,Makefile}.in files. I'veTim Potter2002-11-222-64/+43
| | | | | | | | | | | | | | | | | | | now combined all the ad-hoc AC_SUBST variables into three generalised ones: EXTRA_BIN_PROGS Additional programs to install in ${prefix}/sbin EXTRA_SBIN_PROGS Additional programs to install in ${prefix}/bin EXTRA_ALL_TARGETS Additional targets to build by default SHLIB_PROGS Shared library objects (pam, winbind) to build We also build some extra stuff by default: the python extensions (if --with-python specified), smbmount related binaries (if --with-smbmount specified), and the samba torture suite. The idea behind this is to have everything that is configured built by default to detect breakage as soon as possible when people make low level changes. (This used to be commit d6dfe3ea69d4672339559389c6fb16e78a9152b0)
* Added some extra code to test absence/presence of LM and NT passwords.Tim Potter2002-11-221-8/+17
| | | | (This used to be commit 6f1d48555f53ea3b32a7b8a6cf0fc2e148c311b7)