summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* wbinfo: use wbcUidToSid()Stefan Metzmacher2008-03-311-9/+13
| | | | | metze (This used to be commit 4766ebf7ac8d33f9cd0f983ecdc54ef44959648b)
* wbinfo: use wbcPing()Stefan Metzmacher2008-03-311-7/+5
| | | | | metze (This used to be commit 9a2f0b21925e630fa9b268cedbc19cf814686b42)
* build: fix configure option --with-static-libs=libXYZMichael Adam2008-03-311-1/+1
| | | | | | | | | | This should not prevent building but linking of shared lib for subsystem XYZ (example --with-static-libs=libtdb). m4 quotation is tricky... Michael (This used to be commit 4d0a5d5c93ddab444a0097e1c56e4363574cb2b6)
* Revert "regdb: use dbwrap->fetch() instead of fetch_locked() for readonly ↵Michael Adam2008-03-301-11/+10
| | | | | | | | | | | | | | | | access" This reverts commit 4e2be189e97f653b75bd88135a631ce0f42db267. Metze, this broke the registry (reg_api layer), but I don't yet know exactly how and why. By the way, the locks there had the purpose of fetching the seqnum that really matches the data. This needs some more thought / debugging. But I wanted to have the tree in a working state again. Michael (This used to be commit 5c28c74aa06a82559f498373b3d6e9892d5c2cbe)
* Fix a segfault (an uninitialized variable)Volker Lendecke2008-03-291-3/+3
| | | | (This used to be commit 75eb30884a83266fd7331d8f1e3905a0245bb3d8)
* winbindd_cache: add missing validation function for pwinfo cache entryMichael Adam2008-03-291-0/+24
| | | | | Michael (This used to be commit 6d3fc63bfab06346fa57719e8747397873a3c46d)
* Fix missing '&&'.Jeremy Allison2008-03-281-1/+1
| | | | | Jeremy. (This used to be commit 251df53811e4272b629575a4b50c29a99715ccf9)
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-03-287-28/+145
|\ | | | | | | | | | | v3-2-test (This used to be commit 985bd1e642b6e54f1bc95cd4cfcceb96107e383d)
| * Zero initial return_authenticator in net rpc samdump.Günther Deschner2008-03-291-0/+2
| | | | | | | | | | Guenther (This used to be commit 73ead752c5ec7104ea0eed7d963dc36467c81981)
| * Don't let winbind getgroups crash when we have no gids in the token.Günther Deschner2008-03-291-3/+5
| | | | | | | | | | Guenther (This used to be commit 6a576cfe9b87e69af6acbe9abc04124b8b743fd3)
| * Re-run make idl.Günther Deschner2008-03-283-15/+84
| | | | | | | | | | Guenther (This used to be commit 58018ad7f65409d971e5db7165f1b32b572cc275)
| * Fill in netr_NegotiateFlags.Günther Deschner2008-03-281-8/+32
| | | | | | | | | | Guenther (This used to be commit 1cd1c27a0e5aa87682820c8dd81188b7bcc6551a)
| * Add some paranoia fixes for _wkssvc_NetrJoinDomain2/UnjoinDomain2.Günther Deschner2008-03-281-2/+22
| | | | | | | | | | Guenther (This used to be commit 72101a7d0868b19a413b17f8142637f92c6cdad5)
* | Only allow sendfile on non-stream fsp's. Should fix make test for streamsJeremy Allison2008-03-281-2/+2
|/ | | | | | as sendfile isn't implemented in the streams vfs modules yet. Jeremy. (This used to be commit eef53e9603d4f3d892ffe00b061def5d717ca481)
* mapping_ldb: fix memory leak in group enumerationStefan Metzmacher2008-03-281-1/+2
| | | | | metze (This used to be commit 235c056a0ecbb70b21a2572d42c32067dd699988)
* Fix bug #5326 - OS/2 servers give strange "high word" replies for print jobs.Jeremy Allison2008-03-281-1/+3
| | | | | Jeremy. (This used to be commit d090d25cb702965b3d5e4635a26a06f2b62d235d)
* Support "net ads join" format while joining to a specific ou.Günther Deschner2008-03-281-0/+5
| | | | | | | | libnetjoin now supports Computers/Servers/Unix as well as ou=Computers,ou=Servers,ou=Unix,dc=ber,dc=realm,dc=com. Guenther (This used to be commit c0be84c96d8133c6b77d1f0efe41f5f2373febb3)
* Add ads_check_ou_dn().Günther Deschner2008-03-281-0/+47
| | | | | Guenther (This used to be commit 380e9d26db5341d10807ccbfb413d0f53d3ffc71)
* Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam2008-03-287-22/+38
| | | | | | | | | | | | | | current_timestring used to return a string talloced to talloc_tos(). When called by DEBUG from a TALLOC_FREE, this produced messages "no talloc stackframe around, leaking memory". For example when used from net conf. This also adds a temporary talloc context to alloc_sub_basic(). For this purpose, the exit strategy is slightly altered: a common exit point is used for success and failure. Michael (This used to be commit 16b5800d4e3a8b88bac67b2550d14e0aaaa302a9)
* srv_winreg: add a debug message to _winreg_CreateKey().Michael Adam2008-03-281-0/+3
| | | | | Michael (This used to be commit 971f6749ed23523f6eafe5136f6d4c920c20aec4)
* net: add a "net registry" subcommand to locally access the registry.Michael Adam2008-03-283-1/+534
| | | | | | | | The interface is like that of net rpc registry. Access is direct local access to the registry tdb through reg_api. Michael (This used to be commit 3250068eb980bd0489f814f702401cdc9c925a8d)
* More ssize_t->SMB_OFF_TVolker Lendecke2008-03-282-6/+6
| | | | (This used to be commit 8dd6458049d1b9d6849730ac19c39b049a68f302)
* libreplace(samba4): let LIBREPLACE depend on LIBREPLACE_NETWORK for nowStefan Metzmacher2008-03-281-1/+1
| | | | | | | | | This should fix the build on solaris. Later this needs better fixing... metze (cherry picked from commit 89b7955733c34e9699a3b43ee54de92cb9469b90) (This used to be commit fcb497951a86551ce9c4be7b352335dad3be127a)
* wbinfo: use wbcDomainInfo()Stefan Metzmacher2008-03-281-18/+25
| | | | | metze (This used to be commit 7714f9232110b2ee50e6ba8371f0bc23b83717a6)
* wbinfo: use wbcGetgrnam()Stefan Metzmacher2008-03-281-19/+12
| | | | | metze (This used to be commit 8945dce4a18874bdf1a57f1ff8116a66a6f699a0)
* wbinfo: use wbcListUsers() and wbcListGroups()Stefan Metzmacher2008-03-281-54/+29
| | | | | metze (This used to be commit 5a0ae1ad0c36e5ef97008a2c6bc2a921ca6538bd)
* wbinfo: use wbcLookupUserSids()Stefan Metzmacher2008-03-281-31/+45
| | | | | metze (This used to be commit ff16b66631bc93909c0e7adf9e6bb1cf1d641ffd)
* libwbclient: remove prototype of non existing wbcDomainSequenceNumbers()Stefan Metzmacher2008-03-281-2/+0
| | | | | metze (This used to be commit 7a4de23aa318bd24948e576a5582a5c74d335154)
* libwbclient: add wbcListUsers() and wbcListGroups()Stefan Metzmacher2008-03-282-0/+150
| | | | | metze (This used to be commit df127f0b40d36ea8ee605c24ea88558c7d40a7fe)
* libwbclient: add wbcLookupUserSids()Stefan Metzmacher2008-03-282-0/+87
| | | | | metze (This used to be commit 38007a387a1f1b53877ef9ea518f83ecf026f4f3)
* Add Support for DOMAIN\DCNAME syntax in libnetjoin.Günther Deschner2008-03-281-0/+58
| | | | | | | This format is used by Windows to enforce joining to a specific DC. Guenther (This used to be commit cc654892c0d76dea001cd8f7bd6f50cf9e89e9c9)
* Let libnetjoin find the dc in wkssvc NetrJoinDomain2/UnjoinDomain2.Günther Deschner2008-03-281-30/+0
| | | | | Guenther (This used to be commit 9e7d673ac44f500863bcbd0198452adc7c5027f9)
* Check for buffer in decode_wkssvc_join_password_buffer.Günther Deschner2008-03-281-1/+10
| | | | | Guenther (This used to be commit 2134d80c05fd7a37f44317335b40d7961c429c7b)
* Fix a segfaultVolker Lendecke2008-03-281-1/+1
| | | | (This used to be commit 40d1d64c6a2ae128eb3fce0e7f5351b0c5942f30)
* Fix a confusing variable nameVolker Lendecke2008-03-281-2/+2
| | | | (This used to be commit 32c992e9573c9af34cd142393287e2f3538d2dd9)
* Fix a memory leakVolker Lendecke2008-03-281-0/+2
| | | | (This used to be commit ce1bd43cdae63ff05aefaded419388e7b9e3ba9a)
* Make some fns staticVolker Lendecke2008-03-281-16/+5
| | | | (This used to be commit e04fc36f223d8d905a930c077a6cf6c48ee57af7)
* printclose has only 1 vwvVolker Lendecke2008-03-281-1/+1
| | | | (This used to be commit 99d980125054cbfef8ec85a31e83aa18a6e0bce3)
* Remove unneeded pack_dsdcinfo/unpack_dsdcinfo.Günther Deschner2008-03-281-144/+0
| | | | | Guenther (This used to be commit 34dd8f32e1b7fe256ab5dfde5ef5bb8abeec121a)
* Use NDR for netr_DsRGetDCNameInfo un-/marshalling in dsgetdcname.Günther Deschner2008-03-281-16/+26
| | | | | Guenther (This used to be commit 7fa53911054a39681df3f08d19aad92f60d59e28)
* Re-run make idl.Günther Deschner2008-03-283-3/+5
| | | | | Guenther (This used to be commit f8835462f2b88daa687edc79378511ffcb30905d)
* Make netr_DsRGetDCNameInfo public.Günther Deschner2008-03-281-1/+1
| | | | | Guenther (This used to be commit 62c876080c1f3afdd143d1f7f66529827b0f2990)
* Fix blob used in pull_netr_AcctLockStr().Günther Deschner2008-03-281-1/+1
| | | | | | | Thanks metze. Guenther (This used to be commit 565a30ac3208d89de617b28f4553911484033253)
* Re-run make idl.Günther Deschner2008-03-282-39/+39
| | | | | Guenther (This used to be commit 3219ed785330bbfac39aa738e8fc9cb0d7165f58)
* Rename string to array in lsa_BinaryString.Günther Deschner2008-03-281-1/+1
| | | | | Guenther (This used to be commit a4ffaff2e177a09b4f44a30f322dd9668ccbd380)
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-03-271-0/+2
|\ | | | | | | | | | | v3-2-test (This used to be commit 64d4f290cf0aad962a0a3356473632a58e0e34df)
| * Make sure to zero the returned handle in _svcctl_CloseServiceHandle().Günther Deschner2008-03-271-0/+2
| | | | | | | | | | Guenther (This used to be commit 84a079af490cb135dd557091932ea079e1d7ff5b)
* | Fix up the comments on security=share to explain we'reJeremy Allison2008-03-271-1/+5
|/ | | | | | ignoring passwords. Jeremy. (This used to be commit e7b6ea46532a26611dfd9d9e2727d52ba6a9cf50)
* Fix for termination problems when no interfaces found - bug #5267.Jeremy Allison2008-03-271-6/+15
| | | | | Jeremy. (This used to be commit 4b03f4eb2da7a523967ace3d13e79406ade07d47)
* Remove last reference to rpc_netlogon.h.Günther Deschner2008-03-271-1/+0
| | | | | Guenther (This used to be commit 085887eed71ed1ffdb30100d83763e671ea10eee)