summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * fixing RedHat spec file for 3.0Gerald Carter2002-11-265-939/+938
| | | | | | | * updating Makefile & configure script to use CONFIGDIR & VFSLIBDIR * set LIBDIR to ${prefix}/lib/samba when --with-fhs is enabled * make installdirs take an arbitrary number of arguements (This used to be commit f0d09cf676bc335e8fde9fe730730f2949411a54)
* Merge tridge's fixes to pdb_ldap (don't look for number of results in aAndrew Bartlett2002-11-261-17/+34
| | | | | | | failed query) and my fixes to those fixes to use better NT_STATUS codes. Andrew Bartlett (This used to be commit 6040171cabe3ca215149708a6244e24bc9c2c4fa)
* lining up some spaces in configure.in and reran autoconfGerald Carter2002-11-263-17698/+8907
| | | | | updating WHATSNEW (This used to be commit ff05947aac3a40a8568f02b368d4082f1df7c44b)
* fix path to compiled VFS librariesGerald Carter2002-11-261-3/+3
| | | | (This used to be commit 6722ec03a0c76deea73a525350c47aa041778c9c)
* fixing install problems with VFS modulesGerald Carter2002-11-261-16/+7
| | | | (This used to be commit 3a38736c1a07de6f09bd10e67fa0557ddf49dc1c)
* Ensure data is not used uninitialised.Jeremy Allison2002-11-261-1/+1
| | | | | Jeremy. (This used to be commit 3c2d396aa8d674970b2cc043fd32d2648fcd004e)
* Fix bug in tdb_fetch tidyup.Jeremy Allison2002-11-261-3/+1
| | | | | Jeremy. (This used to be commit 88d081e06428f02bcde8ceed8d86835c9222c3a9)
* working on alpha21Gerald Carter2002-11-263-628/+277
| | | | | | * sync packaging files with HEAD * started work on WHATSNEW (This used to be commit 9d6bdffb9e549bc0553f9a3b5830061ba6aa04b2)
* Doh! forgot to add this yesterday when merging from HEAD.Gerald Carter2002-11-260-0/+0
| | | | (This used to be commit 96359479d6b6f642a030252bb6385a919ab7045b)
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2002-11-262-0/+419
|\ | | | | | | used to be commit 96535956090c2f6d4d91631b1980ae916dd35316)
| * 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)
| * Fixed some compiler warnings.Tim Potter2002-11-222-5/+6
| | | | | | | | (This used to be commit 9e871cc256a70bc64e59630bd31c890cc231368e)
| * Fixed some globals that escaped the recent globalcide.Tim Potter2002-11-222-10/+2
| | | | | | | | (This used to be commit 4580e16908fe06a2c2b6738683b7cb840467e61c)
| * Add support for 'restrict anonymous=2' and make the doco give a slight hintAndrew Bartlett2002-11-222-25/+9
| | | | | | | | | | | | | | | | | | | | | | as to what it now does in 3.0. Needs more work, but better than documenting the old functionality :-). As the security benifits of this are nullified by a setting of 'guest ok' on any share, we might want to put some documentation there too. Andrew Bartlett (This used to be commit ab812ada56b740ac986de8e1f4ca36641ec61c01)
| * Add support for new 'F' format, which is a string in the defaultMartin Pool2002-11-221-34/+64
| | | | | | | | | | codepage. (This used to be commit ff1244c457d0525343bcc7e89a899d8c7d14b8b6)
| * If you don't specify --with-python, we assume "python" anyhow, becauseMartin Pool2002-11-212-1613/+491
| | | | | | | | | | the extensions are not built until you specifically "make python_ext". (This used to be commit 47c5c2209e3999b8f58204c978b30a9dd646497a)
| * get_nt_error_msg from APPLIANCE_HEAD is called nt_errstr in HEAD. This ↵Jim McDonough2002-11-211-1/+1
| | | | | | | | | | | | should fix the build. (This used to be commit 929874d2744509bba743d99b9c707e7626845fa0)
| * merge get_friendly_nt_err_msg() from app_headGerald Carter2002-11-211-0/+50
| | | | | | | | (This used to be commit 3ea73f158ebfca0561d7928e5d6c0939c0734585)
| * fixed a number of places where we can try to free a wild pointer orAndrew Tridgell2002-11-201-2/+14
| | | | | | | | | | | | look for the record count after an invalid search. This fixes a segv in ldapsam (This used to be commit d076823c73731a4c83f49a21f13360a38d54406e)
| * Ignore automatically generated Makefile.Tim Potter2002-11-201-0/+1
| | | | | | | | (This used to be commit 152c530089191d1867ad018a54bba02a1a85c31e)
| * Spelling fix.Tim Potter2002-11-204-4/+4
| | | | | | | | (This used to be commit 43cd6e5a702bb1004b36a5845e0765851395ebf2)
| * more %U fixes for headAndrew Tridgell2002-11-202-0/+4
| | | | | | | | (This used to be commit ea3787d819df14f8b451780a55d2bf76dc4030ef)
| * a better for for using %U in smb.confAndrew Tridgell2002-11-193-8/+32
| | | | | | | | | | | | this follows the method used for remote_machine and also fixes the problem of anonymous connections clobbering the string (This used to be commit 9ead4fc3c3f8b83f03c762a4dab77a64aabccbf9)
| * Fixed two very, very minor typos (that sort of just annoyed me).Christopher R. Hertel2002-11-191-2/+2
| | | | | | | | (This used to be commit b24e0e9e6d77604ca23fe55734457d8a3d74d585)
| * Very curious. It turns out attribute matching on truncate only mattersJeremy Allison2002-11-191-2/+2
| | | | | | | | | | | | | | when opening truncate with current SYSTEM|HIDDEN -> NONE. It's fine to truncate on open with current NONE -> SYSTEM | HIDDEN. Jeremy. (This used to be commit 801b87e0f7c92553dc52b44d669a1795e2b9429f)
| * Merge from appliance:Tim Potter2002-11-191-6/+16
| | | | | | | | | | >Fix memory leak in cli_ds_getprimarydominfo() (This used to be commit e643003dd4666d532604d86050d77f8b4212877e)
| * Fix typo in docstring.Tim Potter2002-11-191-1/+1
| | | | | | | | (This used to be commit 9f9347bc03448f8b93d536f9cd2df8fb496a4c22)
| * Added HIDDEN/NORMAL attribute test.Jeremy Allison2002-11-181-1/+49
| | | | | | | | | | Jeremy. (This used to be commit 657aa857a5615d953a3f68dd0ded6d4a95e5545e)
| * Bug fix from appliance - we must initialise the winbindd server stateTim Potter2002-11-181-2/+2
| | | | | | | | | | before reading smb.conf parameters, not after. (This used to be commit 2beebe252f8fc76366d38024b0578f83d8542d1d)
| * Don't pass a function to ADS_ERR_OK().Jim McDonough2002-11-181-6/+13
| | | | | | | | (This used to be commit a148e4c290820a48c8b51e0e0459b2171b32c258)
| * Revert ADS_ERR_OK change. Some compilers didn't like it.Jim McDonough2002-11-181-1/+1
| | | | | | | | | | | | | | The problem is that ADS_ERR_OK() run on a function that returns an ADS_STATUS causes the function to be run mulitple times...so you have to return a status, then check it with the macro. (This used to be commit c03d6198f28ab37ba0c3224bd50779357270486d)