summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-1411-79/+118
| | | | | | | | | | Needed to move to disk based i/o later. Jeremy.
* | off by one bug in string length; CR 1159Gerald Carter2003-02-141-1/+1
| |
* | Put dynrpc modules as part of make all, when specified in configure.Jim McDonough2003-02-141-4/+5
| |
* | Bring in line with HEAD version...mostly formatting changes to clean up diffs.Jim McDonough2003-02-141-7/+7
| |
* | merge from HEAD - enable dynamic RPC modulesJim McDonough2003-02-1414-250/+599
| |
* | Mop and bucket for trusted domain enumeration fix.Tim Potter2003-02-142-7/+8
| |
* | Removed unused variable.Jeremy Allison2003-02-131-1/+0
| | | | | | | | Jeremy.
* | Merge JohnR's patch.Jeremy Allison2003-02-131-3/+1
| | | | | | | | | | | | | | Removed extra copy of server name in the printername field (it was mangling the the name to be \\server\\\server\printer ... yes, there were 3 backslashes) reported by get & enum jobs level 2. Jeremy.
* | Merge from HEAD to allow automatic Doxygen generation.Martin Pool2003-02-131-5/+12
| |
* | Added code based on Michael Steffens <michael.steffens@hp.com> uid/gidJeremy Allison2003-02-121-1/+205
| | | | | | | | | | | | caching code. Reduces load on winbindd. Probably should be moved to use gencache at some future date. Jeremy.
* | Fixes for HPUX only having limited POSIX lock range from Michael Steffens ↵Jeremy Allison2003-02-122-14/+9
| | | | | | | | | | | | <michael.steffens@hp.com> Jeremy.
* | adding more descriptions for nt status codesGerald Carter2003-02-121-1/+66
| |
* | merge desired_access for open_printer_ex from HEAD, allowing cupsaddsmb toAndrew Bartlett2003-02-121-1/+1
| | | | | | | | | | | | work again! Andrew Bartlett
* | Merge from HEAD: Fix NULL pointer de-reference in arguments to tdb_pack.Andrew Bartlett2003-02-121-4/+4
| | | | | | | | Andrew Bartlet
* | Merge of smbcontrol debuglevel fixes from HEAD.Tim Potter2003-02-121-4/+1
| |
* | 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
| |