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
/
nsswitch
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r22704: Implement three step method for enumerating domain trusts.
Gerald Carter
5
-21
/
+319
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
r22700: Add a simple wcache TRUSTDOM api for maintaing a complete
Gerald Carter
2
-1
/
+478
2007-10-10
r22677: One line fix to make net idmap restore work again
Simo Sorce
1
-0
/
+1
2007-10-10
r22675: Simo's patch for 0 size allocation. Still need
Jeremy Allison
2
-9
/
+13
2007-10-10
r22666: Expand kerberos_kinit_password_ext() to return NTSTATUS codes and make
Günther Deschner
2
-4
/
+6
2007-10-10
r22647: Avoid leaking a full info3 structure on each winbindd cached login by...
Günther Deschner
2
-5
/
+5
2007-10-10
r22646: segfault fix in idmap_ldap.c from 3_0_25
Simo Sorce
1
-2
/
+8
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
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
r22590: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
2
-13
/
+24
2007-10-10
r22589: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
4
-29
/
+57
2007-10-10
r22553: Fix the build
Volker Lendecke
2
-2
/
+2
2007-10-10
r22542: Move over to using the _strict varients of the talloc
Jeremy Allison
6
-15
/
+15
2007-10-10
r22511: Remove unused LDAPMessage.
Günther Deschner
1
-3
/
+0
2007-10-10
r22507: Wrap the method of obtaining sockets to listen on.
James Peach
3
-103
/
+128
2007-10-10
r22473: Correct fix for setting a default compat tdb idmap backend.
Gerald Carter
1
-29
/
+30
2007-10-10
r22466: Fix build warning.
Günther Deschner
1
-1
/
+1
2007-10-10
r22461: Use ranged LDAP queries in lookup_usergroups_member() and start to op...
Günther Deschner
1
-99
/
+75
2007-10-10
r22447: Patch from Ying Li <ying.li2@hp.com> to default tdb idmap
Gerald Carter
1
-0
/
+8
2007-10-10
r22444: * Validate a SID before trying to convert it to a uid/gid via the public
Gerald Carter
1
-3
/
+3
2007-10-10
r22430: Add SID validate to sid2uid() and sid2gid() public entry points in wi...
Gerald Carter
1
-4
/
+81
2007-10-10
r22418: Support running under launchd. We abstract the method of obtaining
James Peach
2
-17
/
+104
2007-10-10
r22417: Refactor the various daemon run-mode options to make the semantics
James Peach
1
-20
/
+23
2007-10-10
r22402: Fix build warning.
Günther Deschner
1
-1
/
+1
2007-10-10
r22393: fix cut&paste error
Simo Sorce
1
-1
/
+1
2007-10-10
r22392: Remove leftover potentially segfaulty code.
Simo Sorce
1
-6
/
+5
2007-10-10
r22390: Patchset sent to samba-technical to address the winbind
Gerald Carter
5
-164
/
+63
2007-10-10
r22388: clearer message, thanks David
Simo Sorce
1
-1
/
+1
2007-10-10
r22348: 3_0 as well
Simo Sorce
1
-1
/
+1
2007-10-10
r22343: Commit to 3_0 as well after adapting the patch.
Simo Sorce
7
-204
/
+347
2007-10-10
r22340: Fix another segfault in idmap_ldap.c caused by setting the iterator
Gerald Carter
1
-1
/
+1
2007-10-10
r22313: as discussed with simo:
Stefan Metzmacher
1
-28
/
+4
2007-10-10
r22298: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace
Stefan Metzmacher
1
-12
/
+0
2007-10-10
r22283: Remove very old bug where we assigned the online mode of
Gerald Carter
1
-2
/
+0
2007-10-10
r22230: Let's just cast here, the 2 calls have different allocation mechanisms.
Simo Sorce
1
-7
/
+9
2007-10-10
r22214: Fix incompatible pointer type warnings. Simo, please check and merge ...
Volker Lendecke
1
-1
/
+5
2007-10-10
r22211: Don't return a value from void functions !
Jeremy Allison
1
-1
/
+1
2007-10-10
r22210: Fix typo in testing for non-centry entries.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22209: Fix the storage of time_t -> make it 64 bits (use the
Jeremy Allison
2
-14
/
+117
2007-10-10
r22207: Fill in the validation functions. Now to test...
Jeremy Allison
1
-28
/
+73
2007-10-10
r22206: Added boilerplate to be filled in for other validation functions.
Jeremy Allison
1
-0
/
+163
2007-10-10
r22205: Add some flesh to the bones of the cache validation code.
Jeremy Allison
1
-59
/
+209
2007-10-10
r22204: Workaround to quickly close bug #4508
Simo Sorce
3
-6
/
+36
2007-10-10
r22202: Volker is clever :-). Use TDB_NOMMAP to prevent any wild pointer
Jeremy Allison
1
-1
/
+4
2007-10-10
r22173: BUG 4491, 4501: Additional fixes for protecting against
Gerald Carter
2
-45
/
+62
2007-10-10
r22159: BUG 4501 (second half of fix): Just disable the
Gerald Carter
1
-8
/
+8
2007-10-10
r22158: BUG 4501 (partial): Fix a crash caused by not using the
Gerald Carter
1
-6
/
+16
[next]