summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * added the LSA privileges server backend stubs. Right now they just logAndrew Tridgell2003-02-064-4/+209
| | | | | | | | | | what was requested. (This used to be commit 64ac6c2bcb729c4658de48e929cc792681903ecc)
| * Collapse duplicate messages before sending.Jeremy Allison2003-02-051-80/+132
| | | | | | | | | | Jeremy. (This used to be commit 203959f1c2389fa95736af09fee5b07e7ae8b659)
| * Fixed type.Jeremy Allison2003-02-051-1/+1
| | | | | | | | | | Jeremy. (This used to be commit ae635bb6ec05ded8a36d7876be8f3e1b8475e35b)
| * Check for too many processes *before* the fork.Jeremy Allison2003-02-051-2/+36
| | | | | | | | | | Jeremy. (This used to be commit dfb596b01288b7035c4448fd395e160a54144732)
| * CUPS patch to log client nameGerald Carter2003-02-051-0/+4
| | | | | | | | (This used to be commit 364a4de6dfb93353fe0742c259c810ffc7e1eab6)
| * Hold the lock for a much shorter time when allocating a new jobid.Jeremy Allison2003-02-041-54/+67
| | | | | | | | | | Jeremy. (This used to be commit 0b5a0fec826475c6282177bae88dcdad23c2825d)
| * Mem alloc failure checks.Jeremy Allison2003-02-043-23/+59
| | | | | | | | | | Jeremy. (This used to be commit 4e33e3f37fd548b9b1ed3c84f673a853b0dc4818)
| * Up the hash table size for printing tdb.cJeremy Allison2003-02-041-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 5f13d6b4a009a02c5d5ef9f806f0eb4b52cfe70c)
| * Ensure we overwrite a tdb if the hash size changes.Jeremy Allison2003-02-041-1/+2
| | | | | | | | | | Jeremy. (This used to be commit 3497330ff53a264e433090066b7318c31d833411)
* | Ensure we use getgrnam() unless BROKEN_GETGRNAM is defined. I now needJeremy Allison2003-02-181-0/+7
| | | | | | | | | | | | to set this for Tru64. Jeremy. (This used to be commit a21154961135def29d7ede302ed09ce52fc22fc1)
* | set the various DsSpooler keys that are linked to PRINTER_INFO_2 fields; CR 985Gerald Carter2003-02-181-10/+57
| | | | | | | | (This used to be commit 9efaef4a96a14bd1ffabf12326ff6f6903f663b2)
* | Correctly check for inet_addr fail. Patch from gregor.7@osu.edu.Jeremy Allison2003-02-171-2/+5
| | | | | | | | | | Jeremy. (This used to be commit 01f6b2694532749807aff1c2e6f338dade2d9b09)
* | People were being tripped up by the fact that we havn't updated acconfig.hAndrew Bartlett2003-02-172-235/+3
| | | | | | | | | | | | | | | | as we don't need it for autoconf 2.53. Remove it from CVS, and assert the newer autotools in configure.in Andrew Bartlett (This used to be commit c51065e6073f30296e87bedd06efd7f9a5833f93)
* | Merge from HEAD - allow "" as a domain in the NLTMv2 hash calculations. FixesAndrew Bartlett2003-02-161-2/+22
| | | | | | | | | | | | | | interop with clients not in our domain. Andrew Bartlett (This used to be commit 6aa3aba3db604d481dc96c3befe066938cb1b0f3)
* | * set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736Gerald Carter2003-02-154-5/+40
| | | | | | | | | | | | | | | | * never save a pointer to an automatic variable (they go away) implement a deep copy for SPOOLSS_NOTIFY_MSG to correct messages being sent that have junk for strings; fix in response to changes for CR 1504 (This used to be commit ffda9e2480414c7ed6156958f516e0d1f3c61350)
* | Merge from head CFLAGS/CPPFLAGS and LIBS/LDFLAGS sanitizingAlexander Bokovoy2003-02-152-0/+31
| | | | | | | | (This used to be commit bf1c82a48f89d25af767d73cb9c25f78bd868d30)
* | fix dumb perror used without errno beeing set.Simo Sorce2003-02-151-2/+2
| | | | | | | | | | thanks to RedHat developers for the report (This used to be commit e257141c9b3703ef73ee312f3ec30d377e0d3293)
* | Merger krb5-config and libtinfo to SAMBA_3_0Alexander Bokovoy2003-02-151-2/+17
| | | | | | | | (This used to be commit 864809707b0acf34e19b4234960e888b6737b39e)
* | Use more portable @SHLIBEXT@ instead of .soJelmer Vernooij2003-02-151-1/+1
| | | | | | | | (This used to be commit bddc54818eb57673ab53c9b7dd0547e3d61aa08b)
* | Remove obsolete file lib/netatalk.c - We now have a vfs moduleJelmer Vernooij2003-02-153-159/+0
| | | | | | | | (This used to be commit fcc7a197b1ec85f9492e335a824317a904b0c919)
* | Patch based on work by Michael Steffens <michael_steffens@hp.com> to wrapJeremy Allison2003-02-151-65/+107
| | | | | | | | | | | | | | all cm_get_XX calls and their subsequent requests in a retry loop in case we've temporarily lost connection to the DC. Makes winbindd more reliable. Jeremy. (This used to be commit 20798ac739682884b5c1340e3bd55a95eefb4b0f)
* | 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. (This used to be commit a823fee5b41a5b6cd4ef05aa1f85f7725bd272a5)
* | off by one bug in string length; CR 1159Gerald Carter2003-02-141-1/+1
| | | | | | | | (This used to be commit aaefa889ad9a065f976275a748be1011d66aa37e)
* | Put dynrpc modules as part of make all, when specified in configure.Jim McDonough2003-02-141-4/+5
| | | | | | | | (This used to be commit d5b5a8e1f16f1e6d90affb4f84ff2f4bfbdfe86d)
* | Bring in line with HEAD version...mostly formatting changes to clean up diffs.Jim McDonough2003-02-141-7/+7
| | | | | | | | (This used to be commit ef43dff0bf49c942260f9a9a79fceabb5de715e0)
* | merge from HEAD - enable dynamic RPC modulesJim McDonough2003-02-1414-250/+599
| | | | | | | | (This used to be commit d9c485b01017594d113502f9de2248d6c120cfa3)
* | Mop and bucket for trusted domain enumeration fix.Tim Potter2003-02-142-7/+8
| | | | | | | | (This used to be commit 5cfb30551a713caa3d69406450c1eac4541a30fa)
* | Removed unused variable.Jeremy Allison2003-02-131-1/+0
| | | | | | | | | | Jeremy. (This used to be commit a29f1aa85f23fa82795a06ad81b26895b025954b)
* | 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. (This used to be commit 2d63f3a13d2cea794eb413023b83c4a1071eaea0)
* | Merge from HEAD to allow automatic Doxygen generation.Martin Pool2003-02-131-5/+12
| | | | | | | | (This used to be commit ff8674d13b6c57907c9cd5776a0a658a9727d0b4)
* | 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. (This used to be commit f2674d1ac94fd5928754b8176cdd65eda50bf66e)
* | Fixes for HPUX only having limited POSIX lock range from Michael Steffens ↵Jeremy Allison2003-02-122-14/+9
| | | | | | | | | | | | | | <michael.steffens@hp.com> Jeremy. (This used to be commit e9b4fb8b9aedda9afc01af976264298002be3096)
* | adding more descriptions for nt status codesGerald Carter2003-02-121-1/+66
| | | | | | | | (This used to be commit 2fa33fcaee288f0607db9fc72d2f1cafdd6c5959)
* | merge desired_access for open_printer_ex from HEAD, allowing cupsaddsmb toAndrew Bartlett2003-02-121-1/+1
| | | | | | | | | | | | | | work again! Andrew Bartlett (This used to be commit 94976a4128ea93606e2719fd06019a1e7eddf61c)
* | Merge from HEAD: Fix NULL pointer de-reference in arguments to tdb_pack.Andrew Bartlett2003-02-121-4/+4
| | | | | | | | | | Andrew Bartlet (This used to be commit 0809670d0f85405c1e58d7317cc7a6ca67c8ad16)
* | Merge of smbcontrol debuglevel fixes from HEAD.Tim Potter2003-02-121-4/+1
| | | | | | | | (This used to be commit 77ae3360e36e460f9a0f3f3e198951e575a247cf)
* | Merge of nicer error message for gencache open error from HEAD.Tim Potter2003-02-121-1/+1
| | | | | | | | (This used to be commit 23ca54000514d400c81950edb556ef4308a88253)
* | Sync with HEAD version.Tim Potter2003-02-121-1/+1
| | | | | | | | (This used to be commit 3a912bee74ab8c3e66e9cb0f60e0964411763d8d)
* | 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. (This used to be commit 7844a53df72af8fd2f70d51b784352aeb1298ed2)
* | Merge from HEAD - pull_ucs2_talloc() should pull to a char**, not a void**Jeremy Allison2003-02-121-2/+2
| | | | | | | | | | Jeremy. (This used to be commit 81437e2ad034e9b83ae954c17a7a261504c55101)
* | Merge from HEAD...setup the %U substitution in winbindd for the homedir templateJeremy Allison2003-02-121-0/+1
| | | | | | | | | | Jeremy. (This used to be commit efc4b738aef08604947dcc1ab5c6383e9ee6d783)
* | 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. (This used to be commit c0eab99753032f5f49bc7adeb1ff95eceb6fe0fe)
* | Ensure we are not forgetting our janitorial duties...Jeremy Allison2003-02-121-0/+10
| | | | | | | | | | Jeremy. (This used to be commit 7812370cabd4a8809eed1eb4968d552bcb0df2f5)
* | 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 (This used to be commit b9ca0b9ef39442726afd580dc38b6dafce542335)
* | 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. (This used to be commit 41894489e82a474f4f8f66aa2c7a117ed05b33e1)
* | 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] (This used to be commit 041a1dd543ae5c197e17aae0b35a41060efc35f0)
* | autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3)Gerald Carter2003-02-102-6/+23
| | | | | | | | | | findsmb - use @PERL@ (This used to be commit f869db787b555dc99e30d82493666c8a388f8f81)
* | 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 (This used to be commit c1cfc296c2efdb2b5972202146e80f0e3b6a3da4)
* | Ensure we return NOSPACE if we can't fast allocate a print job.Jeremy Allison2003-02-081-2/+7
| | | | | | | | | | Jeremy. (This used to be commit 82cf8aa74794649fb16c336011ca48d549d6abb8)
* | merge from HEAD - x_fileno, not fileno on an XFILEAndrew Bartlett2003-02-081-1/+1
| | | | | | | | (This used to be commit e3468d8edc77c4d3dffc81770f4bc991e5a5fe52)