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
2008-01-03
Some coding convention pedantism.
Günther Deschner
5
-17
/
+17
2008-01-02
Fix some C++ warnings (patch was Volker's) - implicit case from void* to char*
Gerald (Jerry) Carter
1
-2
/
+4
2008-01-02
Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.
Gerald (Jerry) Carter
2
-22
/
+19
2007-12-23
Fix wbcAllocate[GU]id
Volker Lendecke
1
-12
/
+14
2007-12-23
Fix wbcPing()
Volker Lendecke
1
-1
/
+9
2007-12-21
Fix const warning.
Jeremy Allison
1
-5
/
+8
2007-12-21
Compile fix: Correct use of wbcDomainInfo() after function signature change.
Gerald (Jerry) Carter
1
-1
/
+1
2007-12-21
De-couple smbd from staticly linking against winbindd client files.
Gerald (Jerry) Carter
2
-546
/
+64
2007-12-21
Add files for new LGPL libwbclient DSO implementing the Winbind client API
Gerald (Jerry) Carter
12
-0
/
+3000
2007-12-20
Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is...
Michael Adam
2
-1
/
+2
2007-12-15
s/sid_to_string/sid_to_fstring/
Volker Lendecke
1
-5
/
+5
2007-12-15
Use sid_to_string directly
Volker Lendecke
1
-2
/
+2
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
1
-1
/
+1
2007-12-14
wbinfo: use POPT_COMMON_CONFIGFILE
Stefan Metzmacher
1
-10
/
+12
2007-12-12
winbindd: remove unused WINBINDD_DUMP_MAPS support
Stefan Metzmacher
2
-21
/
+0
2007-12-12
winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME calls
Stefan Metzmacher
1
-5
/
+0
2007-12-11
Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R...
Jeremy Allison
1
-1
/
+1
2007-12-10
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2
-3
/
+3
2007-12-07
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2
-42
/
+80
2007-12-07
Don't double define fstring.
Jeremy Allison
1
-0
/
+2
2007-12-07
Remove pstrings completely except for smbctool (what does this do ?).
Jeremy Allison
1
-5
/
+0
2007-12-03
Remove more pstrings, from the winbindd protocol def and
Jeremy Allison
1
-3
/
+3
2007-11-26
Remove pstrings from nsswitch/ and registry/
Jeremy Allison
1
-22
/
+19
2007-11-21
Allocate a talloc_stackframe() in main() for wbinfo.
Gerald (Jerry) Carter
1
-1
/
+3
2007-11-03
Remove more static data from lib/util_sock.c and
Jeremy Allison
1
-1
/
+1
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2
-3
/
+17
2007-10-19
Merge Tridge's fix for the winbind 32/64bit padding.
Günther Deschner
1
-1
/
+1
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
3
-53
/
+53
2007-10-15
Move to protocol independent code in most of lib/util_sock.c
Jeremy Allison
1
-2
/
+1
2007-10-11
Merge commit 'origin/v3-2-test' into my_branch
Guenther Deschner
1
-1
/
+4
2007-10-11
Rename krb5 locator plugin to "winbind_krb5_locator".
Guenther Deschner
1
-0
/
+0
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
1
-1
/
+4
2007-10-10
r25493: Fix typo in Jeremy's thread-safe winbind patch:
Jim McDonough
1
-1
/
+1
2007-10-10
r25441: Make wbinfo --sequence output the sequence number if --domain
Michael Adam
1
-1
/
+8
2007-10-10
r25426: Fix another implicit cast warning.
Michael Adam
1
-1
/
+1
2007-10-10
r25406: Make the Linux nss client code thread-safe.
Jeremy Allison
1
-12
/
+181
2007-10-10
r25241: remove sequence_number out of WINBINDD_DOMAIN_INFO call
Stefan Metzmacher
2
-3
/
+1
2007-10-10
r25177: if configured using --enable-socket-wrapper
Stefan Metzmacher
2
-1
/
+22
2007-10-10
r25154: move winbindd code into winbindd/
Stefan Metzmacher
32
-29961
/
+0
2007-10-10
r25152: fix headers used in wbinfo.c
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r25148: Adapt to coding conventions.
Günther Deschner
1
-414
/
+697
2007-10-10
r25146: rename winbindd_nss.h => winbind_struct_protocol.h
Stefan Metzmacher
3
-5
/
+3
2007-10-10
r25143: rename public functions from winbind_client.h
Stefan Metzmacher
7
-83
/
+90
2007-10-10
r25130: make use only of base types which are provided by libreplace
Stefan Metzmacher
7
-216
/
+144
2007-10-10
r25128: _XOPEN_SOURCE_EXTENDED and socklen_t are always provided by libreplace
Stefan Metzmacher
1
-5
/
+0
2007-10-10
r25107: Fix const warning caused by the way I reformatted this
Simo Sorce
1
-3
/
+4
2007-10-10
r25099: Commit fix for CVE-2007-4138 from 3.0.26 release.
Gerald Carter
1
-1
/
+1
2007-10-10
r25087: Reformatting: Get rid of an abundance of leading tabs...
Michael Adam
1
-11
/
+11
2007-10-10
r25086: Fix interdomain trusts (this povides the fix expected in r22709):
Michael Adam
1
-2
/
+2
2007-10-10
r25074: as all requests in the winbindd child are sync, we can use talloc_tos()
Stefan Metzmacher
1
-5
/
+2
[next]