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
2007-10-10
r22715: When our primary domain does on or offline, make sure to send a msg
Gerald Carter
2
-23
/
+37
2007-10-10
r22714: Prevent DNS lookup storms when the DNS servers are unreachable.
Gerald Carter
1
-9
/
+40
2007-10-10
r22713: Offline logon fixes for idmap manager:
Gerald Carter
3
-60
/
+80
2007-10-10
r22712: Inform the user when logging in via pam_winbind
Gerald Carter
4
-0
/
+38
2007-10-10
r22711: Fix a compile warnign in query_user(). Ensure that user_rid
Gerald Carter
2
-3
/
+2
2007-10-10
r22710: Support one-way trusts.
Gerald Carter
8
-20
/
+290
2007-10-10
r22709: we can only use tschannel when commectcing to our primary (might need...
Gerald Carter
1
-1
/
+8
2007-10-10
r22708: disable saving the trusted domain list as we want to the parent daemo...
Gerald Carter
1
-0
/
+6
2007-10-10
r22707: missed merge from local tree: pass the correct state to the domain wh...
Gerald Carter
1
-1
/
+1
2007-10-10
r22706: missed one reference to domain->native_mode in the previous commit
Gerald Carter
1
-1
/
+1
2007-10-10
r22705: Implement new set_dc_type_and_flags() called based on the
Gerald Carter
3
-9
/
+170
2007-10-10
r22704: Implement three step method for enumerating domain trusts.
Gerald Carter
6
-27
/
+339
2007-10-10
r22703: Convert winbindd_getgrgid() and winbindd_getgetpwnam()
Gerald Carter
1
-113
/
+113
2007-10-10
r22702: Convert both lookup name and lookup sid to follow the
Gerald Carter
2
-31
/
+105
2007-10-10
r22701: Fix the krb5_nt_status error table and add the "no DCs found" mapping
Gerald Carter
1
-2
/
+4
2007-10-10
r22700: Add a simple wcache TRUSTDOM api for maintaing a complete
Gerald Carter
2
-1
/
+478
2007-10-10
r22695: Dummy checkin (reformatting) to make the AIX hosts retry.
Volker Lendecke
1
-6
/
+6
2007-10-10
r22693: Always compile before checkin.... I've now installed dmapi on my lapt...
Volker Lendecke
1
-1
/
+2
2007-10-10
r22692: Fix compilation of explicit --without-winbind.
Volker Lendecke
1
-4
/
+4
2007-10-10
r22691: Fix a 64-bit warning and a const const discard warning
Volker Lendecke
2
-5
/
+5
2007-10-10
r22688: Change lock_data in struct byte_range_lock from void * to struct lock...
Volker Lendecke
2
-25
/
+16
2007-10-10
r22677: One line fix to make net idmap restore work again
Simo Sorce
1
-0
/
+1
2007-10-10
r22676: Fix zero alloc with create_rpc_blob().
Jeremy Allison
1
-13
/
+21
2007-10-10
r22675: Simo's patch for 0 size allocation. Still need
Jeremy Allison
5
-19
/
+29
2007-10-10
r22673: Fix for Jerry's reversion. We still need to check size
Jeremy Allison
1
-4
/
+16
2007-10-10
r22666: Expand kerberos_kinit_password_ext() to return NTSTATUS codes and make
Günther Deschner
3
-7
/
+35
2007-10-10
r22664: When we have krb5_get_init_creds_opt_get_error() then try to get the ...
Günther Deschner
4
-0
/
+167
2007-10-10
r22663: Restructure kerberos_kinit_password_ext() error path.
Günther Deschner
1
-53
/
+33
2007-10-10
r22659: merge from SAMBA_4_0:
Stefan Metzmacher
2
-1
/
+14
2007-10-10
r22655: Call correct free-macros in netsamlogon_cache_get() error paths. Forg...
Günther Deschner
1
-4
/
+3
2007-10-10
r22654: And this is now Samba 3.0.27pre1-SVN
Gerald Carter
1
-1
/
+1
2007-10-10
r22648: Fix comment to match the code.
James Peach
1
-1
/
+1
2007-10-10
r22647: Avoid leaking a full info3 structure on each winbindd cached login by...
Günther Deschner
3
-9
/
+11
2007-10-10
r22646: segfault fix in idmap_ldap.c from 3_0_25
Simo Sorce
1
-2
/
+8
2007-10-10
r22644: Fix memleak.
Günther Deschner
1
-1
/
+3
2007-10-10
r22643: Don't clear cached U/SID and UG/SID entries when we want to logon off...
Günther Deschner
1
-1
/
+8
2007-10-10
r22641: Install tdbdump and tdbbackup.
Jelmer Vernooij
2
-3
/
+3
2007-10-10
r22636: Fix logic bug.
Günther Deschner
1
-6
/
+6
2007-10-10
r22633: Fix typo in debug message.
James Peach
1
-1
/
+1
2007-10-10
r22631: Remove the possibility of sid_check_is_domain and
James Peach
1
-2
/
+1
2007-10-10
r22630: Revert svn r22576 (parse change to enum_aliasmem(). Original code wa...
Gerald Carter
1
-17
/
+4
2007-10-10
r22615: fix prototype
Michael Adam
1
-1
/
+1
2007-10-10
r22614: Only enable GNU-isms in the Makefile if we can be sure that the GNU
James Peach
1
-2
/
+8
2007-10-10
r22613: Fix an uninitialized variable warning
Volker Lendecke
1
-1
/
+1
2007-10-10
r22611: Fix from Jens Nissen <jens.nissen@gmx.net>. Fix bad
Jeremy Allison
2
-3
/
+1
2007-10-10
r22593: Finish doing the same for raw TALLOC.
Jeremy Allison
1
-109
/
+172
2007-10-10
r22592: Fix TALLOC_SIZE to be consistent.
Jeremy Allison
1
-7
/
+11
2007-10-10
r22591: Fix up the examples also.
Jeremy Allison
1
-1
/
+5
2007-10-10
r22590: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
9
-40
/
+87
2007-10-10
r22589: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
24
-285
/
+522
[next]