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
/
wb_client.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r18271: Big change:
Gerald Carter
1
-7
/
+7
2007-10-10
r17345: Some C++ warnings
Volker Lendecke
1
-1
/
+1
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-0
/
+110
2007-10-10
r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...
Gerald Carter
1
-1
/
+1
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
1
-5
/
+3
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-8
/
+8
2007-10-10
r12170: Fix a segfault -- this is post-3.0.21 code
Volker Lendecke
1
-1
/
+2
2007-10-10
r12163: Change lookup_sid and lookup_name to return const char * instead of c...
Volker Lendecke
1
-1
/
+1
2007-10-10
r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...
Volker Lendecke
1
-14
/
+27
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
1
-12
/
+12
2007-10-10
r7415: * big change -- volker's new async winbindd from trunk
Gerald Carter
1
-0
/
+26
2007-10-10
r7243: Don't look at gencache.tdb for the trusted domains if winbind is around.
Volker Lendecke
1
-0
/
+31
2007-10-10
r7130: remove 'winbind enable local accounts' code from the 3.0 tree
Gerald Carter
1
-299
/
+0
2007-10-10
r6263: Get rid of generate_wellknown_sids, they are const static and initiali...
Volker Lendecke
1
-2
/
+0
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-1
/
+1
2007-10-10
r565: Uninitialized data fixes from kawasa_r@itg.hitachi.co.jp.
Jeremy Allison
1
-0
/
+1
2007-10-10
r197: mistaken merge from trunk
Gerald Carter
1
-0
/
+4
2007-10-10
r195: adding files to ignore list
Gerald Carter
1
-4
/
+0
2007-10-10
r116: volker's patch for local group and group nesting
Gerald Carter
1
-0
/
+24
2004-03-14
When trying to remove a user from a group, winbind should be informed
Volker Lendecke
1
-0
/
+3
2003-08-09
fix for BUG #267 (problem with supplementary groups).
Gerald Carter
1
-0
/
+74
2003-07-16
fixes for 'net rpc vampire'. I can now take a blank Samba host
Gerald Carter
1
-14
/
+21
2003-07-11
fix sid_to_[uid|gid] (spotted by Volker).
Gerald Carter
1
-70
/
+76
2003-07-11
moving more code around.
Gerald Carter
1
-2
/
+72
2003-07-09
Large set of changes to add UNIX account/group management
Gerald Carter
1
-0
/
+144
2003-07-07
and so it begins....
Gerald Carter
1
-0
/
+70
2003-07-01
* fix the trustdom_cache to work when winbindd is not running.
Gerald Carter
1
-0
/
+14
2003-06-21
merge of the netsamlogon caching code from APPLIANCE_HEAD
Gerald Carter
1
-24
/
+2
2003-04-02
Merge of winbind nss library cleanup from HEAD.
Tim Potter
1
-1
/
+1
2003-02-18
Check return code of string_to_sid. (Merge from HEAD)
Martin Pool
1
-3
/
+6
2002-08-17
sync 3.0 branch with head
Jelmer Vernooij
1
-3
/
+3
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-0
/
+5
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-27
Some more 'winbind default domain' support patches from Alexander Bokovoy
Andrew Bartlett
1
-81
/
+1
2002-01-26
Change the winbind interface to use seperate 'domain' and 'username' feilds for
Andrew Bartlett
1
-131
/
+7
2002-01-18
This is the 'winbind default domain' patch from Alexander Bokovoy
Andrew Bartlett
1
-19
/
+51
2001-12-13
make sure we find NSS_STATUS struct
Andrew Tridgell
1
-0
/
+1
2001-12-05
Fixed parse_domain_user to be bool.
Jeremy Allison
1
-11
/
+9
2001-12-03
added name_to_sid to the backend
Andrew Tridgell
1
-1
/
+1
2001-11-13
Fix winbind client code so that winbind calls are not made if the
Jeremy Allison
1
-15
/
+22
2001-10-29
This commit is number 4 of 4.
Andrew Bartlett
1
-4
/
+4
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-2
/
+2
2001-08-24
get rid of compiler warnings
Herb Lewis
1
-2
/
+3
2001-08-18
More Realloc fixes.
Jeremy Allison
1
-1
/
+1
2001-08-13
Fixed up 'orrible formatting.
Tim Potter
1
-21
/
+21
2001-08-12
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
1
-3
/
+4
2001-07-18
the nss and pam modules in winbind don't have strchr_m() yet, so use
Andrew Tridgell
1
-3
/
+3
2001-07-04
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
1
-3
/
+3
2001-06-07
Fixed bug in winbind_sid_to_gid() function.
Tim Potter
1
-1
/
+1
2001-06-06
Indent dodgy function prototype to avoid make proto picking it up and
Tim Potter
1
-1
/
+1
[next]