summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * fix also net rpc shutdownSimo Sorce2002-12-301-10/+1
| | | | | | | | | | sorry (This used to be commit 1eff36ff2fd20ff1844800acefb31972ad865527)
| * the shutdown call does not have a 16 bit flags, but 2 byte representing booleansSimo Sorce2002-12-305-32/+31
| | | | | | | | | | | | | | | | | | this commit change the structure and code to reflect this some test revelead I'm right. some other revelead currently the abort shutdown does not work against my test machine even if it returns successfully ... need investigation (This used to be commit c5892b656dedd0367adc33d9606311d1dde99a58)
| * Port the fix to cli_setup_write to handle offsets greater than 32-bits fromRichard Sharpe2002-12-301-2/+12
| | | | | | | | | | Samba 2.2.x ... (This used to be commit 4201038588bab8674b73371a5eac70a412c5dd6c)
| * Add a new VFS module, that just fiddles the file permissions. Still need toAndrew Bartlett2002-12-302-1/+478
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make it fiddle with NT ACLs (or report no ACL, so Samba fakes it up). The idea here is that Samba reports an NT ACL to Windows clients, which use that ACL in downloaded profiles. If the user doesn't have write permissions on the directories being downloaded, then it cant put the subfolders in (yes, NT will set perms so that it can't access the dir as the user the created it) and the profile download fails. The current solution it to give the user unix write perms to the folders, but this is rather dangerous - sombody could trojen the profile. This should avoid that mess. I'll test this out properly next week, but it works in vfstest (thanks idra!). Andrew Bartlett (This used to be commit 1ad782282a3eb4f89c489a77ad8404099d41d0f9)
| * Add msdfs proxy functionality to HEAD.Shirish Kalele2002-12-293-24/+59
| | | | | | | | (This used to be commit 9df93b1ffc9ce98302540cc3d2cbd66787abc4fd)
| * Revert by Simo's request. HEAD and 3.0 should be in sync forJeremy Allison2002-12-281-10/+2
| | | | | | | | | | | | this except for the modules load. Jeremy. (This used to be commit c7c3afbd0de8bd8797f91d350368a2419fcede0e)
| * some more work on gums.Simo Sorce2002-12-283-36/+533
| | | | | | | | | | | | - Building a tdbsam2 backend to see what I got right and what not about the proposed API - Corrections to API based on tdbsam2 work (This used to be commit 54f11b7de84233209b7db2d01d876f9c6c6340d6)
| * Patch for coredump with missing arg from "Bradley W. Langhorst" ↵Jeremy Allison2002-12-281-1/+8
| | | | | | | | | | | | | | <brad@langhorst.com> Jeremy. (This used to be commit 5914c38a54fcfdb007352b152dc2206708d59af6)
| * For some reason, the configure tests for sendfile support in FreeBSDRichard Sharpe2002-12-272-741/+740
| | | | | | | | | | were broken. This works for 4.3 and 4.6.2. (This used to be commit 91e2d21bd1401ca874c59f4d93f8b429c38b642d)
| * Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-2314-30/+29
| | | | | | | | | | Jeremy. (This used to be commit 784d15761c3271bfd602866f8f9f880dac77671c)
| * the 'padding' field in the query domain info reply is not a paddingAndrew Tridgell2002-12-231-2/+8
| | | | | | | | | | | | | | field at all. It seems to be an optional 12 byte structure of some kind. mkaplan found a situation where the structure was not present at all (depending on ptr_0) (This used to be commit d7f18c60f73a3acb00ec9b1f9c605cc8c9d690a7)
| * talloc_init_named -> talloc_init.Jeremy Allison2002-12-229-18/+18
| | | | | | | | | | Jeremy. (This used to be commit 20a44d4cf11d91e7a09176bfe673ad0cb230dffe)
| * Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-2040-84/+179
| | | | | | | | | | | | named. Ensure we can query them. Jeremy. (This used to be commit 842e08e52a665ae678eea239759bb2de1a0d7b33)
| * Fixed bug in debug statement when tconX fails.Tim Potter2002-12-201-1/+1
| | | | | | | | (This used to be commit a2159610b9d38cc7cfa7cb877ccee816cd2206b8)
| * Protect nmbd against malformed reply packets. Some reports on the lists showingJeremy Allison2002-12-191-1/+10
| | | | | | | | | | | | these. Jeremy. (This used to be commit 65d5bf65c439aee1450e330a9f2bd829d9b2c2d0)
| * merge from 2.2 fix for smbclient large filesHerb Lewis2002-12-192-19/+27
| | | | | | | | (This used to be commit 723c4caf64c56b78052c52fec78c7143ec19e944)
| * merge from 2.2Herb Lewis2002-12-191-0/+2
| | | | | | | | | | actually print args for %g and %e (This used to be commit 47a0ba53fdf52fb4d269b1ff95491e73e47423be)
| * app_head merge for get_friendly_nt_err()Gerald Carter2002-12-171-2/+2
| | | | | | | | (This used to be commit 3ceff08eb75ecd70dcf10d033c7451d87b659c0b)
| * fix make proto to work with SGI smakeHerb Lewis2002-12-171-4/+9
| | | | | | | | (This used to be commit 773e5af6eb61fc38f8e45ea0a2afd6922cc71fd5)
| * * fix memory leak when constructing an driver_level_6 structureGerald Carter2002-12-171-1/+7
| | | | | | | | | | and no dependent files (working on smbd memory leak). No CR# yet. (This used to be commit f017fa7c478f87165b7b6aa83059fe6fad29ac15)
| * Start adding code to allow the in memory version of the registry treeRichard Sharpe2002-12-171-23/+168
| | | | | | | | | | structure to be manipulated. Keys can be partially deleted now. (This used to be commit 9181ba0c682c3f37bbbaab96928c39757491d225)
| * it's getting comic ...Simo Sorce2002-12-172-1/+60
| | | | | | | | | | yet another missing piece :-O (This used to be commit eb595efa7e6c260092478564e5fb3fdefcc120d8)
| * Uhmm a bad day to commit changes :-((Simo Sorce2002-12-161-0/+2
| | | | | | | | (This used to be commit 5320d54b901b92a3a8cdf9a407651713826c6c9f)
| * merge smbtar fixes from 2.2Herb Lewis2002-12-161-6/+8
| | | | | | | | (This used to be commit f3b994326ea4bfc9a74acb2901c733c35900af53)
| * oh god, I will forgot my name one of these days :-/Simo Sorce2002-12-161-0/+78
| | | | | | | | (This used to be commit 0b2591cc4001dd5430591f1871b76c1a6d133b43)
| * forgont genstruct.pl is needed to build new include files for genparseSimo Sorce2002-12-161-0/+298
| | | | | | | | | | sorry (This used to be commit 4029dae9064e10a02006e9d0a5d8cf93e22eaed5)
| * fix usage messageGerald Carter2002-12-161-2/+3
| | | | | | | | (This used to be commit e68c7e0ebc053b97abf9c8a8213f305679ef000d)
| * updates to the gumsSimo Sorce2002-12-167-107/+1633
| | | | | | | | | | introduce genparser will be used by tdbsam2 (This used to be commit 831d3d1ec751f23481f26b31d22b09f3d9c0709a)
| * We now read in the whole of the registry, including security bits.Richard Sharpe2002-12-161-13/+21
| | | | | | | | | | | | | | Still have to make sure that the datastructure is correct, though. Then on to writing it out and editing/changing keys, values and sec_descriptors (This used to be commit 8686b551cd0158a72c1ba4dfea6af5d0d7049210)
| * Fix fnum leak under error condition in cacl_dump.Tim Potter2002-12-151-6/+13
| | | | | | | | (This used to be commit ab337572b82a0b40b56f055cdbb2f5864ef10c87)
| * All the code for reading in the registy is done, but I have a malloc'dRichard Sharpe2002-12-151-21/+83
| | | | | | | | | | area overrun somewhere :-( (This used to be commit 330012a4d787c8b4a2eb6a4b77f53110815e073e)
| * Almost finished processing the registry encoded SEC DESC ...Richard Sharpe2002-12-151-1/+102
| | | | | | | | | | Soon to move onto writing these things out. (This used to be commit eb2f1c826b28647fc99b46e203fe90147f7f3d05)
| * More code to read in and create security descriptor entries ...Richard Sharpe2002-12-141-28/+121
| | | | | | | | (This used to be commit 3564565d33e0e3a691e5014e39ab2e5156112a08)
| * Ensure talloc pool query messages are reserved.Jeremy Allison2002-12-141-0/+4
| | | | | | | | | | Jeremy. (This used to be commit 3520195523c629c4d936db6b0112bd4bd4426ad7)
| * The name pointer in the talloc context must not be a talloced entry asJeremy Allison2002-12-141-2/+13
| | | | | | | | | | | | calling talloc_destroy_pool(as we do sometimes) will destroy it. Jeremy. (This used to be commit 63f344e27be5aaf2204899fea7d53a7302001108)
| * Store printer guid in the dsspooler registry key so we don't have toJim McDonough2002-12-132-106/+187
| | | | | | | | | | query the directory server every time someone asks (This used to be commit f0fc4e30f6284565de404a20450a587cd3fe00a5)
| * Fix for old DOS client when veto files is set to /.*/Jeremy Allison2002-12-131-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 636ab292db8816663c507dd8dbf85078392af5f8)
| * More printer publishing code.Jim McDonough2002-12-134-13/+86
| | | | | | | | | | | | | | | | | | - Add published attribute to info2, needed for win clients to work properly - Return proper info on getprinter 7 This means you can now look at the sharing tab of a printer and get correct info about whether it is published or not, and change it. (This used to be commit adda04379ee46f105436262663652f3f576fa3cf)
| * Begin to handle Security descriptors for keys.Richard Sharpe2002-12-131-0/+95
| | | | | | | | (This used to be commit eca76f2f6609c9decd5cb9dcf7ab9b75c2a805a6)
| * Guy Harris points out that the level and ptr fields in aTim Potter2002-12-131-0/+4
| | | | | | | | | | | | | | SPOOL_USER_CTR look like they should be transposed. We don't make use of the user level information (what is it used for??) so I haven't changed any code, just added a comment. (This used to be commit bbb0b2ee40acfeb8cd91a55feb1db0c1e2d9ced5)
* | from HEAD:Simo Sorce2002-12-311-1/+1
| | | | | | | | | | fix for bad check spotted by Ray Simard <ray@sylvan-glade.com> (This used to be commit bcc633c4097661447731bda24a38be62c69bbed5)
* | Merge tridge's fix :Jeremy Allison2002-12-311-2/+8
| | | | | | | | | | | | | | | | | | the 'padding' field in the query domain info reply is not a padding field at all. It seems to be an optional 12 byte structure of some kind. mkaplan found a situation where the structure was not present at all (depending on ptr_0) Jeremy. (This used to be commit 3b453a596323867d4954b688dc3d83201096a447)
* | Catching up with old patches. Add define for VERITAS quota support.Jeremy Allison2002-12-302-0/+10
| | | | | | | | | | | | Check return in ldap. Jeremy. (This used to be commit 66eff26fc930e37035bba8672f5fd3aeae71078d)
* | Merge Richard's write > 4Gb fix.Jeremy Allison2002-12-301-2/+12
| | | | | | | | | | Jeremy. (This used to be commit 5431bae8944496f44d8cc6d2c4de86e9feb60f32)
* | Revert by Simo's request. HEAD and 3.0 should be in sync forJeremy Allison2002-12-281-10/+2
| | | | | | | | | | | | this except for the modules load. Jeremy. (This used to be commit 388cf136488bf92d057d23223dfcda9986681aee)
* | Patch for coredump with missing arg from "Bradley W. Langhorst" ↵Jeremy Allison2002-12-281-1/+8
| | | | | | | | | | | | | | <brad@langhorst.com> Jeremy. (This used to be commit 0958a2ae73345aff42d6cf8ebc248e463949a3ff)
* | Modify DfsEnum to handle 'msdfs proxy' shares. No NETDFS editing support forShirish Kalele2002-12-281-23/+27
| | | | | | | | | | the proxy target. (This used to be commit 560bb8a115049cd5de1c16087dfecb5b2b75293c)
* | Add check to prevent non-Dfs clients from connecting to an msdfs proxy.Shirish Kalele2002-12-271-0/+7
| | | | | | | | (This used to be commit 2a665ab60a07fd64665cb791e6616479f3239cbb)
* | Add msdfs proxy functionality; a CIFS share can directly be a stand-in forShirish Kalele2002-12-272-1/+25
| | | | | | | | | | | | another share, and when clients connect to the first share, they will be redirected to the proxied share. (This used to be commit 514f548b183b73e1970989d47fb9e6a87e440748)
* | Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-2313-29/+28
| | | | | | | | | | Jeremy. (This used to be commit aa8439a49ec4b9f433745fefa1e769e45398f4df)