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
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
2007-12-11
winbindd: pass const char *logfile to winbindd_dump_maps_async()
Stefan Metzmacher
2
-7
/
+15
2007-12-11
winbindd: rename child table struct elements
Stefan Metzmacher
4
-57
/
+150
2007-12-11
idmap: add a const to idmap_dump_maps()
Stefan Metzmacher
1
-1
/
+1
2007-12-10
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
4
-8
/
+8
2007-12-07
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
1
-5
/
+11
2007-12-07
Don't build rpctorture anymore - not maintained. Just remove.
Jeremy Allison
1
-1
/
+1
2007-12-06
Improve a debug message.
Michael Adam
1
-1
/
+1
2007-12-05
Fix a debug message (missing newline).
Michael Adam
1
-1
/
+1
2007-12-05
Remove some globals
Volker Lendecke
1
-4
/
+4
2007-12-03
Remove more pstrings, from the winbindd protocol def and
Jeremy Allison
2
-8
/
+13
2007-12-03
Last pstring here.
Jeremy Allison
1
-4
/
+6
2007-11-29
Remove the explicit TALLOC_CTX * from cli_struct.
Jeremy Allison
1
-11
/
+12
2007-11-27
Remove pstrings from everything except srv_spoolss_nt.c.
Jeremy Allison
3
-8
/
+8
2007-11-21
Add set_sockaddr_port function for winbindd.
Jeremy Allison
1
-0
/
+2
2007-11-20
More pstring elimination.
Jeremy Allison
1
-9
/
+13
2007-11-20
Prevent segv in winbindd running on a DC using the "idmap backend" syntax.
Gerald (Jerry) Carter
1
-7
/
+8
2007-11-15
More pstring removal. This one was tricky. I had to add
Jeremy Allison
1
-1
/
+3
2007-11-05
Remove the horror that was the global smb_rw_error.
Jeremy Allison
1
-2
/
+2
2007-11-01
Patch 2 of 3 from Debian Samba packagers:
Gerald (Jerry) Carter
1
-1
/
+1
2007-10-30
start smbd, nmbd and winbindd with the same startup message
Stefan Metzmacher
1
-3
/
+2
2007-10-27
Two patches
Volker Lendecke
1
-1
/
+1
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
6
-113
/
+172
2007-10-24
handle wellknown sids in winbindd_passwd.c
Stefan Metzmacher
1
-1
/
+2
2007-10-22
r25573: Add my (C) as well
Simo Sorce
1
-0
/
+1
2007-10-22
r25571: split up child_dispatch_table into domain, idmap and locator tables
Stefan Metzmacher
5
-41
/
+87
2007-10-22
r25570: move code of the locator child into its own file
Stefan Metzmacher
2
-64
/
+90
2007-10-22
r25569: move more idmap stuff into winbindd_idmap.c
Stefan Metzmacher
2
-12
/
+12
2007-10-22
r25568: move idmap related functions into their own file.
Stefan Metzmacher
2
-741
/
+778
[prev]
[next]