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-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
2007-12-18
Fix logic error in cm_connect_sam().
Michael Adam
1
-1
/
+0
2007-12-17
Fix a segv in winbindd caused by trying to free an fstring.
Gerald (Jerry) Carter
1
-2
/
+6
2007-12-15
s/sid_to_string/sid_to_fstring/
Volker Lendecke
10
-45
/
+50
2007-12-15
Replace sid_string_static with sid_to_string
Volker Lendecke
5
-19
/
+43
2007-12-15
Use sid_to_string directly
Volker Lendecke
3
-9
/
+6
2007-12-15
Use sid_string_talloc where we have a tmp talloc ctx
Volker Lendecke
1
-23
/
+24
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
15
-91
/
+86
2007-12-15
Use sid_string_talloc where we have a tmp talloc ctx
Volker Lendecke
1
-3
/
+4
2007-12-14
winbindd: move domain child specific stuff into its own file
Stefan Metzmacher
6
-114
/
+132
2007-12-13
Make cm_connect_sam() try harder to connect autheticated.
Michael Adam
1
-9
/
+26
2007-12-13
Refactor out assembling of trust creds (pw, account name, principal).
Michael Adam
1
-17
/
+38
2007-12-13
Streamline and fix logic of cm_prepare_connection().
Michael Adam
1
-25
/
+37
2007-12-13
Rename get_trust_pw() to get_trust_pw_hash().
Michael Adam
1
-2
/
+2
2007-12-13
Let get_trust_pw() determine the machine_account_name to use.
Michael Adam
1
-19
/
+3
2007-12-13
Streamline logic in cm_connect_netlogon()
Michael Adam
1
-5
/
+6
2007-12-13
In cm_prepare_connection(), only get auth user creds if we need to.
Michael Adam
1
-2
/
+2
2007-12-12
Don't restart winbind if a corrupted tdb is found during initialization.
Andreas Schneider
2
-17
/
+10
2007-12-12
winbindd: remove unused WINBINDD_DUMP_MAPS support
Stefan Metzmacher
4
-157
/
+0
2007-12-12
winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME calls
Stefan Metzmacher
1
-255
/
+0
[prev]
[next]