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
...
*
|
Allow ^C to interrupt smbpasswd if using our getpass.
Jeremy Allison
2003-10-01
1
-62
/
+86
*
|
save and restore CFLAGS before/after AC_PROG_CC; this macro seems to overwrit...
Gerald Carter
2003-10-01
1
-0
/
+9
*
|
wrap internals of sys_setgroups() so the sys_XX() call can be done unconditio...
Gerald Carter
2003-10-01
2
-4
/
+6
*
|
mark 'mangled map' as depcreated and remove 'mangled stack'
Gerald Carter
2003-10-01
1
-4
/
+1
*
|
when we don't have a working iconv library we must default to using only buil...
Andrew Tridgell
2003-09-30
1
-1
/
+1
*
|
Take care of condition where DOS and NT error codes must differ. Found by
Jeremy Allison
2003-09-29
1
-1
/
+1
*
|
Apply some NULL pointer paranoia to previous wins hook fix.
Tim Potter
2003-09-29
1
-2
/
+2
*
|
Fix broken wins hook functionality. A i18n fixe caused the name type
Tim Potter
2003-09-29
1
-2
/
+8
*
|
Testparm fixes:
Jelmer Vernooij
2003-09-29
1
-3
/
+9
*
|
Change AC_CHECK_LIB_EXT to prepend libraries instead of append. This
Tim Potter
2003-09-28
1
-1
/
+1
*
|
iconv isn't const safe. Neither should smb_iconv be.
Jeremy Allison
2003-09-27
1
-1
/
+1
*
|
Ensure %S gets expanded in read/write lists.
Jeremy Allison
2003-09-26
1
-6
/
+13
*
|
Fix for valid users = %S in homes share.
Jeremy Allison
2003-09-26
1
-3
/
+7
*
|
don't write to static pointers; patch from Anthony
Gerald Carter
2003-09-26
1
-1
/
+1
*
|
Fix to parse the level-2 strings. From Anthony Liguori aliguor@us.ibm.com.
Jeremy Allison
2003-09-26
1
-16
/
+4
*
|
More bug #413. Fix bad html table row termination in SWAT wizard code found by
Tim Potter
2003-09-26
1
-4
/
+3
*
|
Change title of SWAT globals page from 'Global Variables' to 'Global
Tim Potter
2003-09-26
1
-1
/
+3
*
|
Allow d_printf() to handle strings with escaped quotation marks since the
Tim Potter
2003-09-26
1
-2
/
+33
*
|
Fix for #480. Change the interface for init_unistr2 to not take a length
Jeremy Allison
2003-09-25
22
-650
/
+467
*
|
Don't #ifdef an AFS option with WITH_ADS. Thanks, jerry!
Volker Lendecke
2003-09-24
1
-1
/
+1
*
|
Fix bug #456 for 3.0.0 release.
Tim Potter
2003-09-24
2
-1
/
+27
*
|
fixing a bug in the retry loop for winbindd_pam_auth[_crap]()
Gerald Carter
2003-09-24
1
-15
/
+25
*
|
This only touches the fake kaserver support. It adds two parameters:
Volker Lendecke
2003-09-23
4
-28
/
+49
*
|
Add a descriptive comment to our usage of setresuid. lib/afs.c needs
Volker Lendecke
2003-09-23
1
-0
/
+4
*
|
Reformat - preparing to fix bug #480 (which will be ugly).
Jeremy Allison
2003-09-22
1
-81
/
+59
*
|
fix some warnings found by the Sun C compiler
Gerald Carter
2003-09-22
7
-10
/
+8
*
|
Fix return of result. Patch from Yasuma Takeda <yasuma@miraclelinux.com>
Jeremy Allison
2003-09-22
1
-0
/
+1
*
|
Applied Monyo's patch for bug #412 which allows \n characters to
Tim Potter
2003-09-22
1
-0
/
+2
*
|
Fix typo
Jelmer Vernooij
2003-09-21
1
-1
/
+1
*
|
Fix a bug and warn when configuration file values are incorrect. Thanks to
Jelmer Vernooij
2003-09-20
1
-10
/
+28
*
|
Ensure that dup_sec_desc copies the 'type' field correctly. This caused
Jeremy Allison
2003-09-19
8
-24
/
+26
*
|
Fix pdb_mysql. Jelmer will look into details tonight.
Alexander Bokovoy
2003-09-19
1
-3
/
+5
*
|
Put in some DEBUGs for swat language selection. Part of bug 456.
Tim Potter
2003-09-19
1
-13
/
+22
*
|
The "unknown_5" 32 bit field in the user structs is actually 2 16-bit
Jeremy Allison
2003-09-18
11
-52
/
+129
*
|
Oops. Proper fix for #470.
Jeremy Allison
2003-09-18
1
-18
/
+20
*
|
Fix for #470 - unable to display SIDs in ACLs.
Jeremy Allison
2003-09-18
1
-2
/
+11
*
|
Change error message displayed when --without-libiconv is used as
Tim Potter
2003-09-18
1
-1
/
+1
*
|
Unregister event fix from metze.
Jeremy Allison
2003-09-17
1
-3
/
+6
*
|
Fix coredump from Samba4 torture suite.
Jeremy Allison
2003-09-17
2
-0
/
+5
*
|
Obviously correct typo bugfix from Lin Li <linl@xandros.com>.
Jeremy Allison
2003-09-17
1
-1
/
+1
*
|
Fix warnings on Sun cc Workshop Compilers 5.0. Reported by "Richard Bollinger...
Alexander Bokovoy
2003-09-17
2
-79
/
+79
*
|
Fix scripts to generate correct tables for compilers which have character con...
Alexander Bokovoy
2003-09-17
1
-2
/
+2
*
|
Fix typo. Found by Aurelien Degremont
Jelmer Vernooij
2003-09-16
1
-1
/
+1
*
|
Applied Steve Langasek's patch for bug #450.
Tim Potter
2003-09-16
1
-3
/
+4
*
|
Fix #442 which Alexander considered a showstopper. Allow us to join mixed
Jeremy Allison
2003-09-16
2
-8
/
+6
*
|
Fix from gregory@networksentry.co.za, don't clobber the comment if it
Jeremy Allison
2003-09-15
1
-2
/
+2
*
|
Fix OOPS when dealing with mangled names reported by several users.
Jeremy Allison
2003-09-15
1
-1
/
+1
*
|
A *curse* upon the person who #ifdefed out the mangle debug statements
Jeremy Allison
2003-09-15
1
-1
/
+1
*
|
Fixed test and wording for long share names.
Christopher R. Hertel
2003-09-15
1
-3
/
+4
*
|
fix online help
Simo Sorce
2003-09-15
1
-1
/
+1
[prev]
[next]