summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Removed unused variable.Jeremy Allison2002-03-261-3/+0
| | | | | | | | | | | | | | | | Jeremy.
| * | | Tests for insane open semantics.Jeremy Allison2002-03-261-7/+68
| | | | | | | | | | | | | | | | Jeremy.
| * | | Matched W2K *insane* open semantics....Jeremy Allison2002-03-261-0/+18
| | | | | | | | | | | | | | | | Jeremy.
| * | | Added 5 *NASTY* non-io open tests....Jeremy Allison2002-03-261-0/+169
| | | | | | | | | | | | | | | | Jeremy.
| * | | add {push,pull}_ucs2{allocate,talloc}() functions.Andrew Bartlett2002-03-251-0/+58
| | | | | | | | | | | | | | | | Andrew Bartlett
| * | | Roll back proto.h changes -- to hard to do them portably. LeaveMartin Pool2002-03-251-55/+16
| | | | | | | | | | | | | | | | Herb's installdat change in.
| * | | Spelling fixes.Tim Potter2002-03-243-3/+3
| | | |
| * | | Set default recycle directory permissions as 0770. Unlink on renameJeremy Allison2002-03-231-8/+11
| | | | | | | | | | | | | | | | | | | | fail. Jeremy.
| * | | Documentation updates.Andrew Bartlett2002-03-231-4/+58
| | | |
| * | | Extra parinoa and DEBUG()s for the make_user_info_map() code.Andrew Bartlett2002-03-231-4/+18
| | | |
| * | | Correctly store the hostname of the remote machine if so configured. If theAndrew Bartlett2002-03-231-4/+6
| | | | | | | | | | | | | | | | reverse DNS fails, then store the IP.
| * | | rerun autoconfAndrew Bartlett2002-03-231-312/+313
| | | |
| * | | Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett2002-03-234-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | memory between users of shared libs. Andrew Bartlett
| * | | Update some of the DEBUG()s in Get_Pwnam_internal()Andrew Bartlett2002-03-231-8/+11
| | | | | | | | | | | | | | | | Andrew Bartlett
| * | | Patch from Hasch@t-online.de (Juergen Hasch) to add allocate and tallocAndrew Bartlett2002-03-231-1/+86
| | | | | | | | | | | | | | | | | | | | | | | | push/pull utf8 functions. To be used for international ADS support. Andrew Bartlett
| * | | Minor fixes:Andrew Bartlett2002-03-232-13/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix warnings in loadparm.c - Remove the unused 'passdb modules path' paramater - Make pdb_ldap use $ termination rather than the workstation trust account flag becouse some 'machine' accounts appear as normal accounts at creation time. Also covers domains etc. Andrew Bartlett
| * | | Various winbind updates:Andrew Bartlett2002-03-235-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - pam_winbind updates from vance, fixing a typo and making some the options work properly. - Extra parinoia in the winbind connection loop - Allow pam_winbind to compile on HP-UX (Don Mcall, more work to do). - Fix up configure.in to use the same method for building the test .so as the Makefile uses. Andrew Bartlett
| * | | Join as a server trust account if the server role is either PDC or BDC.Andrew Bartlett2002-03-231-1/+1
| | | |
| * | | Forgot torture hacks...Jeremy Allison2002-03-231-5/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison2002-03-2311-209/+314
| | | | | | | | | | | | | | | | | | | | cases for rename and unlink. Had to add desired_access into the share mode record. Jeremy.
| * | | Stomped on some header file version numbers that have crept back in.Tim Potter2002-03-229-16/+9
| | | |
| * | | Make debug statment less confusing.Tim Potter2002-03-221-2/+5
| | | |
| * | | cut and paste inserted spaces instead of tab. Some versions of make don'tHerb Lewis2002-03-221-1/+1
| | | | | | | | | | | | | | | | like this
| * | | Added enumerate trusted domains and check secret.Tim Potter2002-03-221-1/+112
| | | | | | | | | | | | | | | | Added configuration dictionary to retrieve smb.conf parameters.
| * | | add a -n maxloops option so this can be run in a script and end after aHerb Lewis2002-03-221-1/+8
| | | | | | | | | | | | | | | | certain number of iterations.
| * | | make install should also install the default dat files from codepagesHerb Lewis2002-03-212-1/+27
| | | | | | | | | | | | | | | | | | | | directory so we don't keep getting these stupid error messages about incorrect size for valid.dat upcase.dat and lowcase.dat
| * | | Missed a couple of fetch/store_ints.Jeremy Allison2002-03-211-4/+4
| | | | | | | | | | | | | | | | Jeremy.
| * | | Make winbindd_idmap tdb endian independent. This is very important forJeremy Allison2002-03-214-111/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sharing between machines with rsync. Finally removed tdb_store_int/tdb_fetch_int. Now only tdb_store_int32/tdb_fetch_int32 which are endian independent are allowed. Jeremy.
| * | | When upgrading from an old idmap tdb, remember to overwrite the reverseJeremy Allison2002-03-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | mapping as well as the forward one. Found this in doing the backport to 2.2.x. This is *essential* to upgrade an old idmap file to a new one. Jeremy.
| * | | merge fix for core dump when called with no args from 2.2Herb Lewis2002-03-211-1/+1
| | | |
| * | | Fix stupid typo !Jeremy Allison2002-03-211-2/+2
| | | | | | | | | | | | | | | | Jeremy.
| * | | add .proto.checkHerb Lewis2002-03-211-0/+1
| | | |
| * | | update usage message with other options. Add a -d debuglevel optionHerb Lewis2002-03-211-1/+11
| | | |
| * | | must use native endian index when creating default valid.dat table so itHerb Lewis2002-03-211-2/+2
| | | | | | | | | | | | | | | | is the same on big and little endian systems.
| * | | return . and .. first in readdir - this fixes masktest on IRIX whichHerb Lewis2002-03-211-1/+13
| | | | | | | | | | | | | | | | returns . then single letter files then .. then all other files.
| * | | There is no reason we can't join a domain with secuirty=user. In fact weAndrew Bartlett2002-03-211-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | need to when we are a BDC or a PDC doing a self-join. Andrew Bartlett
| * | | make net ads info work with -SAndrew Tridgell2002-03-211-4/+5
| | | |
| * | | Compile fix for --with-profiling-dataTim Potter2002-03-211-0/+2
| | | |
| * | | Don't leak memory on failure.Andrew Bartlett2002-03-211-1/+3
| | | |
| * | | Make sure to initaliase SAM_ACCOUNT pointers to NULL, otherwise pdb_init_sam()Andrew Bartlett2002-03-212-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | fails. Andrew Bartlett
| * | | fixed the secondary group mappings for ADS usersAndrew Tridgell2002-03-211-8/+56
| | | |
| * | | merge from APPLIANCE_HEADGerald Carter2002-03-201-12/+1
| | | |
| * | | Ensure we don't do lp_servicename()'s in tdb traverse as thisJeremy Allison2002-03-201-5/+7
| | | | | | | | | | | | | | | | | | | | allocates lots of memory. Jeremy.
| * | | Print queue entries *must* have queue names, not numbers - numbers areJeremy Allison2002-03-202-9/+32
| | | | | | | | | | | | | | | | | | | | | | | | not identical between different smbds (mr potter, come here and take your medicine.... :-). Jeremy.
| * | | John's patch changed the size of a structure stored in the tdb - weJeremy Allison2002-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | must thus update the versionid of the tdb. Jeremy.
| * | | HEAD only fix for truncate from Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Jeremy Allison2002-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | This code needs replacing with the trans2.c from 2.2.x. Jeremy.
| * | | Make ldapsam compile again.Andrew Bartlett2002-03-201-20/+0
| | | |
| * | | BUFFER_SIZE Should be 128k if large read write tests are to work.Jeremy Allison2002-03-201-0/+5
| | | | | | | | | | | | | | | | Jeremy.
| * | | Add assertions that kill() is never accidentally passed a non-positiveMartin Pool2002-03-204-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pid. This follows a bug in rsync where it would accidentally kill(-1), removing all the user's processes. I can't see any way this would directly happen in Samba, but having the assertions seems beneficial. http://cvs.samba.org/cgi-bin/cvsweb/rsync/util.c.diff?r1=1.108&r2=1.109&f=h
| * | | Actually use flags passed in PYTHON_CFLAGS variable.Tim Potter2002-03-201-21/+33
| | | | | | | | | | | | | | | | | | | | | | | | Use py_common.c in winbind extension module for correct initialisation. Some reformatting.