summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add NETLOGON_GRACE_LOGON flag to netr_UserFlags.Günther Deschner2008-01-171-10/+11
| | | | | Guenther (This used to be commit 9097846466a8dea171f4d241661083f896591292)
* Re-run make idl to generate SAMR output.Günther Deschner2008-01-178-1/+23360
| | | | | Guenther (This used to be commit b4c1904022cd34c239f163d49d5a13925d238cda)
* Use pidl generated data from misc.idl.Günther Deschner2008-01-178-125/+306
| | | | | Guenther (This used to be commit 5d8e5cbc3b3ddd1c5788d66f252e4801739243bb)
* Re-run make idl to regenerate netlogon output.Günther Deschner2008-01-177-598/+2264
| | | | | Guenther (This used to be commit b0e86c5b4d375f21f06208dc063adb9d2659d30b)
* Remove dependency for nbt.idl (the NBT_SERVER_* flags) in netlogon.idl.Günther Deschner2008-01-171-9/+9
| | | | | Guenther (This used to be commit 37d976d90c9bd7697010309e5efbc7853aced9e5)
* Remove samba4 specifi struct server_id from misc.idl.Günther Deschner2008-01-171-6/+0
| | | | | Guenther (This used to be commit 9d76153f54aea671d5d1543eaa3e617aad1ba9e9)
* Import recent misc.idl from Samba4.Günther Deschner2008-01-171-1/+5
| | | | | Guenther (This used to be commit 9afc7d957d1b5362e470c2e87e336fdd74b8be3c)
* Add samba3 [out,ref] pointer massage to samr&netlogon idl.Günther Deschner2008-01-172-93/+94
| | | | | Guenther (This used to be commit 8a895a37a0a0d155fddf0a6a124f161e3ace5e0b)
* Import recent netlogon and samr IDL from samba4.Günther Deschner2008-01-172-136/+430
| | | | | Guenther (This used to be commit f24dfaa8466b28416a7fdd941990948210a400c7)
* Add a reg_getversion() function to reg_api and use it in srv_winreg_nt.c.Michael Adam2008-01-172-4/+12
| | | | | Michael (This used to be commit 903223b160eef6ba6ff19a8bfef19e5fe7008631)
* Add my (C) to reg_api.c - MichaelMichael Adam2008-01-171-0/+1
| | | | (This used to be commit 81d6a1fbed5e685376637af8e8bcd70ab2701aa0)
* Add a comment header comparing winreg.idl and reg_api.c.Michael Adam2008-01-171-0/+42
| | | | | Michael (This used to be commit 15163926a8ae1116a0f0986f35fc16bcf9ce6ce2)
* Use reg_[gs]etkeysecurity() instead of regkey_[gs]et_secdes().Michael Adam2008-01-171-2/+2
| | | | | | | Rationale: Use reg_api instead of backend functions. Michael (This used to be commit f986a708be15dd9b9fc28b9862f64f2d0f94accc)
* Add reg_api functions reg_getkeysecurity() and reg_setkeysecurity().Michael Adam2008-01-171-0/+11
| | | | | | | | | These are wrappers around the lower level functions regkey_get_secdesc() and regkey_set_secdesc(). Next step towards hiding reg_frontend from the surface. Michael (This used to be commit 7251a24b489a008243091279d96157cacec35b62)
* Comment out unused reg_create_path() and reg_delete_path().Michael Adam2008-01-171-1/+5
| | | | | | | These functions are unused. Comment them out for now. Michael (This used to be commit 0cb8399d7c6f228b38c918f8c6c77fd31c346f89)
* Move reg_create_path() and reg_delete_path() to reg_api.cMichael Adam2008-01-172-95/+95
| | | | | Michael (This used to be commit 4d82cc586c089a16d1d2db214f5e198062890b58)
* Convert sync_eventlog_params() to use reg_api instead of reg_frontend.Michael Adam2008-01-171-20/+26
| | | | | | | | | | | This is a step towards untangling the registry. All places should use reg_api.c, reg_frontend should actually more appropriately be named reg_backend_dispatcher and hidden from callers. :-) Michael (This used to be commit 92e95fe58500dc8bf89bb43c1d65559702363767)
* Add some sectioning comments to reg_api.cMichael Adam2008-01-171-0/+15
| | | | | Michael (This used to be commit d3c9c273740b42e5da101f53d4df3aee70cdacf7)
* Make utility function reg_deletekey_recursive_internal() static.Michael Adam2008-01-171-4/+4
| | | | | Michael (This used to be commit 3e661273229bcf021276cc0b71350acf8d8fed7c)
* Use the proper boolean constants in reg_frontend_hilvl.cMichael Adam2008-01-171-6/+6
| | | | | Michael (This used to be commit 5c0a1d5d45948fdc483d6f9de31cea39e12722c6)
* Reformatting: Strip trailing white spaces from reg_frontent_hilvl.c.Michael Adam2008-01-171-21/+19
| | | | | Michael (This used to be commit 36085d9004592e48b66b681f85346db15e6d9b3a)
* idl: Update IDL for eventlog, misc, netlogon and security from Samba 4.Jelmer Vernooij2008-01-177-10/+20
| | | | (This used to be commit 48288869d314d8c91d07282b5536b231d95db159)
* idl: Remove use of [ref], which is the default.Jelmer Vernooij2008-01-171-3/+3
| | | | (This used to be commit c22d47b3d58de45c2b686badb9fe6a6cd5a6b047)
* idl: Update initshutdown and echo IDL from Samba 4.Jelmer Vernooij2008-01-175-18/+18
| | | | (This used to be commit 35d71a40b385a62b8c85ed68e64b6d38d80aeb3c)
* idl: Update DFS IDL from Samba 4.Jelmer Vernooij2008-01-177-10/+526
| | | | (This used to be commit a6677b2e186212f723b24775293682ce5b94952e)
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testDerrell Lipman2008-01-178-64/+39
|\ | | | | | | (This used to be commit 15ef5e4884505bca7990e44200d0235764e9057f)
| * Remove is_remotestorage() call from VFS. We already have statvfs() there to ↵Alexander Bokovoy2008-01-177-35/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | handle FS capabilities. As discussed with Volker, it is better to calculate FS capabilities at connection time. We already do this with help of VFS statvfs() call which allows to fill-in system-specific attributes including FS capabilities. So just re-use it if you want to represent additional capabilities in your modules. The only caution is that you need to call underlying statvfs() call to actually get system-specific capabilities (and other fields) added. Then add module-specific ones. (This used to be commit e342ca0d931f9a5c8ec9e472dc9c63f1fe012b3a)
| * Rework of VFS is_offline() function to only return boolean offline/online ↵Alexander Bokovoy2008-01-177-26/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | result for a file. This makes sense as upper levels are only taking returned result of 0 (no error) into consideration when deciding whether to mark file offline/online as returned from is_offline. That means that we simply can move the decision down to VFS module and clean up upper levels so that they always see only file status. If there is an error when trying to identify file status, then VFS module could decide what to return (offline or online) by itself -- after all, it ought to have system-specific knowledge anyway. (This used to be commit 75cc08661473cce62756fa062071bb2bc1fb39ec)
| * Fix more VFS API mixup with offline filesAlexander Bokovoy2008-01-171-5/+4
| | | | | | | | | | I'm sorry for this mess. :-( (This used to be commit e1f5a8f10795831d3c7902d9803c9571c8ac811a)
| * Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testAlexander Bokovoy2008-01-178-95/+231
| |\ | | | | | | | | | (This used to be commit 4256f8e093e81fbc2c1afd8f823725ae286945ce)
| * \ Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testAlexander Bokovoy2008-01-16105-1102/+6280
| |\ \ | | | | | | | | | | | | (This used to be commit b01f34141509c90b12003786957790866c286cba)
| * \ \ Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testAlexander Bokovoy2008-01-140-0/+0
| |\ \ \ | | | | | | | | | | | | | | | (This used to be commit a40f68eac1d421c96fc3e10e5a7494dc2c5a124e)
| * \ \ \ Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testAlexander Bokovoy2008-01-147-6/+72
| |\ \ \ \ | | | | | | | | | | | | | | | | | | (This used to be commit 5c2d4c76d8b56be92edcee026f2289b8b46a4c27)
| * | | | | Fix crash in winbind clients: instead of talloc-based pointer we passed ↵Alexander Bokovoy2008-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | address of a local variable. (This used to be commit 0afd2153c7649e89d595cb7eff0f7b3c0b56ea15)
* | | | | | Fix stat results to be consistent between smbc_stat and smbc_fstat.Derrell Lipman2008-01-171-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We create a kludged inode based on the checksum of the path. We therefore need to use the same (full) path when calculating it in both smbc_stat() and smbc_fstat(). If struct stat has an rdev field, set it to zero. Derrell (This used to be commit b4282fbd6d27d868b2d5c04bb72d2d7421822da1)
* | | | | | Add some additional libsmbclient test programs.Derrell Lipman2008-01-173-1/+158
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testwrite: create or truncate a file and write to it. teststat3: compare the results from smbc_stat() and smbc_fstat() Derrell (This used to be commit 5a4a7aec761c3388b741b9b47fa6358fc71a66ce)
* | | | | Fix bug found by Derrell - windows returns an read returnJeremy Allison2008-01-161-21/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | offset of zero if return size is zero. Should fix testread libsmbclient code. Jeremy. (This used to be commit df3c4648399f8d62ff6fe0013be8b89abc18f0f0)
* | | | | Fix the mess that ab just made of the new VFS code.Jeremy Allison2008-01-165-59/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NEEDS MORE TESTING ! Jeremy. (This used to be commit bcc94aed6f03211866aa85753a90fece87846ba9)
* | | | | Tidy up code and debug for non-default krb5 IPv6 port.Jeremy Allison2008-01-161-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | Jeremy. (This used to be commit 79b7972de4c2a8c71e37642ddf7e5bbed53dd58a)
* | | | | Fix IPv6 bug #5204, which caused krb5 DNS lookupsJeremy Allison2008-01-162-15/+81
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | for a name '[<ipv6 addr>'. Jeremy. (This used to be commit f2aa921505e49f894bfed4e5e2f9fc01918b1bb0)
* | | | Revert "default to tdbsam instead of smbpasswd"Volker Lendecke2008-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | This reverts commit ab8ff39fd51929aae2f4088ca5b1d67e5cb7099e. (This used to be commit 5838a9f556f151dc7c1773dcdc598b8ba79fca44)
* | | | Don't try ftruncate when the tdb is opened read-onlyVolker Lendecke2008-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tridge, Jeremy, please check! Thanks, Volker (This used to be commit e4f46d527411c54e8f26c05033b744c751810c32)
* | | | Next try to fix the max dead record calculationVolker Lendecke2008-01-161-1/+1
| | | | | | | | | | | | | | | | (This used to be commit 4f95c58040f46f343f55f9a5db2655a5e3b62c00)
* | | | default to tdbsam instead of smbpasswdVolker Lendecke2008-01-161-1/+1
| | | | | | | | | | | | | | | | (This used to be commit ab8ff39fd51929aae2f4088ca5b1d67e5cb7099e)
* | | | Fix an uninitialized variable warningVolker Lendecke2008-01-161-1/+1
| | | | | | | | | | | | | | | | (This used to be commit dcb7fb2c0d8e4b798b36e8caf480d198f3e08d00)
* | | | Fix some C++ warningsVolker Lendecke2008-01-162-4/+7
| | | | | | | | | | | | | | | | (This used to be commit 625241c4773ae5c80dd0cb0c07a86aff633c1ede)
* | | | Fix a missing prototype warningVolker Lendecke2008-01-161-0/+1
| | | | | | | | | | | | | | | | (This used to be commit 871cee04f26da97756804b38acfd366b6011dc9e)
* | | | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-simoSimo Sorce2008-01-1650-514/+4113
|\ \ \ \ | | | | | | | | | | | | | | | (This used to be commit 05c22a55a4c052c682a2f2afdb0696504195d18c)
| * | | | Add "config backend" to the parameters forbidden in registry config.Michael Adam2008-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make registry based configs more fool-proof. Michael (This used to be commit 2ea55c03b25eb5e98be3449e12004a7246319acd)
| * | | | Add my (C) to loadparm.c.Michael Adam2008-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think now that I have changed some substantial logic, I should confess.... :-) Michael (This used to be commit 704ac0ba49134d14dc00769b1cf2d9f55657bdfb)