index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-24
Correctly set flags in ACE's inherited from parent. Still one bug
Jeremy Allison
1
-3
/
+35
2008-01-24
Fix missing error check that caused crash when winbindd not running.
Jeremy Allison
1
-0
/
+1
2008-01-25
Fix lookup_sids to detect unix_groups and unix_users domain sids.
Michael Adam
1
-0
/
+10
2008-01-25
Add a debug message: show the sid lookup_sid() was called for.
Michael Adam
1
-0
/
+2
2008-01-25
Add debug message: show which domain_child is being forked.
Michael Adam
1
-0
/
+7
2008-01-25
Add a debug message to lookup_rids() printing the domain SID.
Michael Adam
1
-0
/
+3
2008-01-25
Add a debug message winbindd_can_contact_domain()
Michael Adam
1
-0
/
+2
2008-01-25
Fix assignment to request->data.init_conn.is_primary in init_child_connection().
Michael Adam
1
-1
/
+1
2008-01-24
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
22
-192
/
+321
2008-01-24
Make explicit in debug we're ignoring flags from the parent SD.
Jeremy Allison
1
-6
/
+10
2008-01-25
Trying to avoid defining new SAMR acct creation flags when we already have th...
Günther Deschner
6
-50
/
+35
2008-01-25
Re-run make idl.
Günther Deschner
4
-76
/
+64
2008-01-25
Rename samr_*AccessMask bitfields to start with SAMR_.
Günther Deschner
1
-32
/
+32
2008-01-24
Add WERR_INVALID_COMPUTER_NAME.
Günther Deschner
2
-0
/
+2
2008-01-24
Add cmd_netlogon_gettrustrid() to rpcclient.
Günther Deschner
1
-0
/
+42
2008-01-24
make idl.
Günther Deschner
7
-33
/
+141
2008-01-24
Add IDL for netr_LogonGetTrustRid.
Günther Deschner
1
-1
/
+5
2008-01-24
Add debug messages to trace this if needed.
Jeremy Allison
1
-0
/
+14
2008-01-24
The checks for OI and CI were just wrong.... Fix them. Thanks to
Jeremy Allison
1
-9
/
+4
2008-01-24
First part of fix for bug #4929 - worked out by jmcd.
Jeremy Allison
1
-80
/
+29
2008-01-24
Fix winbindd build w/o ADS.
Günther Deschner
1
-3
/
+7
2008-01-24
Fix Coverity ID 454
Volker Lendecke
1
-1
/
+8
2008-01-24
Fix Coverity ID 463
Volker Lendecke
1
-1
/
+3
2008-01-24
Fix Coverity ID 465
Volker Lendecke
1
-0
/
+2
2008-01-24
Add winbind_msg_dump_domain_list to winbindd.
Günther Deschner
2
-0
/
+88
2008-01-24
Add winbindd debugging ndr_print helpers.
Günther Deschner
2
-0
/
+150
2008-01-24
Add dump-domain-list command for debugging winbindd's domain_list.
Günther Deschner
2
-0
/
+58
2008-01-24
rerun 'make idl'
Stefan Metzmacher
11
-113
/
+45
2008-01-24
netlogon.idl: add some MSV1_0_ values from samba3 and use a bitmap32
Stefan Metzmacher
2
-5
/
+10
2008-01-24
Re-run make idl and use generated ndr based on samba4 security.idl (except fo...
Günther Deschner
10
-1157
/
+1410
2008-01-24
Merge over security.idl from samba4.
Günther Deschner
1
-2
/
+19
2008-01-24
Fix samr_EnumDomainUsers in samba3, must not be a ref pointer here.
Günther Deschner
4
-14
/
+22
2008-01-24
netlogon.idl: make use of bitmap samr_GroupAttrs
Stefan Metzmacher
1
-1
/
+2
2008-01-24
netlogon.idl: remove unused netr_GroupsMembership structure
Stefan Metzmacher
1
-5
/
+0
2008-01-24
More read_data -> read_socket_with_timeout
Volker Lendecke
1
-16
/
+3
2008-01-23
Merge branch 'setxattr-dos-mode' into v3-2-test
Derrell Lipman
1
-1
/
+9
2008-01-23
Allow clearing all settable DOS mode bits. A mode value of zero is ignored by
Derrell Lipman
1
-1
/
+9
2008-01-23
Don't leak memory in error path.
Jeremy Allison
1
-0
/
+1
2008-01-23
Use strchr_m in seaching for '.' in the hostname to make sure we're mb safe.
Jeremy Allison
1
-1
/
+1
2008-01-23
Fix Windows 2008 (Longhorn) join.
Andreas Schneider
1
-1
/
+15
2008-01-23
Windows 2008 (Longhorn) auth2 flag fixes.
Andreas Schneider
8
-9
/
+11
2008-01-23
Forward ported version of Matt Geddes <musicalcarrion@gmail.com>
Jeremy Allison
8
-20
/
+71
2008-01-23
read_socket_with_timeout has timeout=0 handling
Volker Lendecke
3
-67
/
+9
2008-01-23
strtok -> strtok_r
Volker Lendecke
18
-47
/
+75
2008-01-23
Fix panic: Don't free the logfilename in winbind_child_died().
Michael Adam
1
-1
/
+0
2008-01-23
Initialize _domain_list to NULL.
Michael Adam
1
-1
/
+1
2008-01-23
Fix get_trust_creds() to return always an upper-cased krb5 principal (this
Günther Deschner
1
-4
/
+8
2008-01-23
Remove two unused variables
Volker Lendecke
2
-2
/
+0
2008-01-23
Fix tab_depth: it should not create an extra debug header.
Michael Adam
2
-3
/
+6
2008-01-23
Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test
Andrew Tridgell
71
-796
/
+3662
[next]