Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge of nicer error message for gencache open error from HEAD. | Tim Potter | 2003-02-12 | 1 | -1/+1 | |
| | | ||||||
* | | Sync with HEAD version. | Tim Potter | 2003-02-12 | 1 | -1/+1 | |
| | | ||||||
* | | Correctly return access denied on share mode deny when we can't open the | Jeremy Allison | 2003-02-12 | 1 | -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 Allison | 2003-02-12 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge from HEAD...setup the %U substitution in winbindd for the homedir template | Jeremy Allison | 2003-02-12 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Merging from HEAD - add a note about a better method for finding netbios ↵ | Jeremy Allison | 2003-02-12 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | name of workgroup (not implemented yet) Jeremy. | |||||
* | | Ensure we are not forgetting our janitorial duties... | Jeremy Allison | 2003-02-12 | 1 | -0/+10 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge from HEAD: Patch by Anthony Liguori <aliguor@us.ibm.com> to replace ↵ | Andrew Bartlett | 2003-02-11 | 1 | -16/+15 | |
| | | | | | | | | | | | | scandir() with portable readdir() calls. Andrew Bartlett | |||||
* | | Fix delete on close semantics to match W2K. I (think:-) I understand it now :-). | Jeremy Allison | 2003-02-11 | 2 | -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 of | Shirish Kalele | 2003-02-11 | 1 | -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 Carter | 2003-02-10 | 2 | -6/+23 | |
| | | | | | | | | findsmb - use @PERL@ | |||||
* | | Cleanups: (merge from HEAD) | Andrew Bartlett | 2003-02-10 | 8 | -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 Allison | 2003-02-08 | 1 | -2/+7 | |
| | | | | | | | | Jeremy. | |||||
* | | merge from HEAD - x_fileno, not fileno on an XFILE | Andrew Bartlett | 2003-02-08 | 1 | -1/+1 | |
| | | ||||||
* | | Merge from HEAD - don't mix FILE and X_FILE - fixes debian bug | Andrew Bartlett | 2003-02-08 | 1 | -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 Allison | 2003-02-07 | 2 | -8/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | Samba janitor: adding mbp's umask patch :-). | Jeremy Allison | 2003-02-07 | 1 | -79/+69 | |
| | | | | | | | | Jeremy. | |||||
* | | check pointer before dereferencing it | Gerald Carter | 2003-02-07 | 1 | -1/+1 | |
| | | ||||||
* | | Invert flag testing | Volker Lendecke | 2003-02-07 | 1 | -3/+5 | |
| | | ||||||
* | | Added my name to copyright. | John Terpstra | 2003-02-07 | 1 | -0/+1 | |
| | | ||||||
* | | Added extended audit module. | John Terpstra | 2003-02-07 | 1 | -1/+7 | |
| | | ||||||
* | | Added audit module that logs info to smbd log file as well as syslog. | John Terpstra | 2003-02-07 | 1 | -0/+318 | |
| | | ||||||
* | | merge from head | Andrew Tridgell | 2003-02-07 | 2 | -9/+21 | |
| | | ||||||
* | | merge from HEAD | Volker Lendecke | 2003-02-06 | 1 | -4/+22 | |
| | | ||||||
* | | .cvsignore for configure and config.h.in | Andrew Bartlett | 2003-02-06 | 2 | -0/+2 | |
| | | ||||||
* | | (merge from HEAD) | Andrew Bartlett | 2003-02-06 | 2 | -28669/+0 | |
| | | | | | | | | | | | | Move configure and include/config.h.in out of CVS. Andrew Bartlett | |||||
* | | Collapse duplicate messages before sending. | Jeremy Allison | 2003-02-05 | 1 | -80/+132 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed type. | Jeremy Allison | 2003-02-05 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Check for too many processes *before* the fork. | Jeremy Allison | 2003-02-05 | 1 | -2/+36 | |
| | | | | | | | | Jeremy. | |||||
* | | CUPS patch to log client name | Gerald Carter | 2003-02-05 | 1 | -0/+4 | |
| | | ||||||
* | | Hold the lock for a much shorter time when allocating a new jobid. | Jeremy Allison | 2003-02-04 | 1 | -54/+67 | |
| | | | | | | | | Jeremy. | |||||
* | | Mem alloc checks. | Jeremy Allison | 2003-02-04 | 3 | -23/+59 | |
| | | | | | | | | Jeremy. | |||||
* | | Up the hash table size for printing tdb.c | Jeremy Allison | 2003-02-04 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Ensure we overwrite a tdb if the hash size changes. | Jeremy Allison | 2003-02-04 | 1 | -1/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Try to allow old and new heimdal installs | Jim McDonough | 2003-02-04 | 2 | -10/+29 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2003-02-04 | 1 | -0/+19 | |
|\| | ||||||
| * | Add autogen.sh from distcc via mbp. | Andrew Bartlett | 2003-02-04 | 1 | -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 Bartlett | 2003-02-04 | 1 | -2/+2 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Patch from Edmund Lam <epl@unimelb.edu.au> to fix braindead Tru64 behaviour: | Andrew Bartlett | 2003-02-04 | 1 | -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 Allison | 2003-02-04 | 2 | -8/+0 | |
| | | | | | | | | Jeremy. | |||||
| * | Try to allow old and new heimdal installs | Jim McDonough | 2003-02-04 | 2 | -10/+29 | |
| | | ||||||
| * | Ensure Samba passes the open attribute truncate tests in smbtorture. | Jeremy Allison | 2003-02-04 | 1 | -9/+12 | |
| | | | | | | | | Jeremy. | |||||
| * | Got complete (I hope) coverage of the OPEN TRUNCATE ATTRIBUTES test. | Jeremy Allison | 2003-02-03 | 1 | -122/+91 | |
| | | | | | | | | | | Now to make Samba pass it :-). Jeremy. | |||||
| * | Grrr. Kill all BSD-isms... Spotted by Paul Green <paulg@sw.stratus.com>. | Jeremy Allison | 2003-02-03 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | Try to get build working on systems with krb runtime but not devel libs. | Jim McDonough | 2003-02-03 | 2 | -9531/+19797 | |
| | | | | | | | | Let's not assume that because one dir exists the whole shebang is there... | |||||
| * | smb signing compile fix | Tim Potter | 2003-02-02 | 1 | -1/+1 | |
| | | ||||||
| * | untest fix for wide links parameter bug. | Simo Sorce | 2003-02-02 | 1 | -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 a | Andrew Bartlett | 2003-02-02 | 2 | -3/+3 | |
| | | | | | | | | | | | | different algorithm). Andrew Bartlett | |||||
| * | Send the user's session key in the SAMLOGON reply, so that a member server can | Andrew Bartlett | 2003-02-02 | 2 | -4/+13 | |
| | | | | | | | | | | | | use smb signing. Andrew Bartlett | |||||
| * | More signing updates - start checking that the server isn't being spoofed. | Andrew Bartlett | 2003-02-02 | 3 | -1/+45 | |
| | | | | | | | | Andrew Bartlett |