index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bug found by gd - the new range-reterival code did still had 'member'
Andrew Bartlett
2004-02-08
1
-2
/
+3
*
I should have done this years ago...
Andrew Bartlett
2004-02-07
1
-0
/
+131
*
Replace .po with .@PICSUFFIX@
Tim Potter
2004-02-06
1
-4
/
+4
*
Fix final valgrind errors with #830. Catch mb conversion error that may not
Jeremy Allison
2004-02-04
1
-2
/
+16
*
move disabling code to context functions instead of backwards compatible wrap...
Gerald Carter
2004-02-04
1
-28
/
+28
*
Fixup the allocate version of the function to do "crap" conversions too.
Jeremy Allison
2004-02-04
1
-20
/
+83
*
return NSS_SUCCESS if we have found the max number of gids possible on Solari...
Gerald Carter
2004-02-04
1
-4
/
+7
*
Fix const warning
Andrew Bartlett
2004-02-04
1
-2
/
+2
*
This should be the correct fix for the lack of a prototype for
Andrew Bartlett
2004-02-04
3
-13
/
+1
*
Working on #830. Cope with bad conversions better - don't just memcpy but
Jeremy Allison
2004-02-04
2
-11
/
+82
*
Fix for a bug where the mutex could be left locked. Also remove the
Jeremy Allison
2004-02-03
2
-168
/
+8
*
A few fixes from "L. Lucius" <ib@digicron.com>. Don't use int when it's
Jeremy Allison
2004-02-02
1
-3
/
+3
*
fix installmodules problem with make on True64
Gerald Carter
2004-02-02
1
-2
/
+2
*
fix problems with proto.h
Gerald Carter
2004-02-02
2
-2
/
+2
*
there are places in the samba3 code that don't check properly for
Andrew Tridgell
2004-02-02
1
-0
/
+4
*
the conversion from int to size_t in charcnv did not take into account
Andrew Tridgell
2004-02-02
1
-1
/
+1
*
Remove bogus check. No functional change, just cosmetics.
Volker Lendecke
2004-02-02
1
-5
/
+0
*
Always at least try to compile in cracklib support.
Andrew Bartlett
2004-02-02
1
-1
/
+1
*
Merge the 'use cracklib' parameter from HEAD back to 3.0
Andrew Bartlett
2004-02-02
1
-0
/
+4
*
remerge andrew's cracklib patch from HEAD and fix a compile warnings
Gerald Carter
2004-02-02
5
-26
/
+144
*
Include sys/acl.h in check for broken nisplus include files. Bug #1025.
Tim Potter
2004-02-01
1
-1
/
+3
*
Don't log an error in tdb_brlock() if a non-blocking lock returns EAGAIN -
Tim Potter
2004-02-01
1
-4
/
+8
*
* BUG 101: patch from j.lu@tiesse.com to set the SV_TYPE_PRINTQ_SERVER;
Gerald Carter
2004-01-31
2
-115
/
+10
*
cleanup patch for bug 977 so we don't display incorrect debug messages
Gerald Carter
2004-01-31
1
-8
/
+12
*
If we are setting the NT or LM password to NULL, remove the attribute
Andrew Bartlett
2004-01-30
1
-17
/
+31
*
Fix up name canonicalization (needed for krb5 keytab support later).
Jeremy Allison
2004-01-30
8
-56
/
+39
*
disable any account that doesn't have a password and doesn't had the ACB_PWNO...
Gerald Carter
2004-01-30
1
-6
/
+12
*
more initialization fixes
Gerald Carter
2004-01-29
2
-0
/
+63
*
disable template accounts by default
Gerald Carter
2004-01-29
1
-1
/
+1
*
initialization fixes
Gerald Carter
2004-01-29
2
-2
/
+51
*
removing more unused parameters
Gerald Carter
2004-01-29
1
-10
/
+0
*
BUG 570: don't overwrite LDFLAGS; patch from MORIYAMA Masayuki <moriyama@mira...
Gerald Carter
2004-01-29
1
-1
/
+1
*
completely rewrote the AIX UESS backend (UESS is the AIX equivalent of
Andrew Tridgell
2004-01-29
1
-148
/
+778
*
Remove an unused parameter from reload_services_file.
Richard Sharpe
2004-01-29
1
-4
/
+3
*
Merge of Chris's fix.
Jeremy Allison
2004-01-28
1
-11
/
+31
*
forgotten commit -- version == 3.0.3pre1
Gerald Carter
2004-01-27
1
-1
/
+1
*
prepping the SAMBA_3_0 branch for 3.0.3 work
Gerald Carter
2004-01-27
1
-2
/
+2
*
bug 977 - don't create a homes share for a user if a static share already exi...
Gerald Carter
2004-01-27
1
-1
/
+7
*
Clarify comment on set_effective_uid()
Andrew Bartlett
2004-01-27
1
-2
/
+10
*
Revise our server-side password change code to cope with the various
Andrew Bartlett
2004-01-26
1
-109
/
+158
*
This adds client-side support for the unicode/SAMR password change scheme.
Andrew Bartlett
2004-01-26
10
-91
/
+220
*
Add a few more NTSTATUS <=> PAM error mappings.
Andrew Bartlett
2004-01-26
1
-1
/
+3
*
Patch by Luca Bolcioni <Luca.Bolcioni@yacme.com>. Ensure we always
Andrew Bartlett
2004-01-26
1
-0
/
+2
*
Fix memleak just introduced. Thanks to abartlet :-)
Volker Lendecke
2004-01-25
1
-0
/
+1
*
On my SuSE 8.2 (glibc 2.3.2) the getpwnam inside pdb_getsampwnam reset
Volker Lendecke
2004-01-25
1
-30
/
+43
*
Fix the initialisation vectors for NTLM2, so that they at least make sense,
Andrew Bartlett
2004-01-25
1
-2
/
+2
*
If we are providing strndup(), ensure we provide a prototype too.
Andrew Bartlett
2004-01-25
1
-0
/
+4
*
Fix removal of attributes in LDAP - we would not actually remove the old
Andrew Bartlett
2004-01-25
1
-16
/
+16
*
A Samba DC is nothing special these days - so every domain controller
Andrew Bartlett
2004-01-24
1
-8
/
+8
*
Fix typo
Volker Lendecke
2004-01-23
1
-2
/
+1
[prev]
[next]