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
/
source
/
nsswitch
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
make sure to initialize the backend methods when enumerating sequence numbers...
Gerald Carter
2003-08-02
1
-0
/
+2
*
Update my copyrights according to my agreement with IBM
Jim McDonough
2003-08-01
1
-1
/
+1
*
Fix copyright statements for various pieces of Anthony Liguori's work.
Jim McDonough
2003-08-01
1
-1
/
+1
*
fix cut-n-paste error found by abartlet
Gerald Carter
2003-08-01
1
-8
/
+10
*
Fix a memory leak. I did not check all the calls to winbindd_request, but
Volker Lendecke
2003-08-01
1
-0
/
+2
*
make sure the domain sid is set when enumerating trusted domains
Gerald Carter
2003-07-31
1
-1
/
+24
*
working on transtive trusts issue:
Gerald Carter
2003-07-31
5
-69
/
+154
*
Add a command line option (-S on|off|required) to enable signing on client
Jeremy Allison
2003-07-30
1
-1
/
+2
*
fix typo in debug
Gerald Carter
2003-07-26
1
-1
/
+1
*
domain in schannel bind credentials must be the dest domain, not ours
Gerald Carter
2003-07-25
1
-0
/
+5
*
Make wbinfo -p work again. Fixes bug 251.
Tim Potter
2003-07-25
1
-1
/
+1
*
convert snprintf() calls using pstrings & fstrings
Gerald Carter
2003-07-23
4
-16
/
+16
*
Move a function to avoid a warning.
Tim Potter
2003-07-23
1
-24
/
+24
*
Another round of uid/gid/pid format string changes I missed the
Tim Potter
2003-07-22
5
-9
/
+9
*
Fixup a bunch of printf-style functions and debugs to use unsigned long when
Tim Potter
2003-07-22
8
-76
/
+77
*
Replace the eight (!) copies of dummy become/unbecome root with a single one.
Tim Potter
2003-07-22
1
-14
/
+0
*
Typo fixes.
Rafal Szczesniak
2003-07-20
1
-1
/
+1
*
fixes for 'net rpc vampire'. I can now take a blank Samba host
Gerald Carter
2003-07-16
2
-17
/
+21
*
Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...
Alexander Bokovoy
2003-07-15
1
-4
/
+22
*
remove -B and default to dual-daemon mode (-Y to run as a single process)
Gerald Carter
2003-07-15
1
-2
/
+2
*
patch for domain groups with no members (rpc only) from Ken Cross
Gerald Carter
2003-07-11
1
-1
/
+1
[next]