summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-01-18Add the "allinfo" command to smbclientVolker Lendecke3-0/+229
Modeled after the Samba4 allinfo command (This used to be commit 3fa0cf3fe5f819f6e76df6f7cef3bb4e1c307a52)
2008-01-18Add a registry backend netlogon_params that replaces the former dynamic overlay.Michael Adam5-0/+66
This is the first step in replacing the dynamic overlays by proper backends implementing REGISTRY_OPS. Michael (This used to be commit e8a0524961d81fa83e0316905dc9d215e4aa7656)
2008-01-18Fix typo in debug message.Michael Adam1-1/+1
Michael (This used to be commit d7a8d7ffbd724a59aa3fc4bdeca6be5d5a0e7258)
2008-01-18Fix the build w/o ADS.Günther Deschner1-0/+4
Guenther (This used to be commit 645f2376d40fabdc787902ac7506ad7234616619)
2008-01-18Add header for NetGetJoinableOUs to libnetapi.Günther Deschner1-0/+11
Guenther (This used to be commit f297ea259d58f7a12924b7111ab79818188cff46)
2008-01-18merged changes from v4-0-testAndrew Tridgell2-43/+43
(This used to be commit 8c89d60924b0380231da834cd3c097b4f8cdc369)
2008-01-18Add NetGetJoinableOUs() to libnetapi (incl. example).Günther Deschner3-3/+309
Guenther (This used to be commit 8858e403e1940c362d307b4d4125f977abb0b96a)
2008-01-18Cosmetics and error string reporting for libnetapi.Günther Deschner3-16/+114
Guenther (This used to be commit 4ca33928512bd71268bafd41d2b608e814a7295f)
2008-01-18Add some more debugging into netdomjoin-gui.Günther Deschner1-4/+9
Guenther (This used to be commit d4c5b323229c6f43c824e3559084c98e370730a5)
2008-01-18Fix local hostname detection in netdomjoin-gui.Günther Deschner1-10/+27
Guenther (This used to be commit 30458116b389889cad845eb96b54c3edc833e722)
2008-01-18Improve libnetapi_set_error_string().Günther Deschner2-7/+39
Guenther (This used to be commit 96f645553ae5c75aabfe588e1a67f3d4bfacb5cb)
2008-01-18Add and correct some WERROR codes.Michael Adam2-2/+13
Michael (This used to be commit 7aec862ddc2aa2b5152c3a452971e55ba43646a5)
2008-01-17Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testDerrell Lipman62-1277/+27280
(This used to be commit 7135d2aea5a68a79e2a77d4a02219436f5e154cc)
2008-01-17stop bothering me about example programs not checked inDerrell Lipman1-0/+16
(This used to be commit 41ad5c7700c5ef3839c0629ee5eb42ec0fe61da6)
2008-01-17Fix bug 5185: repeated calls to smbc_getxattr() lose sid-name mappingDerrell Lipman2-46/+38
If we're going to cache connections to IPC$, we'd better also cache the policy handle and not use a stack-based handle that's invalid on subsequent calls. Derrell (This used to be commit 67c415661f6466c21cd0eaafabe58cba049d2af3)
2008-01-17Add a program to test repeated calls to smbc_getxattr().Derrell Lipman2-0/+67
(This used to be commit f5f46de404dba2e4a03d205a62cd5cf7ea4e075a)
2008-01-17Fix two uninitialized variables in vfs_hpuxacl.cVolker Lendecke1-2/+2
Thanks to David Leonard <David.Leonard@quest.com>, this fixes bug 5208. Volker (This used to be commit a3b36c3cb0fe5f3e78c200290afa59829934f496)
2008-01-17Use new pidl-generated netlogon client calls in NetApi GetDcName().Günther Deschner2-38/+8
Guenther (This used to be commit 733e07a06ce3c903ff5837df6a5119f6d6e3eccb)
2008-01-17Include auto-generated client headers for netlogon/samr.Günther Deschner1-0/+2
Guenther (This used to be commit ad8f6933322e7175b74cc3de525fda58ae150baa)
2008-01-17Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner15-152/+70
Guenther (This used to be commit f7100156a7df7ac3ae84e45a47153b38d9375215)
2008-01-17Re-run make idl to regnerated netlogon.Günther Deschner2-10/+12
Guenther (This used to be commit 0230284cfa83477ad5a084a7970db1ea0cfe8563)
2008-01-17Add NETLOGON_GRACE_LOGON flag to netr_UserFlags.Günther Deschner1-10/+11
Guenther (This used to be commit 9097846466a8dea171f4d241661083f896591292)
2008-01-17Re-run make idl to generate SAMR output.Günther Deschner8-1/+23360
Guenther (This used to be commit b4c1904022cd34c239f163d49d5a13925d238cda)
2008-01-17Use pidl generated data from misc.idl.Günther Deschner8-125/+306
Guenther (This used to be commit 5d8e5cbc3b3ddd1c5788d66f252e4801739243bb)
2008-01-17Re-run make idl to regenerate netlogon output.Günther Deschner7-598/+2264
Guenther (This used to be commit b0e86c5b4d375f21f06208dc063adb9d2659d30b)
2008-01-17Remove dependency for nbt.idl (the NBT_SERVER_* flags) in netlogon.idl.Günther Deschner1-9/+9
Guenther (This used to be commit 37d976d90c9bd7697010309e5efbc7853aced9e5)
2008-01-17Remove samba4 specifi struct server_id from misc.idl.Günther Deschner1-6/+0
Guenther (This used to be commit 9d76153f54aea671d5d1543eaa3e617aad1ba9e9)
2008-01-17Import recent misc.idl from Samba4.Günther Deschner1-1/+5
Guenther (This used to be commit 9afc7d957d1b5362e470c2e87e336fdd74b8be3c)
2008-01-17Add samba3 [out,ref] pointer massage to samr&netlogon idl.Günther Deschner2-93/+94
Guenther (This used to be commit 8a895a37a0a0d155fddf0a6a124f161e3ace5e0b)
2008-01-17Import recent netlogon and samr IDL from samba4.Günther Deschner2-136/+430
Guenther (This used to be commit f24dfaa8466b28416a7fdd941990948210a400c7)
2008-01-17Add a reg_getversion() function to reg_api and use it in srv_winreg_nt.c.Michael Adam2-4/+12
Michael (This used to be commit 903223b160eef6ba6ff19a8bfef19e5fe7008631)
2008-01-17Add my (C) to reg_api.c - MichaelMichael Adam1-0/+1
(This used to be commit 81d6a1fbed5e685376637af8e8bcd70ab2701aa0)
2008-01-17Add a comment header comparing winreg.idl and reg_api.c.Michael Adam1-0/+42
Michael (This used to be commit 15163926a8ae1116a0f0986f35fc16bcf9ce6ce2)
2008-01-17Use reg_[gs]etkeysecurity() instead of regkey_[gs]et_secdes().Michael Adam1-2/+2
Rationale: Use reg_api instead of backend functions. Michael (This used to be commit f986a708be15dd9b9fc28b9862f64f2d0f94accc)
2008-01-17Add reg_api functions reg_getkeysecurity() and reg_setkeysecurity().Michael Adam1-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)
2008-01-17Comment out unused reg_create_path() and reg_delete_path().Michael Adam1-1/+5
These functions are unused. Comment them out for now. Michael (This used to be commit 0cb8399d7c6f228b38c918f8c6c77fd31c346f89)
2008-01-17Move reg_create_path() and reg_delete_path() to reg_api.cMichael Adam2-95/+95
Michael (This used to be commit 4d82cc586c089a16d1d2db214f5e198062890b58)
2008-01-17Convert sync_eventlog_params() to use reg_api instead of reg_frontend.Michael Adam1-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)
2008-01-17Add some sectioning comments to reg_api.cMichael Adam1-0/+15
Michael (This used to be commit d3c9c273740b42e5da101f53d4df3aee70cdacf7)
2008-01-17Make utility function reg_deletekey_recursive_internal() static.Michael Adam1-4/+4
Michael (This used to be commit 3e661273229bcf021276cc0b71350acf8d8fed7c)
2008-01-17Use the proper boolean constants in reg_frontend_hilvl.cMichael Adam1-6/+6
Michael (This used to be commit 5c0a1d5d45948fdc483d6f9de31cea39e12722c6)
2008-01-17Reformatting: Strip trailing white spaces from reg_frontent_hilvl.c.Michael Adam1-21/+19
Michael (This used to be commit 36085d9004592e48b66b681f85346db15e6d9b3a)
2008-01-17idl: Update IDL for eventlog, misc, netlogon and security from Samba 4.Jelmer Vernooij7-10/+20
(This used to be commit 48288869d314d8c91d07282b5536b231d95db159)
2008-01-17idl: Remove use of [ref], which is the default.Jelmer Vernooij1-3/+3
(This used to be commit c22d47b3d58de45c2b686badb9fe6a6cd5a6b047)
2008-01-17idl: Update initshutdown and echo IDL from Samba 4.Jelmer Vernooij5-18/+18
(This used to be commit 35d71a40b385a62b8c85ed68e64b6d38d80aeb3c)
2008-01-17idl: Update DFS IDL from Samba 4.Jelmer Vernooij7-10/+526
(This used to be commit a6677b2e186212f723b24775293682ce5b94952e)
2008-01-17Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testDerrell Lipman8-64/+39
(This used to be commit 15ef5e4884505bca7990e44200d0235764e9057f)
2008-01-17Fix stat results to be consistent between smbc_stat and smbc_fstat.Derrell Lipman1-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)
2008-01-17Add some additional libsmbclient test programs.Derrell Lipman3-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)
2008-01-17Remove is_remotestorage() call from VFS. We already have statvfs() there to ↵Alexander Bokovoy7-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)