index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
winbindd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use rpccli_samr_OpenUser() all over the place.
Günther Deschner
2008-02-01
2
-9
/
+15
*
Use rpccli_samr_OpenGroup() all over the place.
Günther Deschner
2008-02-01
1
-2
/
+5
*
Use rpccli_samr_OpenDomain() all over the place.
Günther Deschner
2008-02-01
1
-6
/
+6
*
Remove rpccli_samr_close and use pidl generated function instead.
Günther Deschner
2008-01-31
2
-6
/
+6
*
Remove include/rpc_ds.h and all references to it completly.
Günther Deschner
2008-01-29
5
-27
/
+27
*
Use another pidl generated call to enumerate ds trusted domains in winbindd.
Günther Deschner
2008-01-29
1
-26
/
+23
*
Use pidl generated call to enumerate ds trusted domains in winbindd.
Günther Deschner
2008-01-29
1
-12
/
+19
*
Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).
Günther Deschner
2008-01-29
1
-1
/
+1
*
Always trust the domain flags in the wcache trusted domain cache.
Gerald W. Carter
2008-01-25
1
-13
/
+33
*
Use the correct domain name when looking up the trust password.
Gerald W. Carter
2008-01-25
1
-1
/
+15
*
Fix winbindd_can_contact_domain() on a samba DC.
Michael Adam
2008-01-25
1
-3
/
+6
*
Use generated DSSETUP client & server rpc functions and remove the hand-writt...
Günther Deschner
2008-01-25
1
-15
/
+16
*
Add debug message: show which domain_child is being forked.
Michael Adam
2008-01-25
1
-0
/
+7
*
Add a debug message winbindd_can_contact_domain()
Michael Adam
2008-01-25
1
-0
/
+2
*
Fix assignment to request->data.init_conn.is_primary in init_child_connection().
Michael Adam
2008-01-25
1
-1
/
+1
*
Fix winbindd build w/o ADS.
Günther Deschner
2008-01-24
1
-3
/
+7
*
Add winbind_msg_dump_domain_list to winbindd.
Günther Deschner
2008-01-24
2
-0
/
+88
*
Add winbindd debugging ndr_print helpers.
Günther Deschner
2008-01-24
1
-0
/
+149
*
Windows 2008 (Longhorn) auth2 flag fixes.
Andreas Schneider
2008-01-23
1
-1
/
+1
*
Fix panic: Don't free the logfilename in winbind_child_died().
Michael Adam
2008-01-23
1
-1
/
+0
*
Initialize _domain_list to NULL.
Michael Adam
2008-01-23
1
-1
/
+1
*
Fix get_trust_creds() to return always an upper-cased krb5 principal (this
Günther Deschner
2008-01-23
1
-4
/
+8
*
winbindd: remove useless strcpy
Stefan Metzmacher
2008-01-21
1
-4
/
+1
*
Fix a segfault
Volker Lendecke
2008-01-20
1
-3
/
+10
*
Finally enable pidl generated SAMR & NETLOGON headers and clients.
Günther Deschner
2008-01-17
2
-4
/
+4
*
Convert old sid-string handling in idmap_tdb2 to a new one
Alexander Bokovoy
2008-01-16
1
-4
/
+7
*
idmap TDB2 backend, used for clustered Samba setups.
Alexander Bokovoy
2008-01-16
1
-0
/
+1014
*
Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...
Günther Deschner
2008-01-15
1
-3
/
+3
*
Ensure we don't access an uninitialized variable
Jeremy Allison
2008-01-11
1
-1
/
+1
*
As long as DsGetDcName is not part of libnetapi, lowercase the fn name.
Günther Deschner
2008-01-11
1
-3
/
+3
*
Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.
Michael Adam
2008-01-09
5
-46
/
+58
*
Fix prototype: Add a void to an empty function parameter list.
Michael Adam
2008-01-09
1
-1
/
+1
*
Fix build warning.
Günther Deschner
2008-01-07
1
-16
/
+18
*
Use the proper boolean constants.
Michael Adam
2008-01-07
1
-93
/
+93
*
Fix a comment.
Michael Adam
2008-01-07
1
-1
/
+2
*
Make wcache_invalidate_cache() return bool, not int.
Michael Adam
2008-01-07
2
-4
/
+4
*
Add some braces to if statement.
Michael Adam
2008-01-07
1
-1
/
+2
*
Prevent winbindd from segfaulting due to corrupted cache tdb.
Andreas Schneider
2008-01-07
2
-4
/
+36
*
Fix the inherited trust flags when spidering the trust heirarchy.
Gerald (Jerry) Carter
2008-01-04
2
-3
/
+19
*
Add a missing check for dealing with a one-way trust in query_user().
Gerald (Jerry) Carter
2008-01-04
1
-0
/
+6
*
Ensure that winbindd_getgroups() can deal with a UPN name.
Gerald (Jerry) Carter
2008-01-04
1
-1
/
+10
*
When connecting to an AD DC, use the DsGetDCName variant.
Gerald (Jerry) Carter
2008-01-04
1
-2
/
+36
*
Use correct size value for linearize call.
Jeremy Allison
2007-12-29
1
-1
/
+1
*
Remove tiny code duplication
Volker Lendecke
2007-12-29
1
-4
/
+7
*
Add NT error to debug to try and track this down.
Jeremy Allison
2007-12-21
1
-1
/
+4
*
Kill fstring in getdcname & getanydcname return.
Günther Deschner
2007-12-21
2
-5
/
+5
*
Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is...
Michael Adam
2007-12-20
1
-6
/
+9
*
Remove Get_Pwnam and its associated static variable
Volker Lendecke
2007-12-19
1
-4
/
+6
*
Fix logic error in cm_connect_sam().
Michael Adam
2007-12-18
1
-1
/
+0
*
Fix a segv in winbindd caused by trying to free an fstring.
Gerald (Jerry) Carter
2007-12-17
1
-2
/
+6
[next]