Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Ensure that only parse_prs.c access internal members of the prs_struct. | Jeremy Allison | 2003-02-14 | 11 | -79/+118 | |
| | | | | | | | | | | Needed to move to disk based i/o later. Jeremy. | |||||
* | | off by one bug in string length; CR 1159 | Gerald Carter | 2003-02-14 | 1 | -1/+1 | |
| | | ||||||
* | | Put dynrpc modules as part of make all, when specified in configure. | Jim McDonough | 2003-02-14 | 1 | -4/+5 | |
| | | ||||||
* | | Bring in line with HEAD version...mostly formatting changes to clean up diffs. | Jim McDonough | 2003-02-14 | 1 | -7/+7 | |
| | | ||||||
* | | merge from HEAD - enable dynamic RPC modules | Jim McDonough | 2003-02-14 | 14 | -250/+599 | |
| | | ||||||
* | | Mop and bucket for trusted domain enumeration fix. | Tim Potter | 2003-02-14 | 2 | -7/+8 | |
| | | ||||||
* | | Removed unused variable. | Jeremy Allison | 2003-02-13 | 1 | -1/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge JohnR's patch. | Jeremy Allison | 2003-02-13 | 1 | -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 Pool | 2003-02-13 | 1 | -5/+12 | |
| | | ||||||
* | | Added code based on Michael Steffens <michael.steffens@hp.com> uid/gid | Jeremy Allison | 2003-02-12 | 1 | -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 Allison | 2003-02-12 | 2 | -14/+9 | |
| | | | | | | | | | | | | <michael.steffens@hp.com> Jeremy. | |||||
* | | adding more descriptions for nt status codes | Gerald Carter | 2003-02-12 | 1 | -1/+66 | |
| | | ||||||
* | | merge desired_access for open_printer_ex from HEAD, allowing cupsaddsmb to | Andrew Bartlett | 2003-02-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | work again! Andrew Bartlett | |||||
* | | Merge from HEAD: Fix NULL pointer de-reference in arguments to tdb_pack. | Andrew Bartlett | 2003-02-12 | 1 | -4/+4 | |
| | | | | | | | | Andrew Bartlet | |||||
* | | Merge of smbcontrol debuglevel fixes from HEAD. | Tim Potter | 2003-02-12 | 1 | -4/+1 | |
| | | ||||||
* | | 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 | |
| | |