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
r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.
Tim Potter
1
-2
/
+0
2007-10-10
r8145: When inventing a new parameter for SFU-support, be aware of Volker's
Günther Deschner
2
-8
/
+15
2007-10-10
r7994: This adds support in Winbindd's "security = ads"-mode to retrieve the ...
Günther Deschner
7
-47
/
+127
2007-10-10
r7949: Work around for broken Solaris header files.
Jeremy Allison
1
-0
/
+26
2007-10-10
r7903: Attempt to fix the AIX build
Volker Lendecke
1
-10
/
+10
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
17
-387
/
+386
2007-10-10
r7877: Attempt to fix a smb_panic reported by Pavel Rochnyack.
Volker Lendecke
2
-15
/
+29
2007-10-10
r7785: This looks much larger than it is. It changes the top-level functions ...
Volker Lendecke
9
-298
/
+368
2007-10-10
r7454: couple of winbindd fixes
Gerald Carter
4
-9
/
+17
2007-10-10
r7440: * merge registry server changes from trunk (so far) for more
Gerald Carter
1
-4
/
+4
2007-10-10
r7423: Fix the build on sol10
Volker Lendecke
1
-1
/
+1
2007-10-10
r7415: * big change -- volker's new async winbindd from trunk
Gerald Carter
20
-2637
/
+6290
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
r7148: Fix #2736: winbind race condition with detecting idle clients
Jim McDonough
1
-6
/
+12
2007-10-10
r7145: reuse the WINBIND_REQUIRED_MEMBERSHIP constant.
Günther Deschner
1
-12
/
+14
2007-10-10
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
1
-11
/
+1
2007-10-10
r7130: remove 'winbind enable local accounts' code from the 3.0 tree
Gerald Carter
6
-1828
/
+1
2007-10-10
r6755: removing domain_sid() since it is not referenced anymore
Gerald Carter
5
-95
/
+0
2007-10-10
r6682: patch from Qiao Yang <qyang@stbernard.com> to use out own DC when gett...
Gerald Carter
2
-7
/
+15
2007-10-10
r6643: fix some build issues on IRIX;l patch from james peach
Gerald Carter
3
-4
/
+10
2007-10-10
r6627: Fix debug message
Volker Lendecke
1
-2
/
+2
2007-10-10
r6566: fix a couple of local group bugs.
Gerald Carter
1
-1
/
+6
2007-10-10
r6450: * fix typo in htlm_auth help message
Gerald Carter
1
-4
/
+2
2007-10-10
r6401: Fix a debug message
Volker Lendecke
1
-1
/
+1
2007-10-10
r6351: This is quite a large and intrusive patch, but there are not many piec...
Volker Lendecke
1
-12
/
+22
2007-10-10
r6296: add message about known interoperability issue with Windows 2003 SP1 DCs
Gerald Carter
1
-0
/
+10
2007-10-10
r6273: Remove some unused code, minor cleanup
Volker Lendecke
2
-12
/
+3
2007-10-10
r6263: Get rid of generate_wellknown_sids, they are const static and initiali...
Volker Lendecke
3
-6
/
+1
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
3
-13
/
+12
2007-10-10
r6217: After talking to jerry, commit the partial fix for wbinfo -r. This fix...
Volker Lendecke
1
-15
/
+23
2007-10-10
r6216: Brown paper-bag bug fix for wbinfo --user-sids.... Nobody seems to rea...
Volker Lendecke
1
-2
/
+2
2007-10-10
r6158: fix some misleading error messages
Gerald Carter
1
-2
/
+2
2007-10-10
r6154: fix winbindd <-> Windows 2003 sp1 issue.
Gerald Carter
1
-1
/
+5
2007-10-10
r6149: Fixes bugs #2498 and 2484.
Derrell Lipman
4
-5
/
+8
2007-10-10
r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...
Derrell Lipman
4
-4
/
+5
2007-10-10
r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...
Volker Lendecke
1
-4
/
+53
2007-10-10
r6040: finish out 'net rpc service list'
Gerald Carter
1
-1
/
+0
2007-10-10
r6036: patch from Lin Li <linl@xandros.com> to ensure trusted domains are ini...
Gerald Carter
2
-0
/
+7
2007-10-10
r5945: BUG 2516: fix compile issue on True64
Gerald Carter
1
-1
/
+1
2007-10-10
r5751: fix another (correct) compiler warning
Gerald Carter
1
-1
/
+1
2007-10-10
r5724: Fix compiler warning
Volker Lendecke
1
-1
/
+1
2007-10-10
r5654: Fix bug 1604 -- make winbind work with more than 10 trusted domains.
Volker Lendecke
1
-3
/
+34
2007-10-10
r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...
Volker Lendecke
1
-1
/
+1
2007-10-10
r5428: Apply some const. LDAP attribs should now be declared const char *attr...
Volker Lendecke
1
-1
/
+1
2007-10-10
r5336: BUG 2329: fix to re-enable winbindd to locate DC's when 'disable netbi...
Gerald Carter
2
-69
/
+86
2007-10-10
r5331: Support SIDs as %s replacements in the afs username map parameter.
Volker Lendecke
1
-0
/
+12
2007-10-10
r5314: Some const, and an uninitialized variable fix.
Volker Lendecke
1
-4
/
+4
2007-10-10
r5207: patches from Jay Fenlason @ RedHat (scooped from their Fedora packages)
Gerald Carter
2
-3
/
+4
2007-10-10
r4967: Not being in any domain local groups is obviously valid...
Volker Lendecke
1
-1
/
+1
2007-10-10
r4905: patch from abartlet to remove storing the auth-user credentials from t...
Gerald Carter
1
-4
/
+0
[next]