summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* more off-by-one safe_strcpy()Andrew Bartlett2003-03-061-3/+3
| | | | (This used to be commit d8d2d5e75503ae2b6532a25e4c9bbcdf20cc60af)
* More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy())Andrew Bartlett2003-03-064-30/+30
| | | | | Andrew Bartlett (This used to be commit 42b5514404bc7e33306c11344c6c934a1f83d295)
* FIXME about crash on failure case.Martin Pool2003-03-061-2/+5
| | | | (This used to be commit a387c4209735f8e4c826cad7cb10c5349b2041ec)
* Add *SMBSERVER fallback code to smbtorture ...Richard Sharpe2003-03-051-3/+17
| | | | (This used to be commit 460339db2246b0213252ee34f507eb8e55ecbecb)
* Add code to allow us to specify the port to connect on when performingRichard Sharpe2003-03-051-6/+14
| | | | | a test ... (This used to be commit 1128a2fb4c16681e669efe605ff7d7161a2f7acd)
* Use new configure test to turn on this automated test for correct stringAndrew Bartlett2003-03-051-1/+1
| | | | | | | function usage. Andrew Bartlett (This used to be commit cdc6139a9646b267a9921fc11fa532640a2e4c7f)
* A couple more fixes for fstrcpy() into a malloced region. In this case it'sAndrew Bartlett2003-03-052-5/+5
| | | | | | | | all perfectly legit - the region is an fstring in length, but might not always be, and it is the last peice of code to fail my automated test. Andrew Bartlett (This used to be commit 762d61b37d053568b6346e249ba7ef594320153a)
* Add a test for a useful property of the compiler - we can get link-timeAndrew Bartlett2003-03-051-0/+18
| | | | | | | failures for some compile-time properties this way. Andrew Bartlett (This used to be commit ce618624b7df797e228f8ef0f19820b318c62ae9)
* also ignore the autom4te-2.53.cacheAndrew Bartlett2003-03-051-1/+1
| | | | (This used to be commit 243c9c37a53501b96df6286517e03eb09efcc620)
* This file has not been maintained for a while - if we really want thisAndrew Bartlett2003-03-051-3/+0
| | | | | | | | behaviour we should seperate -g from --enable-developer, and allow developers to also select --enable-debug if they want. Andrew Bartlett (This used to be commit 96d1449c42597ea22c538a004960b26925c641fc)
* lp_string: Add note about dodgy StrnCpy use.Martin Pool2003-03-051-0/+3
| | | | (This used to be commit b32ae2d83fd0b4dd2c313cd0727bd276564cec0c)
* Use PRINTER_ALL_ACCESS instead of MAXIMUM_ALLOWED_ACCESS in setprinterTim Potter2003-03-051-1/+1
| | | | | command. From Ronan Waide <waider@waider.ie>. (This used to be commit 992b5eb4e05fbf99d91d7235b9a002957533f95b)
* More const fixes.Jeremy Allison2003-03-052-3/+3
| | | | | Jeremy. (This used to be commit 7b945e10a6c636c0b0aabc841803bf44405cb2ae)
* Writable string const fixes.Jeremy Allison2003-03-053-8/+14
| | | | | Jeremy. (This used to be commit 60b0cfc8a5b6275d3460ebc6bf17d0f08e25b67e)
* Connectathon fix. W2K -> W2K over port 445 doing a tconX does the fullJeremy Allison2003-03-051-7/+2
| | | | | | | \\server\share syntax, not just a "share" tconX syntax. This broke interop with a vendor. Jeremy. (This used to be commit 9d7ea5585c873156ede4b56e43a0d4d75077283a)
* Fix another 'off by one' bug with safe_strcpy(). It is unclear if the intentAndrew Bartlett2003-03-041-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 (This used to be commit 6c43327ea2b50820ea4f623c889dc4525d58baa3)
* Another pstrcpy() into malloc()ed buffer fix.Andrew Bartlett2003-03-031-2/+2
| | | | | Andrew Bartlett (This used to be commit bd0c84d60b703e89081838a7cfa1eb1b4f45ad0a)
* Const warning fixes.Jeremy Allison2003-03-031-2/+2
| | | | | Jeremy. (This used to be commit 3ad62ebe26d8c6b82f8618eea11d104b3ab0ec18)
* dlsym takes a const char *.Jeremy Allison2003-03-031-1/+1
| | | | | Jeremy. (This used to be commit ff3827a62b37342b13fd8b4eafd256d91428c02b)
* Fix "might be used uninitialised" warnings.Jeremy Allison2003-03-031-2/+2
| | | | | Jeremy. (This used to be commit a670b57c563b220c2ede1dac4ce1e9c71c866498)
* Do my janitorial duties to encourage others to do so.Richard Sharpe2003-03-032-7/+8
| | | | | Fix lingering large offset problems in smbtar etc. (This used to be commit c416eec2f2a38eebfcda5868999d474628037f1e)
* * always report ourselves as a Windows 2000 print server (evenGerald Carter2003-03-031-8/+29
| | | | | | without ADS support) * add "MinorVersion" print server data key and comment on "OSVersion" (This used to be commit 342734e3de71c7dc8e3d24fd66dae58cf647a569)
* * CR1868: only send a change notify message if we have somethingGerald Carter2003-03-032-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 (This used to be commit 7377d671e8a95ac2ab0452f564b18b2a098699cb)
* Try the PASSWD environment variable if we don't have one from the command line.Andrew Bartlett2003-03-031-0/+4
| | | | (This used to be commit 14d7d8b22993ca7f1c273a7baaccb09c8fa04ef9)
* Fixes to the vfs_fake_perms modules - we only need to specify the VFSAndrew Bartlett2003-03-031-211/+29
| | | | | | | | | functions that we actually modify. Also a better implementation of the stat() and fstat() functions. Andrew Bartlett (This used to be commit 03e74be11cf76167ed211398016274cbaba5847b)
* Add constAndrew Bartlett2003-03-031-1/+1
| | | | (This used to be commit 251b91f46988053eccc53f814a23ed5ca787c852)
* i forgot to commit the privilege db init callAndrew Tridgell2003-03-011-0/+4
| | | | (This used to be commit e8ec2b118071ce1d8cbfbcebce3781ac753c5c22)
* Added limit to number of jobs enumerated. Set to 0 (means no limit).Jeremy Allison2003-03-012-0/+10
| | | | | | Yes I will add the docs.... Jeremy. (This used to be commit 4a739d914bb87a3c8d071dfd0f275a9aab1cf90a)
* the new DEVELOPER checks for string overflows have (as expected)Andrew Tridgell2003-03-012-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) (This used to be commit 50389c0cb2504d7941ec691af21d6a20ae5c5de7)
* Ensure added jobs increment total_jobs.Jeremy Allison2003-03-011-0/+6
| | | | | Jeremy. (This used to be commit d29c6853dd0c43825b3775020076f34faa5cd329)
* Fix HTTP error codes (patch by Vance Lankhaar)Jelmer Vernooij2003-02-281-3/+3
| | | | (This used to be commit 3780d127313ad9f4411751d34fd6e1d96b1422cf)
* fixed a crash bug in the new winbindd 'sids rule!' codeAndrew Tridgell2003-02-281-1/+1
| | | | (This used to be commit 7dfd59963dba921907893b9d1bffe797e9d8b4ad)
* Doxygen janitor: add note that strequal is in fact case-insensitive.Martin Pool2003-02-281-6/+8
| | | | (This used to be commit a4b9c5c2576c80a5f60d47d178b9b8c50d348893)
* - added help on -P optionAndrew Tridgell2003-02-281-0/+2
| | | | | - added general options to 'net -h' help (This used to be commit ee8a7fdab7f5aa6f4a64f2eea90f0d44ae0f388a)
* Doxygen janitorMartin Pool2003-02-283-9/+9
| | | | (This used to be commit 9af07173152c5e861d13b33a8d4aee8167a50b66)
* Doxygen janitor: fix parameter names, grammar, tag names.Martin Pool2003-02-281-14/+14
| | | | (This used to be commit 42d9ec28cd55dbcfda546c84fb842938aeda544d)
* Doxygen janitor: rpc_resolve_dc parameter is spelled "trust_passwd"Martin Pool2003-02-281-1/+1
| | | | (This used to be commit 9dbc3dcfe0bccf1f76930ae86970b48ba5ed1e91)
* Doxygen janitor: check_domain_match parameter is spelledMartin Pool2003-02-281-2/+2
| | | | | "auth_context". (This used to be commit 571c3ce19344276aac1af56d2f69fcc5523f36eb)
* Fix comment typoMartin Pool2003-02-281-1/+1
| | | | (This used to be commit d2fd52c1b50f2d1abad84668911b04c72fdc4b8d)
* Remove reference to "mainpage.dox" and CodingStandards, which haveMartin Pool2003-02-282-11/+3
| | | | | | | | been removed. Put subdirectory names in file list, so we get lib/util_chr.c, not just util_chr.c. (This used to be commit aa2efaab1ffc77bec051cd206000951c72adeccc)
* Add a comment about the meaning of samba's internal character set andMartin Pool2003-02-281-0/+24
| | | | | how this interacts with it. (This used to be commit eb876ee9cf24eda04e0856899b232d060c669c0c)
* Add simple test harness that exposes StrCaseCmp for testing.Martin Pool2003-02-281-0/+20
| | | | (This used to be commit ab77beca041595bc3bd70de3a6e1b49159a4964b)
* cleanup some compiler warningsJim McDonough2003-02-281-3/+3
| | | | (This used to be commit 87cebe797f06fab4a5d0077fd78b2183ff7333a5)
* Improve net ads lookup:Jim McDonough2003-02-281-61/+142
| | | | | | | | - More info is printed - (grand)child domains handled properly Thanks to Anthony Liguori (aliguori@us.ibm.com) (This used to be commit 3dbcb4d93f7c192eb2ccea5941a3843b5de1190e)
* *Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limitJeremy Allison2003-02-283-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. (This used to be commit a82caefda49396641e8650db8a7ef51752ba6c41)
* don't forget the NULLGerald Carter2003-02-271-3/+3
| | | | (This used to be commit f80610120483c929afbec83d2b8649cb3e5111b0)
* and the winner of "i should have just written it in assemblyGerald Carter2003-02-271-3/+3
| | | | | | | is..." don't use pstrcpy() when you are not dealing with pstrings. (This used to be commit 7d547f50f914747291acc71fd3544ad92ce91f0e)
* don't pass NULL pointers to strcmp()Gerald Carter2003-02-271-2/+2
| | | | (This used to be commit 6631984b12a3f74b93f7031c433dd81d6586a5df)
* additional fix for CR 601Gerald Carter2003-02-274-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. (This used to be commit 96570699d1b715f47c35aa211da6ec18f6fc4109)
* Doxygen janitorMartin Pool2003-02-271-5/+6
| | | | (This used to be commit 67bf36c69d19463c28066b276d74ac4784b26bed)