summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-01-24Fix a really subtle old, old bug :-). When canonicalizing theJeremy Allison1-3/+9
2008-01-24Correctly set flags in ACE's inherited from parent. Still one bugJeremy Allison1-3/+35
2008-01-24Fix missing error check that caused crash when winbindd not running.Jeremy Allison1-0/+1
2008-01-25Fix lookup_sids to detect unix_groups and unix_users domain sids.Michael Adam1-0/+10
2008-01-25Add a debug message: show the sid lookup_sid() was called for.Michael Adam1-0/+2
2008-01-25Add debug message: show which domain_child is being forked.Michael Adam1-0/+7
2008-01-25Add a debug message to lookup_rids() printing the domain SID.Michael Adam1-0/+3
2008-01-25Add a debug message winbindd_can_contact_domain()Michael Adam1-0/+2
2008-01-25Fix assignment to request->data.init_conn.is_primary in init_child_connection().Michael Adam1-1/+1
2008-01-24Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison22-192/+321
2008-01-24Make explicit in debug we're ignoring flags from the parent SD.Jeremy Allison1-6/+10
2008-01-25Trying to avoid defining new SAMR acct creation flags when we already have th...Günther Deschner6-50/+35
2008-01-25Re-run make idl.Günther Deschner4-76/+64
2008-01-25Rename samr_*AccessMask bitfields to start with SAMR_.Günther Deschner1-32/+32
2008-01-24Add WERR_INVALID_COMPUTER_NAME.Günther Deschner2-0/+2
2008-01-24Add cmd_netlogon_gettrustrid() to rpcclient.Günther Deschner1-0/+42
2008-01-24make idl.Günther Deschner7-33/+141
2008-01-24Add IDL for netr_LogonGetTrustRid.Günther Deschner1-1/+5
2008-01-24Add debug messages to trace this if needed.Jeremy Allison1-0/+14
2008-01-24The checks for OI and CI were just wrong.... Fix them. Thanks toJeremy Allison1-9/+4
2008-01-24First part of fix for bug #4929 - worked out by jmcd.Jeremy Allison1-80/+29
2008-01-24Fix winbindd build w/o ADS.Günther Deschner1-3/+7
2008-01-24Fix Coverity ID 454Volker Lendecke1-1/+8
2008-01-24Fix Coverity ID 463Volker Lendecke1-1/+3
2008-01-24Fix Coverity ID 465Volker Lendecke1-0/+2
2008-01-24Add winbind_msg_dump_domain_list to winbindd.Günther Deschner2-0/+88
2008-01-24Add winbindd debugging ndr_print helpers.Günther Deschner2-0/+150
2008-01-24Add dump-domain-list command for debugging winbindd's domain_list.Günther Deschner2-0/+58
2008-01-24rerun 'make idl'Stefan Metzmacher11-113/+45
2008-01-24netlogon.idl: add some MSV1_0_ values from samba3 and use a bitmap32Stefan Metzmacher2-5/+10
2008-01-24Re-run make idl and use generated ndr based on samba4 security.idl (except fo...Günther Deschner10-1157/+1410
2008-01-24Merge over security.idl from samba4.Günther Deschner1-2/+19
2008-01-24Fix samr_EnumDomainUsers in samba3, must not be a ref pointer here.Günther Deschner4-14/+22
2008-01-24netlogon.idl: make use of bitmap samr_GroupAttrsStefan Metzmacher1-1/+2
2008-01-24netlogon.idl: remove unused netr_GroupsMembership structureStefan Metzmacher1-5/+0
2008-01-24More read_data -> read_socket_with_timeoutVolker Lendecke1-16/+3
2008-01-23Merge branch 'setxattr-dos-mode' into v3-2-testDerrell Lipman1-1/+9
2008-01-23Allow clearing all settable DOS mode bits. A mode value of zero is ignored byDerrell Lipman1-1/+9
2008-01-23Don't leak memory in error path.Jeremy Allison1-0/+1
2008-01-23Use strchr_m in seaching for '.' in the hostname to make sure we're mb safe.Jeremy Allison1-1/+1
2008-01-23Fix Windows 2008 (Longhorn) join.Andreas Schneider1-1/+15
2008-01-23Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider8-9/+11
2008-01-23Forward ported version of Matt Geddes <musicalcarrion@gmail.com>Jeremy Allison8-20/+71
2008-01-23read_socket_with_timeout has timeout=0 handlingVolker Lendecke3-67/+9
2008-01-23strtok -> strtok_rVolker Lendecke18-47/+75
2008-01-23Fix panic: Don't free the logfilename in winbind_child_died().Michael Adam1-1/+0
2008-01-23Initialize _domain_list to NULL.Michael Adam1-1/+1
2008-01-23Fix get_trust_creds() to return always an upper-cased krb5 principal (thisGünther Deschner1-4/+8
2008-01-23Remove two unused variablesVolker Lendecke2-2/+0
2008-01-23Fix tab_depth: it should not create an extra debug header.Michael Adam2-3/+6