summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* ntlm_auth: Prepare for a deeper rewrite of the helper functionsKai Blin2008-01-191-4/+43
| | | | (This used to be commit f8243d1913cd19401ce6a13f53c6b84a36fc9dd6)
* ntlm_auth: Dynamically allocate the read buffer.Kai Blin2008-01-191-28/+43
| | | | | This ports over my changes from Samba4 (This used to be commit 4a475baf26ba9f99bc05f13dd2745494174a00c1)
* Link ndr_xattr.o with LIBNDR_GEN_OBJVolker Lendecke2008-01-191-1/+2
| | | | | It will be used elsewhere (net xattr for example) (This used to be commit 924c4ede2acbd4e1d327ccdefc92bbbb3d67d7d8)
* Actually test vl's new code and make it work to fix the build farm :-).Jeremy Allison2008-01-181-8/+12
| | | | | Jeremy. (This used to be commit 63defd3e9d4ba3f02f36ec5ad7b73463f31962a1)
* Always return nlink=1 for directoriesVolker Lendecke2008-01-181-7/+2
| | | | | | I did not test it, but it should not affect cifsfs, there are special posix calls that also return the stat information unfiltered. (This used to be commit e96cf1309e45628f4c27d03f77a4eef5e00602df)
* util_str: Don't return memory from talloc_tos(), use mem_ctx instead.Kai Blin2008-01-195-32/+40
| | | | (This used to be commit ab0ee6e9a6a9eee317228f0c2bde254ad9a59b85)
* Fix error message for new allinfo command.Jeremy Allison2008-01-181-1/+1
| | | | | Jeremy. (This used to be commit 3a1bcbfa7ca2b55265eb486e2b7c740e04775698)
* Fix typo that disabled setting group id. Thanks, Henrik.Derrell Lipman2008-01-181-1/+1
| | | | (This used to be commit 843e1694cfe4a999ed14a9c215b8e77723d0fe79)
* Revert "Host SerNet-AIX has __ss_family instead of ss_family in ↵Stefan Metzmacher2008-01-182-13/+0
| | | | | | | | | | | | sockaddr_storage" This reverts commit e33286f4a68352e55df081d06307f64f190773b3. 393bab185e0e9f02aac5740becc2aba2762133c8 is the v4-0-test fix for the same problem. metze (This used to be commit b8a57a24c390355c4950ca499c1d96aff80abad7)
* libreplace: Escape asterisk.Jelmer Vernooij2008-01-181-1/+1
| | | | | (cherry picked from commit df36c78549b40ee5e47d5cc79de2eb79f58c567a) (This used to be commit 174a45ec18fff064d89f6a12b044973ab3c10c54)
* Try to fix the build on Tru64; avoid single quotes because they get expanded ↵Jelmer Vernooij2008-01-181-1/+1
| | | | | | | by perl in the build system. (cherry picked from commit bba8914af56cb161c275fbbdea2479d6f8bd703c) (This used to be commit a0e663ff2c6548e48c9710e3fb314f3bbabb59d0)
* r26550: libreplace: fallback to __ss_family of struct sockaddr_storageStefan Metzmacher2008-01-182-0/+29
| | | | | | metze (cherry picked from commit 11bdc9bed80b9842ac1ab8f22509a5d191cddc91) (This used to be commit c11122afda52ce787dd1d3357bd85b6ce36b8ca4)
* r26102: libreplace: remove system/printing.h as it only contains samba3 stuffStefan Metzmacher2008-01-182-51/+0
| | | | | | metze (cherry picked from commit 1ecb4ec01b0506c95a5f90a62040329e7a39ee93) (This used to be commit ff8a001f0d3f2655efafed41f2f0b14552a5c7e7)
* r25976: libreplace: not all platforms like _XOPEN_SOURCE=600Stefan Metzmacher2008-01-181-2/+5
| | | | | | | | | - Only use _XOPEN_SOURCE=600 on Tru64 - _OSF_SOURCE is also Tru64 specific metze (cherry picked from commit d19ab62081ce4ee4273ff752ad0443782a994826) (This used to be commit dbff70b2ebe7cc09f7fbe5a0319f978dfcfa1da9)
* r25974: libreplace: see what the build-farm says if we use _XOPEN_SOURCE=600Stefan Metzmacher2008-01-181-0/+1
| | | | | | | | On Tru64 this brings in socklen_t and some other socket stuff metze (cherry picked from commit d42f2e5759332f1f0c6c1269bd29ac62ddb11016) (This used to be commit af3772e22f5e6e0158783086e9791ffc95ee5368)
* r25971: libreplace: remove AC_EXTENSION_FLAG as it's the same as AC_N_DEFINEStefan Metzmacher2008-01-182-15/+2
| | | | | | metze (cherry picked from commit 05b4619c5beff474488d1abe5e647acd94a3e20c) (This used to be commit 58932ca791024bd9a543ff5e21bc26970ceed477)
* r25970: libreplace: fix AC_N_DEFINE() so that some appears in config.hStefan Metzmacher2008-01-181-5/+12
| | | | | | metze (cherry picked from commit a07c983fde52607806745914bb41039afb5618cc) (This used to be commit 3db37038b3e5a59a9baa85f6bcd32ac6e5ec2da1)
* Use C99 structure initializers for netlogon_params_reg_ops.Michael Adam2008-01-181-9/+1
| | | | | Michael (This used to be commit f3901f179b770ffadb3e5a82ac5a2da00d83f40a)
* Add the "allinfo" command to smbclientVolker Lendecke2008-01-183-0/+229
| | | | | Modeled after the Samba4 allinfo command (This used to be commit 3fa0cf3fe5f819f6e76df6f7cef3bb4e1c307a52)
* Add a registry backend netlogon_params that replaces the former dynamic overlay.Michael Adam2008-01-185-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)
* Fix typo in debug message.Michael Adam2008-01-181-1/+1
| | | | | Michael (This used to be commit d7a8d7ffbd724a59aa3fc4bdeca6be5d5a0e7258)
* Fix the build w/o ADS.Günther Deschner2008-01-181-0/+4
| | | | | Guenther (This used to be commit 645f2376d40fabdc787902ac7506ad7234616619)
* Add header for NetGetJoinableOUs to libnetapi.Günther Deschner2008-01-181-0/+11
| | | | | Guenther (This used to be commit f297ea259d58f7a12924b7111ab79818188cff46)
* merged changes from v4-0-testAndrew Tridgell2008-01-182-43/+43
| | | | (This used to be commit 8c89d60924b0380231da834cd3c097b4f8cdc369)
* Add NetGetJoinableOUs() to libnetapi (incl. example).Günther Deschner2008-01-183-3/+309
| | | | | Guenther (This used to be commit 8858e403e1940c362d307b4d4125f977abb0b96a)
* Cosmetics and error string reporting for libnetapi.Günther Deschner2008-01-183-16/+114
| | | | | Guenther (This used to be commit 4ca33928512bd71268bafd41d2b608e814a7295f)
* Add some more debugging into netdomjoin-gui.Günther Deschner2008-01-181-4/+9
| | | | | Guenther (This used to be commit d4c5b323229c6f43c824e3559084c98e370730a5)
* Fix local hostname detection in netdomjoin-gui.Günther Deschner2008-01-181-10/+27
| | | | | Guenther (This used to be commit 30458116b389889cad845eb96b54c3edc833e722)
* Improve libnetapi_set_error_string().Günther Deschner2008-01-182-7/+39
| | | | | Guenther (This used to be commit 96f645553ae5c75aabfe588e1a67f3d4bfacb5cb)
* Add and correct some WERROR codes.Michael Adam2008-01-182-2/+13
| | | | | Michael (This used to be commit 7aec862ddc2aa2b5152c3a452971e55ba43646a5)
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testDerrell Lipman2008-01-1762-1277/+27280
|\ | | | | | | (This used to be commit 7135d2aea5a68a79e2a77d4a02219436f5e154cc)
| * Fix two uninitialized variables in vfs_hpuxacl.cVolker Lendecke2008-01-171-2/+2
| | | | | | | | | | | | | | Thanks to David Leonard <David.Leonard@quest.com>, this fixes bug 5208. Volker (This used to be commit a3b36c3cb0fe5f3e78c200290afa59829934f496)
| * Use new pidl-generated netlogon client calls in NetApi GetDcName().Günther Deschner2008-01-172-38/+8
| | | | | | | | | | Guenther (This used to be commit 733e07a06ce3c903ff5837df6a5119f6d6e3eccb)
| * Include auto-generated client headers for netlogon/samr.Günther Deschner2008-01-171-0/+2
| | | | | | | | | | Guenther (This used to be commit ad8f6933322e7175b74cc3de525fda58ae150baa)
| * Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner2008-01-1715-152/+70
| | | | | | | | | | Guenther (This used to be commit f7100156a7df7ac3ae84e45a47153b38d9375215)
| * Re-run make idl to regnerated netlogon.Günther Deschner2008-01-172-10/+12
| | | | | | | | | | Guenther (This used to be commit 0230284cfa83477ad5a084a7970db1ea0cfe8563)
| * 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)