summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge of nicer error message for gencache open error from HEAD.Tim Potter2003-02-121-1/+1
| |
* | Sync with HEAD version.Tim Potter2003-02-121-1/+1
| |
* | Correctly return access denied on share mode deny when we can't open theJeremy Allison2003-02-121-3/+19
| | | | | | | | | | file. This is a regression that was damaged by other code. Jeremy.
* | Merge from HEAD - pull_ucs2_talloc() should pull to a char**, not a void**Jeremy Allison2003-02-121-2/+2
| | | | | | | | Jeremy.
* | Merge from HEAD...setup the %U substitution in winbindd for the homedir templateJeremy Allison2003-02-121-0/+1
| | | | | | | | Jeremy.
* | Merging from HEAD - add a note about a better method for finding netbios ↵Jeremy Allison2003-02-121-0/+7
| | | | | | | | | | | | | | name of workgroup (not implemented yet) Jeremy.
* | Ensure we are not forgetting our janitorial duties...Jeremy Allison2003-02-121-0/+10
| | | | | | | | Jeremy.
* | Merge from HEAD: Patch by Anthony Liguori <aliguor@us.ibm.com> to replace ↵Andrew Bartlett2003-02-111-16/+15
| | | | | | | | | | | | scandir() with portable readdir() calls. Andrew Bartlett
* | Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).Jeremy Allison2003-02-112-45/+46
| | | | | | | | | | | | Thanks to Nir Livni <nirl@cyber-ark.com> for giving me the test case to track it down. Jeremy.
* | Fix the msdfs proxy handling code in dfsenum to return the cumulative number ofShirish Kalele2003-02-111-1/+1
| | | | | | | | | | | | dfs links encountered. Previously the number was being mistakenly reset to 1. Thanks to Guenther Deschner <gd@suse.de> for pointing this out and a fix. [Check into SAMBA_3_0]
* | autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3)Gerald Carter2003-02-102-6/+23
| | | | | | | | findsmb - use @PERL@
* | Cleanups: (merge from HEAD)Andrew Bartlett2003-02-108-12/+21
| | | | | | | | | | | | | | | | | | | | - use safe_strcpy() instead of pstrcpy() for malloc()ed strings - CUPS: a failure in an attempt to automaticly add a printer is not level 0 stuff. - Fix up a possible Realloc() failure segfault Andrew Bartlett
* | Ensure we return NOSPACE if we can't fast allocate a print job.Jeremy Allison2003-02-081-2/+7
| | | | | | | | Jeremy.
* | merge from HEAD - x_fileno, not fileno on an XFILEAndrew Bartlett2003-02-081-1/+1
| |
* | Merge from HEAD - don't mix FILE and X_FILE - fixes debian bugAndrew Bartlett2003-02-081-3/+3
| | | | | | | | | | | | | | http://bugs.debian.org/178219 where the first 4096 bytes where being chewed into the FILE buffer, and never available to X_FILE's read. Andrew Bartlett
* | Samba janitors: applying mbp's redundant umask fix.Jeremy Allison2003-02-072-8/+0
| | | | | | | | Jeremy.
* | Samba janitor: adding mbp's umask patch :-).Jeremy Allison2003-02-071-79/+69
| | | | | | | | Jeremy.
* | check pointer before dereferencing itGerald Carter2003-02-071-1/+1
| |
* | Invert flag testingVolker Lendecke2003-02-071-3/+5
| |
* | Added my name to copyright.John Terpstra2003-02-071-0/+1
| |
* | Added extended audit module.John Terpstra2003-02-071-1/+7
| |
* | Added audit module that logs info to smbd log file as well as syslog.John Terpstra2003-02-071-0/+318
| |
* | merge from headAndrew Tridgell2003-02-072-9/+21
| |
* | merge from HEADVolker Lendecke2003-02-061-4/+22
| |
* | .cvsignore for configure and config.h.inAndrew Bartlett2003-02-062-0/+2
| |
* | (merge from HEAD)Andrew Bartlett2003-02-062-28669/+0
| | | | | | | | | | | | Move configure and include/config.h.in out of CVS. Andrew Bartlett
* | Collapse duplicate messages before sending.Jeremy Allison2003-02-051-80/+132
| | | | | | | | Jeremy.
* | Fixed type.Jeremy Allison2003-02-051-1/+1
| | | | | | | | Jeremy.
* | Check for too many processes *before* the fork.Jeremy Allison2003-02-051-2/+36
| | | | | | | | Jeremy.
* | CUPS patch to log client nameGerald Carter2003-02-051-0/+4
| |
* | Hold the lock for a much shorter time when allocating a new jobid.Jeremy Allison2003-02-041-54/+67
| | | | | | | | Jeremy.
* | Mem alloc checks.Jeremy Allison2003-02-043-23/+59
| | | | | | | | Jeremy.
* | Up the hash table size for printing tdb.cJeremy Allison2003-02-041-1/+1
| | | | | | | | Jeremy.
* | Ensure we overwrite a tdb if the hash size changes.Jeremy Allison2003-02-041-1/+2
| | | | | | | | Jeremy.
* | Try to allow old and new heimdal installsJim McDonough2003-02-042-10/+29
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-02-041-0/+19
|\|
| * Add autogen.sh from distcc via mbp.Andrew Bartlett2003-02-041-0/+19
| | | | | | | | This to allow us to remove configure from CVS.
| * Actually checking both the account and password tests would be a good idea...Andrew Bartlett2003-02-041-2/+2
| | | | | | | | Andrew Bartlett
| * Patch from Edmund Lam <epl@unimelb.edu.au> to fix braindead Tru64 behaviour:Andrew Bartlett2003-02-041-2/+2
| | | | | | | | | | | | Apparently acl_type is #defined to acl_common.entry_type in their acl.h.... Andrew Bartlett
| * Ensure we only ever set fsp->conn in one place.Jeremy Allison2003-02-042-8/+0
| | | | | | | | Jeremy.
| * Try to allow old and new heimdal installsJim McDonough2003-02-042-10/+29
| |
| * Ensure Samba passes the open attribute truncate tests in smbtorture.Jeremy Allison2003-02-041-9/+12
| | | | | | | | Jeremy.
| * Got complete (I hope) coverage of the OPEN TRUNCATE ATTRIBUTES test.Jeremy Allison2003-02-031-122/+91
| | | | | | | | | | Now to make Samba pass it :-). Jeremy.
| * Grrr. Kill all BSD-isms... Spotted by Paul Green <paulg@sw.stratus.com>.Jeremy Allison2003-02-031-1/+1
| | | | | | | | Jeremy.
| * Try to get build working on systems with krb runtime but not devel libs.Jim McDonough2003-02-032-9531/+19797
| | | | | | | | Let's not assume that because one dir exists the whole shebang is there...
| * smb signing compile fixTim Potter2003-02-021-1/+1
| |
| * untest fix for wide links parameter bug.Simo Sorce2003-02-021-2/+65
| | | | | | | | it work properly on 2.2 and the patch apply so I think it should be ok.
| * Add some return values, and don't attempt signing for NTLMSSP yet (it uses aAndrew Bartlett2003-02-022-3/+3
| | | | | | | | | | | | different algorithm). Andrew Bartlett
| * Send the user's session key in the SAMLOGON reply, so that a member server canAndrew Bartlett2003-02-022-4/+13
| | | | | | | | | | | | use smb signing. Andrew Bartlett
| * More signing updates - start checking that the server isn't being spoofed.Andrew Bartlett2003-02-023-1/+45
| | | | | | | | Andrew Bartlett