Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Stop using hardcoded key/value strings, be more forgiving of ↵ | Jim McDonough | 2002-12-03 | 1 | -70/+74 | |
| | | | | dsspooler/dsdriver info existence. | |||||
* | Stop using hacks for dns host/domain names. | Jim McDonough | 2002-12-03 | 1 | -3/+5 | |
| | ||||||
* | fns for retrieving dns host name and domain name (get rid of lp_realm hacks). | Jim McDonough | 2002-12-03 | 1 | -0/+56 | |
| | ||||||
* | Add defines for standard DsSpooler/DsDriver values that get published. | Jim McDonough | 2002-12-03 | 1 | -0/+54 | |
| | ||||||
* | Don't segfault when trying to delete a key when none exist. | Jim McDonough | 2002-12-03 | 1 | -0/+2 | |
| | ||||||
* | Fixed nasty bug where file writes with start offsets in the range | Jeremy Allison | 2002-12-03 | 4 | -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..... | |||||
* | Fixes for EXEEXT - must use \$ signs when you want an actual $ sign to | Tim Potter | 2002-12-03 | 1 | -4/+4 | |
| | | | | be used. | |||||
* | As per Jeremy's request back this out, so as to re-gain the implicit length | Andrew Bartlett | 2002-12-01 | 1 | -7/+5 | |
| | | | | | | check. Andrew Bartlett | |||||
* | Link less with smbmnt and smbumount. Also change from a pstrcpy() to a | Andrew Bartlett | 2002-12-01 | 2 | -5/+5 | |
| | | | | | | strncpy() to make it clear that we must operate on a PATH_MAX sized buffer. Andrew Bartlett | |||||
* | No need for fstring manipulation here (Tcon&X), just use string pointers. | Andrew Bartlett | 2002-12-01 | 1 | -5/+7 | |
| | | | | Andrew Bartlett | |||||
* | Remove extra headers, and ensure that we correctly bail out of winbindd if we | Andrew Bartlett | 2002-12-01 | 7 | -7/+7 | |
| | | | | | | can't create the socket. Andrew Bartlett | |||||
* | Dereference the correct thing here, so we don't segfault | Andrew Bartlett | 2002-12-01 | 1 | -1/+1 | |
| | ||||||
* | Make it clear that we might not be talking to a PDC here. | Andrew Bartlett | 2002-12-01 | 1 | -1/+1 | |
| | ||||||
* | POSIX indicates that this is always in network byte order, so we don't need the | Andrew Bartlett | 2002-12-01 | 1 | -5/+0 | |
| | | | | | | little-endian case (tested on Intel-linux). Andrew Bartlett | |||||
* | Patch from Paul Green to detect exe extensions, needed for Stratus VOS. | Andrew Bartlett | 2002-12-01 | 3 | -8961/+18968 | |
| | | | | Andrew Bartlett | |||||
* | Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' ↵ | Jeremy Allison | 2002-12-01 | 1 | -27/+10 | |
| | | | | | | Schnitzer <dominik@schnitzer.at> Jeremy. | |||||
* | Ignore ntlm_auth binary. | Tim Potter | 2002-11-29 | 1 | -4/+5 | |
| | ||||||
* | Fixed silly bug. | Tim Potter | 2002-11-29 | 1 | -1/+1 | |
| | ||||||
* | Rerun autoconf. | Tim Potter | 2002-11-29 | 1 | -866/+872 | |
| | ||||||
* | Fix up smbwrapper target. | Tim Potter | 2002-11-29 | 2 | -1/+3 | |
| | ||||||
* | merge in some changes from metze's patches (rest follows later, after | Jelmer Vernooij | 2002-11-28 | 1 | -2/+2 | |
| | | | | some issues in the new module system have been resolved) | |||||
* | Add PDBLIBDIR, just like VFSLIBDIR | Jelmer Vernooij | 2002-11-28 | 1 | -3/+9 | |
| | ||||||
* | Fix comment - 850 -> iso8859-1 | Jeremy Allison | 2002-11-27 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Remove use of 'F' - make 'f' and 'p' do unix (iso8859-1) encoding. | Jeremy Allison | 2002-11-27 | 1 | -10/+0 | |
| | | | | Jeremy. | |||||
* | Test was reversed for ERRmoredata in cli_read. | Jeremy Allison | 2002-11-27 | 1 | -0/+10 | |
| | | | | Jeremy. | |||||
* | merging changes from SAMBA_3_0 relating to RPM packaging | Gerald Carter | 2002-11-27 | 3 | -20519/+9284 | |
| | ||||||
* | syncing packaging files with SAMBA_3_0 | Gerald Carter | 2002-11-27 | 2 | -188/+40 | |
| | ||||||
* | removing inet_aton() | Gerald Carter | 2002-11-27 | 1 | -1/+2 | |
| | ||||||
* | sync docs with SAMBA_3_0 and regenerate | Gerald Carter | 2002-11-27 | 17 | -1048/+576 | |
| | ||||||
* | fix cli_ds_getprimarydominfo(); merge from SAMBA_3_0 | Gerald Carter | 2002-11-27 | 1 | -1/+1 | |
| | ||||||
* | After consultation with tpot, remove the 'winbind_domain' environment | Andrew Bartlett | 2002-11-26 | 5 | -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 | |||||
* | Having waited for *way* too long, this is mimir's namecache and trusted domain | Andrew Bartlett | 2002-11-26 | 11 | -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 | |||||
* | [print notify fixes from APP_HEAD] | Gerald Carter | 2002-11-26 | 6 | -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 | |||||
* | Regenerate with newer autoconf | Jelmer Vernooij | 2002-11-25 | 1 | -9260/+20500 | |
| | ||||||
* | Instead of walking the entire group database, grabbing all members of each | Andrew Bartlett | 2002-11-25 | 2 | -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 | |||||
* | Make lp_winbind_separator a const string. | Tim Potter | 2002-11-25 | 1 | -1/+1 | |
| | ||||||
* | Fix some argument checking bugs found by testsuite. | Tim Potter | 2002-11-25 | 1 | -16/+22 | |
| | ||||||
* | Add support to switch between Squid 2.4 and 2.5 protocols - squid doesn't | Andrew Bartlett | 2002-11-24 | 1 | -7/+20 | |
| | | | | | | | encode the username, so don't decode it (users could play HTTP escaping games on usernames). Andrew Bartlett | |||||
* | Move from NT_STATUS_UNSUCCESSFUL to NT_STATUS_NO_SUCH_USER, and other slightly | Andrew Bartlett | 2002-11-24 | 1 | -16/+21 | |
| | | | | more useful error codes. | |||||
* | Try to twiddle with the makefile to avoid having a trailing \ when we | Andrew Bartlett | 2002-11-24 | 1 | -2/+2 | |
| | | | | don't build any extra programs. | |||||
* | Remove silly ideas about taking the LM or NT hash as a password in pam_smbpass. | Andrew Bartlett | 2002-11-24 | 1 | -19/+0 | |
| | | | | Andrew Bartlett | |||||
* | No need to #include smb.h, when we already #include include.h | Andrew Bartlett | 2002-11-24 | 6 | -7/+0 | |
| | ||||||
* | Add ntlm_auth, a new program to provide a stable interface to winbind's | Andrew Bartlett | 2002-11-24 | 4 | -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 | |||||
* | [merge from APP_HEAD] | Gerald Carter | 2002-11-23 | 5 | -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 | |||||
* | a working timegm() function for systems that don't have it | Andrew Tridgell | 2002-11-23 | 1 | -18/+15 | |
| | ||||||
* | Please compile with : | Jeremy Allison | 2002-11-23 | 1 | -20/+26 | |
| | | | | | | -g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual if you're using gcc. It really does help ! Jeremy. | |||||
* | Lots of fixes for error paths where tdb_fetch() data need freeing. | Jeremy Allison | 2002-11-23 | 14 | -58/+112 | |
| | | | | | Found via a post from Arcady Chernyak <Arcady.Chernyak@efi.com>. Jeremy. | |||||
* | jcmd really should run with a higher compiler warning level more often :-). | Jeremy Allison | 2002-11-23 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Rerun autoconf. | Tim Potter | 2002-11-22 | 1 | -17738/+8862 | |
| | ||||||
* | Here's a bit of a cleanup of the {configure,Makefile}.in files. I've | Tim Potter | 2002-11-22 | 2 | -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. |