index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
nsswitch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo.
John Terpstra
2003-12-23
1
-1
/
+1
*
fixed bad formal parameter type in get_static(); patch Andy Polyakov
Gerald Carter
2003-12-11
1
-1
/
+1
*
fix debug message
Gerald Carter
2003-12-04
1
-2
/
+2
*
Correct freebsd 5.1 support for winbind contributed by Aaron Collins.
Tim Potter
2003-11-27
1
-0
/
+81
*
use samr_dispinfo(level == 1) for enumerating domain users so we can include ...
Gerald Carter
2003-11-27
1
-17
/
+34
*
Add a comment, and a useful debug message.
Andrew Bartlett
2003-11-25
2
-0
/
+3
*
Changes all over the shop, but all towards:
Andrew Bartlett
2003-11-22
2
-5
/
+10
*
as discussed on irc, this is a small patch that allows a few more
Andrew Tridgell
2003-11-19
6
-7
/
+292
*
a small include file rearrangement that doesn't affect normal
Andrew Tridgell
2003-11-12
15
-1
/
+14
*
fix for bug 680 (heads up). This gist is to map the
Gerald Carter
2003-11-07
1
-25
/
+215
*
Final round of printf warnings fixes for the moment.
Tim Potter
2003-11-06
1
-3
/
+3
*
Use a static string instead of malloced one in winbind_{off,on}() utility
Tim Potter
2003-11-04
1
-29
/
+8
*
Fix for winbindd on HPUX from albert chin (china@thewrittenword.com)
Jeremy Allison
2003-11-03
1
-4
/
+2
*
Use putenv() instead of setenv() in the winbind_{off,on}() functions. Some
Tim Potter
2003-11-02
1
-3
/
+30
*
prompt for password when invoking --set-auth-user and no pw
Gerald Carter
2003-10-31
1
-2
/
+7
*
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
2003-10-22
2
-5
/
+5
*
fixed a number of bugs and memory leaks in the AIX winbind shim
Andrew Tridgell
2003-10-21
1
-249
/
+231
*
Merge of spelling fix from HEAD.
Tim Potter
2003-10-21
1
-1
/
+1
*
Undo previous commit because it breaks the build.
Tim Potter
2003-10-14
1
-2
/
+0
*
Add a better error message to wb_common.c when unable to connect to a pipe
Richard Sharpe
2003-10-13
2
-0
/
+9
*
make sure to use the escaped DN; patch from Guenther Deschner; bug 592
Gerald Carter
2003-10-13
1
-1
/
+1
*
don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;...
Gerald Carter
2003-10-03
1
-4
/
+11
*
fixing a bug in the retry loop for winbindd_pam_auth[_crap]()
Gerald Carter
2003-09-24
1
-15
/
+25
*
fix some warnings found by the Sun C compiler
Gerald Carter
2003-09-22
1
-1
/
+0
*
Obviously correct typo bugfix from Lin Li <linl@xandros.com>.
Jeremy Allison
2003-09-17
1
-1
/
+1
*
fix valgrind errors; don't access cli_state pointer after it has been shutdown
Gerald Carter
2003-09-08
1
-17
/
+13
*
Fix for bug #299.
Tim Potter
2003-09-08
1
-30
/
+80
*
finish off bug 282. AAdd extra checks for pointers after
Gerald Carter
2003-09-06
1
-7
/
+7
*
fix bug 382: make sure to free and reset the cli_state pointer after flushing...
Gerald Carter
2003-09-06
1
-0
/
+6
*
revert retry loops in winbindd_ads as abartket points out, we
Gerald Carter
2003-09-06
1
-312
/
+151
*
fixes for ads domain membership when only the realm is defined in
Gerald Carter
2003-09-05
4
-15
/
+54
*
Fix for bug 282 that didn't get checked in.
Tim Potter
2003-09-05
1
-1
/
+1
*
should fix bug 364 & 311: Retry patch based on suggestion from
Gerald Carter
2003-09-05
1
-142
/
+316
*
Check in Andrew's fix for bug #305 (always use lp_realm() )
Gerald Carter
2003-09-04
1
-13
/
+2
*
More FreeBSD PAM compile fixes. Don't redefine PAM_AUTHTOK_RECOVER_ERR
Tim Potter
2003-09-04
1
-0
/
+3
*
Fix for bug 261. Create a configure #define for FreeBSD and a check in
Tim Potter
2003-09-02
1
-1
/
+1
*
Typo fix.
Rafal Szczesniak
2003-08-27
1
-1
/
+1
*
Update last scan time in rescan_trusted_domains().
Tim Potter
2003-08-27
1
-0
/
+2
*
make sure we keep the trusted domain cache up to date
Gerald Carter
2003-08-25
2
-10
/
+33
*
metze's autogenerate patch for version.h
Gerald Carter
2003-08-20
2
-2
/
+2
*
fix small logic error in cm_open_connection() to work with non-krb5 connections
Gerald Carter
2003-08-20
1
-7
/
+31
*
- Make 'net' use a single funciton for setting the 'use machine account' code.
Andrew Bartlett
2003-08-19
1
-10
/
+80
*
get rid of more compiler warnings
Herb Lewis
2003-08-15
4
-8
/
+8
*
2 fixes
Gerald Carter
2003-08-13
1
-4
/
+14
*
Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, username
Tim Potter
2003-08-12
2
-7
/
+20
*
adding '.' special name to --domain to mean our domain
Gerald Carter
2003-08-11
1
-5
/
+14
*
add --domain=DOMAINNAME to wbinfo
Gerald Carter
2003-08-10
5
-18
/
+71
*
fix for BUG #267 (problem with supplementary groups).
Gerald Carter
2003-08-09
1
-0
/
+74
*
fix 2 bugs:
Gerald Carter
2003-08-08
2
-33
/
+36
*
rework winbindd_accountdb_init() to reduce error messages in the log
Gerald Carter
2003-08-06
1
-10
/
+5
[next]