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
Age
Commit message (
Expand
)
Author
Files
Lines
2003-02-28
Fix HTTP error codes (patch by Vance Lankhaar)
Jelmer Vernooij
1
-3
/
+3
2003-02-28
fixed a crash bug in the new winbindd 'sids rule!' code
Andrew Tridgell
1
-1
/
+1
2003-02-28
Doxygen janitor: add note that strequal is in fact case-insensitive.
Martin Pool
1
-6
/
+8
2003-02-28
- added help on -P option
Andrew Tridgell
1
-0
/
+2
2003-02-28
Doxygen janitor
Martin Pool
3
-9
/
+9
2003-02-28
Doxygen janitor: fix parameter names, grammar, tag names.
Martin Pool
1
-14
/
+14
2003-02-28
Doxygen janitor: rpc_resolve_dc parameter is spelled "trust_passwd"
Martin Pool
1
-1
/
+1
2003-02-28
Doxygen janitor: check_domain_match parameter is spelled
Martin Pool
1
-2
/
+2
2003-02-28
Fix comment typo
Martin Pool
1
-1
/
+1
2003-02-28
Remove reference to "mainpage.dox" and CodingStandards, which have
Martin Pool
2
-11
/
+3
2003-02-28
Add a comment about the meaning of samba's internal character set and
Martin Pool
1
-0
/
+24
2003-02-28
Add simple test harness that exposes StrCaseCmp for testing.
Martin Pool
1
-0
/
+20
2003-02-28
cleanup some compiler warnings
Jim McDonough
1
-3
/
+3
2003-02-28
Improve net ads lookup:
Jim McDonough
1
-61
/
+142
2003-02-28
*Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limit
Jeremy Allison
3
-15
/
+61
2003-02-27
don't forget the NULL
Gerald Carter
1
-3
/
+3
2003-02-27
and the winner of "i should have just written it in assembly
Gerald Carter
1
-3
/
+3
2003-02-27
don't pass NULL pointers to strcmp()
Gerald Carter
1
-2
/
+2
2003-02-27
additional fix for CR 601
Gerald Carter
4
-2
/
+26
2003-02-27
Doxygen janitor
Martin Pool
1
-5
/
+6
2003-02-27
We now use <anchor/> instead of just <anchor> (strict XML syntax)
Jelmer Vernooij
1
-1
/
+1
2003-02-27
- Rename 'modules = ' to 'preload modules = '
Jelmer Vernooij
6
-29
/
+77
2003-02-27
Fix possible memory leak on failure.
Andrew Bartlett
1
-0
/
+1
2003-02-27
Fix to allow blocking lock notification to be done rapidly (no wait
Jeremy Allison
7
-19
/
+162
2003-02-26
Add -Wwrite-strings to our --enable-developer settings.
Andrew Bartlett
1
-2
/
+2
2003-02-26
Netlogon-unigroup changes needed for the winbind RID-to-SID conversion.
Andrew Bartlett
1
-12
/
+25
2003-02-26
Kill RID-only and domain+RID madness from winbind.
Andrew Bartlett
9
-440
/
+377
2003-02-26
init_valid_table: Fix a memory leak that would lose the
Martin Pool
1
-8
/
+15
2003-02-26
Merge from appliance:
Tim Potter
1
-34
/
+23
2003-02-25
Fix compiler warning.
Tim Potter
1
-1
/
+1
2003-02-25
More const fixes and flow on fixes from yesterday's const-fest.
Tim Potter
16
-89
/
+97
2003-02-25
Fix unused variable warning when ENCTYPE_ARCFOUR_HMAC is not defined.
Tim Potter
1
-0
/
+2
2003-02-25
Fix breakage done by myself yesterday.
Tim Potter
1
-6
/
+3
2003-02-25
Progress on CR 601
Gerald Carter
6
-315
/
+388
2003-02-25
Fixed up some const related compiler warnings.
Tim Potter
5
-39
/
+42
2003-02-25
After some comments from tridge, clean the new usergroups code into a helper
Andrew Bartlett
1
-71
/
+94
2003-02-25
For some reason some attributes in ADS do not appear (and are not available)
Andrew Bartlett
1
-1
/
+63
2003-02-25
tokenGroups are SIDs, so dump them as such.
Andrew Bartlett
1
-0
/
+1
2003-02-25
Fix a really nasty bug where some users in AD domains (particularly child
Andrew Bartlett
1
-14
/
+90
2003-02-24
Whenever we have a password, use the in-memory ccache. This fixes a bug where
Andrew Bartlett
1
-2
/
+3
2003-02-24
Clean up non-krb5 breakages from my modifications to luke howard's patch.
Andrew Bartlett
2
-7
/
+2
2003-02-24
Finish removing setenv replacements from smbwrapper.
Andrew Bartlett
2
-20
/
+2
2003-02-24
Move off-by-one buggy malloc()/safe_strcpy() combination to strdup() instead.
Andrew Bartlett
1
-3
/
+1
2003-02-24
typo
Andrew Bartlett
1
-1
/
+1
2003-02-24
Patch from Luke Howard to add mutual kerberos authentication, and SMB session
Andrew Bartlett
8
-42
/
+157
2003-02-24
setenv takes 3 arguments...
Andrew Bartlett
1
-4
/
+4
2003-02-24
If it's a pstring, use pstrcpy().
Andrew Bartlett
1
-2
/
+2
2003-02-24
Fix off-by-one bugs, and move to strdup() rather than malloc()/strcpy().
Andrew Bartlett
1
-16
/
+9
2003-02-24
Quieten compiler warning.
Tim Potter
1
-0
/
+7
2003-02-24
Merge documentation from 3_0.
Martin Pool
1
-6
/
+13
[next]