Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add a test for a useful property of the compiler - we can get link-time | Andrew Bartlett | 2003-03-05 | 1 | -0/+18 | |
| | | | | | | | | | | | | failures for some compile-time properties this way. Andrew Bartlett | |||||
| * | also ignore the autom4te-2.53.cache | Andrew Bartlett | 2003-03-05 | 1 | -1/+1 | |
| | | ||||||
| * | This file has not been maintained for a while - if we really want this | Andrew Bartlett | 2003-03-05 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | behaviour we should seperate -g from --enable-developer, and allow developers to also select --enable-debug if they want. Andrew Bartlett | |||||
| * | lp_string: Add note about dodgy StrnCpy use. | Martin Pool | 2003-03-05 | 1 | -0/+3 | |
| | | ||||||
| * | Use PRINTER_ALL_ACCESS instead of MAXIMUM_ALLOWED_ACCESS in setprinter | Tim Potter | 2003-03-05 | 1 | -1/+1 | |
| | | | | | | | | command. From Ronan Waide <waider@waider.ie>. | |||||
| * | More const fixes. | Jeremy Allison | 2003-03-05 | 2 | -3/+3 | |
| | | | | | | | | Jeremy. | |||||
| * | Writable string const fixes. | Jeremy Allison | 2003-03-05 | 3 | -8/+14 | |
| | | | | | | | | Jeremy. | |||||
| * | Connectathon fix. W2K -> W2K over port 445 doing a tconX does the full | Jeremy Allison | 2003-03-05 | 1 | -7/+2 | |
| | | | | | | | | | | | | \\server\share syntax, not just a "share" tconX syntax. This broke interop with a vendor. Jeremy. | |||||
| * | Fix another 'off by one' bug with safe_strcpy(). It is unclear if the intent | Andrew Bartlett | 2003-03-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | was to limit the string to 31 or 32 characters (excluding the null term), so I've assumed for now that 32 is fine, as this matches current behaviour (well, current behaviour would crash, but anyway...) Jerry: Can you look at this for me? Andrew Bartlett | |||||
| * | Another pstrcpy() into malloc()ed buffer fix. | Andrew Bartlett | 2003-03-03 | 1 | -2/+2 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Const warning fixes. | Jeremy Allison | 2003-03-03 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | dlsym takes a const char *. | Jeremy Allison | 2003-03-03 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | Fix "might be used uninitialised" warnings. | Jeremy Allison | 2003-03-03 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | Do my janitorial duties to encourage others to do so. | Richard Sharpe | 2003-03-03 | 2 | -7/+8 | |
| | | | | | | | | Fix lingering large offset problems in smbtar etc. | |||||
| * | * always report ourselves as a Windows 2000 print server (even | Gerald Carter | 2003-03-03 | 1 | -8/+29 | |
| | | | | | | | | | | without ADS support) * add "MinorVersion" print server data key and comment on "OSVersion" | |||||
| * | * CR1868: only send a change notify message if we have something | Gerald Carter | 2003-03-03 | 2 | -2/+14 | |
| | | | | | | | | | | | | | | | | | | that changed that the client is monitoring. * couple of comments abnout how we need to validate driver names on SetPrinter() and AddPrinter() * up the debug level on some overly verbose dev mode parsing messages | |||||
| * | Try the PASSWD environment variable if we don't have one from the command line. | Andrew Bartlett | 2003-03-03 | 1 | -0/+4 | |
| | | ||||||
| * | Fixes to the vfs_fake_perms modules - we only need to specify the VFS | Andrew Bartlett | 2003-03-03 | 1 | -211/+29 | |
| | | | | | | | | | | | | | | | | functions that we actually modify. Also a better implementation of the stat() and fstat() functions. Andrew Bartlett | |||||
| * | Add const | Andrew Bartlett | 2003-03-03 | 1 | -1/+1 | |
| | | ||||||
| * | i forgot to commit the privilege db init call | Andrew Tridgell | 2003-03-01 | 1 | -0/+4 | |
| | | ||||||
| * | Added limit to number of jobs enumerated. Set to 0 (means no limit). | Jeremy Allison | 2003-03-01 | 2 | -0/+10 | |
| | | | | | | | | | | Yes I will add the docs.... Jeremy. | |||||
| * | the new DEVELOPER checks for string overflows have (as expected) | Andrew Tridgell | 2003-03-01 | 2 | -3/+12 | |
| | | | | | | | | | | | | broken a lot of stuff. These two macros are meant to make life easier when fixing these bugs. I'm guessing we will see more macros like this (eg. fstrcpy_base) | |||||
| * | Ensure added jobs increment total_jobs. | Jeremy Allison | 2003-03-01 | 1 | -0/+6 | |
| | | | | | | | | Jeremy. | |||||
| * | Fix HTTP error codes (patch by Vance Lankhaar) | Jelmer Vernooij | 2003-02-28 | 1 | -3/+3 | |
| | | ||||||
| * | fixed a crash bug in the new winbindd 'sids rule!' code | Andrew Tridgell | 2003-02-28 | 1 | -1/+1 | |
| | | ||||||
| * | Doxygen janitor: add note that strequal is in fact case-insensitive. | Martin Pool | 2003-02-28 | 1 | -6/+8 | |
| | | ||||||
| * | - added help on -P option | Andrew Tridgell | 2003-02-28 | 1 | -0/+2 | |
| | | | | | | | | - added general options to 'net -h' help | |||||
| * | Doxygen janitor | Martin Pool | 2003-02-28 | 3 | -9/+9 | |
| | | ||||||
| * | Doxygen janitor: fix parameter names, grammar, tag names. | Martin Pool | 2003-02-28 | 1 | -14/+14 | |
| | | ||||||
| * | Doxygen janitor: rpc_resolve_dc parameter is spelled "trust_passwd" | Martin Pool | 2003-02-28 | 1 | -1/+1 | |
| | | ||||||
| * | Doxygen janitor: check_domain_match parameter is spelled | Martin Pool | 2003-02-28 | 1 | -2/+2 | |
| | | | | | | | | "auth_context". | |||||
| * | Fix comment typo | Martin Pool | 2003-02-28 | 1 | -1/+1 | |
| | | ||||||
| * | Remove reference to "mainpage.dox" and CodingStandards, which have | Martin Pool | 2003-02-28 | 2 | -11/+3 | |
| | | | | | | | | | | | | | | been removed. Put subdirectory names in file list, so we get lib/util_chr.c, not just util_chr.c. | |||||
| * | Add a comment about the meaning of samba's internal character set and | Martin Pool | 2003-02-28 | 1 | -0/+24 | |
| | | | | | | | | how this interacts with it. | |||||
| * | Add simple test harness that exposes StrCaseCmp for testing. | Martin Pool | 2003-02-28 | 1 | -0/+20 | |
| | | ||||||
| * | cleanup some compiler warnings | Jim McDonough | 2003-02-28 | 1 | -3/+3 | |
| | | ||||||
| * | Improve net ads lookup: | Jim McDonough | 2003-02-28 | 1 | -61/+142 | |
| | | | | | | | | | | | | | | - More info is printed - (grand)child domains handled properly Thanks to Anthony Liguori (aliguori@us.ibm.com) | |||||
| * | *Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limit | Jeremy Allison | 2003-02-28 | 3 | -15/+61 | |
| | | | | | | | | | | | | | | | | | | the unix domain sockets used by winbindd (also solves FD_SETSIZE problem in winbindd to boot !). Adds a "last_access" field to winbindd connections, and will close the oldest idle connection once the number of open connections goes over WINBINDD_MAX_SIMULTANEOUS_CLIENTS (defined in local.h as 200 currently). Jeremy. | |||||
| * | don't forget the NULL | Gerald Carter | 2003-02-27 | 1 | -3/+3 | |
| | | ||||||
| * | and the winner of "i should have just written it in assembly | Gerald Carter | 2003-02-27 | 1 | -3/+3 | |
| | | | | | | | | | | | | is..." don't use pstrcpy() when you are not dealing with pstrings. | |||||
| * | don't pass NULL pointers to strcmp() | Gerald Carter | 2003-02-27 | 1 | -2/+2 | |
| | | ||||||
| * | additional fix for CR 601 | Gerald Carter | 2003-02-27 | 4 | -2/+26 | |
| | | | | | | | | | | | | | | * distinguish WinXP from Win2k * add a 1/3 of a second delay in OpenPrinter in order to trigger a LAN/WAN optimization in 2k clients. | |||||
| * | Doxygen janitor | Martin Pool | 2003-02-27 | 1 | -5/+6 | |
| | | ||||||
| * | We now use <anchor/> instead of just <anchor> (strict XML syntax) | Jelmer Vernooij | 2003-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | - Rename 'modules = ' to 'preload modules = ' | Jelmer Vernooij | 2003-02-27 | 6 | -29/+77 | |
| | | | | | | | | | | | | - Add smb_probe_module() - Add init_modules() - Call these functions | |||||
| * | Fix possible memory leak on failure. | Andrew Bartlett | 2003-02-27 | 1 | -0/+1 | |
| | | ||||||
| * | Fix to allow blocking lock notification to be done rapidly (no wait | Jeremy Allison | 2003-02-27 | 7 | -19/+162 | |
| | | | | | | | | | | | | for smb -> smb lock release). Adds new PENDING_LOCK type to lockdb (does not interfere with existing locks). Jeremy. | |||||
| * | Add -Wwrite-strings to our --enable-developer settings. | Andrew Bartlett | 2003-02-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | We have compiled relitivly 'clean' with this setting since I did a massive cleanup last month. This should help us stay that way. Andrew Bartlett | |||||
| * | Netlogon-unigroup changes needed for the winbind RID-to-SID conversion. | Andrew Bartlett | 2003-02-26 | 1 | -12/+25 | |
| | | | | | | | | | | | | | | This changes the cache format, which will simply invalidate existing entries, leaving them dead in the cache. Andrew Bartlett | |||||
| * | Kill RID-only and domain+RID madness from winbind. | Andrew Bartlett | 2003-02-26 | 9 | -440/+377 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now we deal with SIDs in almost all of winbind (a couple of limited exceptions remain, but I'm looking into them - they use non-winbind structs ATM). This has particular benifits in returning out-of-domain SIDs for group membership (Need to look into this a bit more) as well as general code quality. This also removes much of the complexity from the idmap interface, which now only deals with mapping IDs, not with SID->domain translations. Breifly tested, but needs more. Fixes some valgrind-found bugs from my previous commit. Winbind cache chagned to using SID strings in some places, as I could not follow exactly how to save and restore multiple packed sids properly. Andrew Bartlett |