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
path:
root
/
source3
/
winbindd
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-01
Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test
Simo Sorce
17
-315
/
+1767
2008-02-01
Fix winbindd running on a Samba DC,
Simo Sorce
2
-6
/
+11
2008-02-01
Use rpccli_samr_OpenUser() all over the place.
Günther Deschner
2
-9
/
+15
2008-02-01
Use rpccli_samr_OpenGroup() all over the place.
Günther Deschner
1
-2
/
+5
2008-02-01
Use rpccli_samr_OpenDomain() all over the place.
Günther Deschner
1
-6
/
+6
2008-01-31
Remove rpccli_samr_close and use pidl generated function instead.
Günther Deschner
2
-6
/
+6
2008-01-29
Remove include/rpc_ds.h and all references to it completly.
Günther Deschner
5
-27
/
+27
2008-01-29
Use another pidl generated call to enumerate ds trusted domains in winbindd.
Günther Deschner
1
-26
/
+23
2008-01-29
Use pidl generated call to enumerate ds trusted domains in winbindd.
Günther Deschner
1
-12
/
+19
2008-01-29
Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).
Günther Deschner
1
-1
/
+1
2008-01-25
Always trust the domain flags in the wcache trusted domain cache.
Gerald W. Carter
1
-13
/
+33
2008-01-25
Use the correct domain name when looking up the trust password.
Gerald W. Carter
1
-1
/
+15
2008-01-25
Fix winbindd_can_contact_domain() on a samba DC.
Michael Adam
1
-3
/
+6
2008-01-25
Use generated DSSETUP client & server rpc functions and remove the hand-writt...
Günther Deschner
1
-15
/
+16
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 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
Fix winbindd build w/o ADS.
Günther Deschner
1
-3
/
+7
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
1
-0
/
+149
2008-01-23
Windows 2008 (Longhorn) auth2 flag fixes.
Andreas Schneider
1
-1
/
+1
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-21
winbindd: remove useless strcpy
Stefan Metzmacher
1
-4
/
+1
2008-01-20
Fix a segfault
Volker Lendecke
1
-3
/
+10
2008-01-17
Finally enable pidl generated SAMR & NETLOGON headers and clients.
Günther Deschner
2
-4
/
+4
2008-01-16
Convert old sid-string handling in idmap_tdb2 to a new one
Alexander Bokovoy
1
-4
/
+7
2008-01-16
idmap TDB2 backend, used for clustered Samba setups.
Alexander Bokovoy
1
-0
/
+1014
2008-01-15
Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...
Günther Deschner
1
-3
/
+3
2008-01-11
Ensure we don't access an uninitialized variable
Jeremy Allison
1
-1
/
+1
2008-01-11
As long as DsGetDcName is not part of libnetapi, lowercase the fn name.
Günther Deschner
1
-3
/
+3
2008-01-09
Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.
Michael Adam
5
-46
/
+58
2008-01-09
Fix prototype: Add a void to an empty function parameter list.
Michael Adam
1
-1
/
+1
2008-01-07
Fix build warning.
Günther Deschner
1
-16
/
+18
2008-01-07
Use the proper boolean constants.
Michael Adam
1
-93
/
+93
2008-01-07
Fix a comment.
Michael Adam
1
-1
/
+2
2008-01-07
Make wcache_invalidate_cache() return bool, not int.
Michael Adam
2
-4
/
+4
2008-01-07
Add some braces to if statement.
Michael Adam
1
-1
/
+2
2008-01-07
Prevent winbindd from segfaulting due to corrupted cache tdb.
Andreas Schneider
2
-4
/
+36
2008-01-04
Fix the inherited trust flags when spidering the trust heirarchy.
Gerald (Jerry) Carter
2
-3
/
+19
2008-01-04
Add a missing check for dealing with a one-way trust in query_user().
Gerald (Jerry) Carter
1
-0
/
+6
2008-01-04
Ensure that winbindd_getgroups() can deal with a UPN name.
Gerald (Jerry) Carter
1
-1
/
+10
2008-01-04
When connecting to an AD DC, use the DsGetDCName variant.
Gerald (Jerry) Carter
1
-2
/
+36
2007-12-29
Use correct size value for linearize call.
Jeremy Allison
1
-1
/
+1
2007-12-29
Remove tiny code duplication
Volker Lendecke
1
-4
/
+7
2007-12-21
Add NT error to debug to try and track this down.
Jeremy Allison
1
-1
/
+4
2007-12-21
Kill fstring in getdcname & getanydcname return.
Günther Deschner
2
-5
/
+5
2007-12-20
Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is...
Michael Adam
1
-6
/
+9
2007-12-19
Remove Get_Pwnam and its associated static variable
Volker Lendecke
1
-4
/
+6
[next]