summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 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)
* Remove unused marshalling for Netlogon Lockout String.Günther Deschner2008-03-273-93/+0
| | | | | Guenther (This used to be commit d87133d0516294e7d5f123e3bb2e93c179c72677)
* Re-add support for display and vampire of account policies in "net".Günther Deschner2008-03-271-25/+78
| | | | | Guenther (This used to be commit c61499ce02355f5969fa0475ed6e3c278995ecdb)
* Minor fix for net rpc samdump.Günther Deschner2008-03-271-4/+5
| | | | | Guenther (This used to be commit 2f5e25be276135e9cb4cc0c44ec573d466def66e)
* re-run make idl.Günther Deschner2008-03-276-77/+128
| | | | | Guenther (This used to be commit e048780163f95fb7c2d337606794e1aa3c8b4b79)
* Fill in netr_AcctLockStr and use lsa_BinaryString in netlogon delta.Günther Deschner2008-03-271-5/+6
| | | | | Guenther (This used to be commit f98e7909238bd253436076377a7e6b8fb1cb49a9)
* Add lsa_BinaryString.Günther Deschner2008-03-271-0/+6
| | | | | Guenther (This used to be commit c73ff43e8f68600d6bd67c875d40bec2ec02b6dd)
* regdb: use == 0 (instead of != -1) as indicator for success of ↵Michael Adam2008-03-271-4/+4
| | | | | | | dbwrap_trans_[delete|store]() Michael (This used to be commit 7dcd0c1e539df9ff1768a9c878b6687b9e1bfeac)
* dbwrap: fix dbwrap_trans_[delete|store]() to stop when transaction_start() ↵Michael Adam2008-03-271-0/+2
| | | | | | | failed. Michael (This used to be commit ab0aaed907fef233998ff0841d30eabef3263ee8)
* regdb: use != 0 instead of == -1 check for transaction_[commit|cancel]Michael Adam2008-03-271-6/+6
| | | | | Michael (This used to be commit b6ceeaabae94b86fe79d6a60e497fb472ca23021)
* pdb_tdb: use db_open_trans()Stefan Metzmacher2008-03-271-1/+1
| | | | | | | metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 9925cc01a2a4739d6cde5991eb0d0b79ae13353b)
* pdb_tdb: use db_sam->transaction_start(db_sam) != 0 consistentStefan Metzmacher2008-03-271-1/+1
| | | | | | | metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 3bf9ab640e9a79157fcfee0b5d0cde5badc92755)
* passdb/secrets: use db_open_trans()Stefan Metzmacher2008-03-271-1/+2
| | | | | | | metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit b61b8ca4944f399216d8e67a48ea7d259258b432)