summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Fix netr_DsrEnumerateDomainTrusts IDL.Günther Deschner2008-01-251-1/+1
* Add LIBNETAPI_LOCAL_SERVER() macro.Günther Deschner2008-01-251-0/+5
* No need to close registry on libnetapi_free() anymore.Günther Deschner2008-01-251-1/+0
* Fix winbindd_can_contact_domain() on a samba DC.Michael Adam2008-01-251-3/+6
* Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner2008-01-2514-479/+281
* Add generated dssetup code after make idl.Günther Deschner2008-01-258-1/+2732
* Adding dssetup.idl from samba4.Günther Deschner2008-01-251-0/+101
* Remove rpccli_samr_get_dom_pwinfo() and rpccli_samr_get_usrdom_pwinfo().Günther Deschner2008-01-252-106/+23
* Fix the same bug with user -> user_obj.Jeremy Allison2008-01-241-1/+7
* Fix a really subtle old, old bug :-). When canonicalizing theJeremy Allison2008-01-241-3/+9
* Correctly set flags in ACE's inherited from parent. Still one bugJeremy Allison2008-01-241-3/+35
* Fix missing error check that caused crash when winbindd not running.Jeremy Allison2008-01-241-0/+1
* Fix lookup_sids to detect unix_groups and unix_users domain sids.Michael Adam2008-01-251-0/+10
* Add a debug message: show the sid lookup_sid() was called for.Michael Adam2008-01-251-0/+2
* Add debug message: show which domain_child is being forked.Michael Adam2008-01-251-0/+7
* Add a debug message to lookup_rids() printing the domain SID.Michael Adam2008-01-251-0/+3
* Add a debug message winbindd_can_contact_domain()Michael Adam2008-01-251-0/+2
* Fix assignment to request->data.init_conn.is_primary in init_child_connection().Michael Adam2008-01-251-1/+1
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-01-2422-192/+321
|\
| * Trying to avoid defining new SAMR acct creation flags when we already have th...Günther Deschner2008-01-256-50/+35
| * Re-run make idl.Günther Deschner2008-01-254-76/+64
| * Rename samr_*AccessMask bitfields to start with SAMR_.Günther Deschner2008-01-251-32/+32
| * Add WERR_INVALID_COMPUTER_NAME.Günther Deschner2008-01-242-0/+2
| * Add cmd_netlogon_gettrustrid() to rpcclient.Günther Deschner2008-01-241-0/+42
| * make idl.Günther Deschner2008-01-247-33/+141
| * Add IDL for netr_LogonGetTrustRid.Günther Deschner2008-01-241-1/+5
* | Make explicit in debug we're ignoring flags from the parent SD.Jeremy Allison2008-01-241-6/+10
|/
* Add debug messages to trace this if needed.Jeremy Allison2008-01-241-0/+14
* The checks for OI and CI were just wrong.... Fix them. Thanks toJeremy Allison2008-01-241-9/+4
* First part of fix for bug #4929 - worked out by jmcd.Jeremy Allison2008-01-241-80/+29
* Fix winbindd build w/o ADS.Günther Deschner2008-01-241-3/+7
* Fix Coverity ID 454Volker Lendecke2008-01-241-1/+8
* Fix Coverity ID 463Volker Lendecke2008-01-241-1/+3
* Fix Coverity ID 465Volker Lendecke2008-01-241-0/+2
* Add winbind_msg_dump_domain_list to winbindd.Günther Deschner2008-01-242-0/+88
* Add winbindd debugging ndr_print helpers.Günther Deschner2008-01-242-0/+150
* Add dump-domain-list command for debugging winbindd's domain_list.Günther Deschner2008-01-242-0/+58
* rerun 'make idl'Stefan Metzmacher2008-01-2411-113/+45
* netlogon.idl: add some MSV1_0_ values from samba3 and use a bitmap32Stefan Metzmacher2008-01-242-5/+10
* Re-run make idl and use generated ndr based on samba4 security.idl (except fo...Günther Deschner2008-01-2410-1157/+1410
* Merge over security.idl from samba4.Günther Deschner2008-01-241-2/+19
* Fix samr_EnumDomainUsers in samba3, must not be a ref pointer here.Günther Deschner2008-01-244-14/+22
* netlogon.idl: make use of bitmap samr_GroupAttrsStefan Metzmacher2008-01-241-1/+2
* netlogon.idl: remove unused netr_GroupsMembership structureStefan Metzmacher2008-01-241-5/+0
* More read_data -> read_socket_with_timeoutVolker Lendecke2008-01-241-16/+3
* Merge branch 'setxattr-dos-mode' into v3-2-testDerrell Lipman2008-01-231-1/+9
|\
| * Allow clearing all settable DOS mode bits. A mode value of zero is ignored byDerrell Lipman2008-01-231-1/+9
* | Don't leak memory in error path.Jeremy Allison2008-01-231-0/+1
* | Use strchr_m in seaching for '.' in the hostname to make sure we're mb safe.Jeremy Allison2008-01-231-1/+1
* | Fix Windows 2008 (Longhorn) join.Andreas Schneider2008-01-231-1/+15