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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix check_path_syntax() for multibyte encodings which have no '\' as second b...
Alexander Bokovoy
2004-03-16
1
-0
/
+20
*
Ensure we don't truncate strcmps to nstring anymore...
Jeremy Allison
2004-03-13
1
-0
/
+2
*
Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...
Jeremy Allison
2004-03-13
2
-4
/
+6
*
First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to
Jeremy Allison
2004-03-13
1
-1
/
+29
*
Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...
Jeremy Allison
2004-03-11
4
-43
/
+67
*
Get MungedDial actually working with full TS strings in it for pdb_ldap.
Jim McDonough
2004-03-11
1
-4
/
+13
*
Given how core this code is, I figure it should have it's own testsuite.
Andrew Bartlett
2004-03-09
1
-7
/
+11
*
JRA's recent strstr_m work really badly broke our string_sub code.
Andrew Bartlett
2004-03-09
1
-2
/
+10
*
Added strstr_m() function. Use in all places where we might run into mb
Jeremy Allison
2004-03-09
2
-6
/
+76
*
Fix typo.
Tim Potter
2004-03-07
1
-1
/
+1
*
fixed compilation with --enable-dmalloc
Andrew Tridgell
2004-02-26
1
-3
/
+3
*
Janitor for tpot...bugzilla #1098, msleep already exists on aix
Jim McDonough
2004-02-23
3
-4
/
+4
*
Add bad password count/time attributes
Jim McDonough
2004-02-23
1
-0
/
+2
*
Make default lockout duration and reset count time 30 minutes, to match windo...
Jim McDonough
2004-02-20
1
-2
/
+2
*
Missed SAFE_FREE (typo).
Jeremy Allison
2004-02-13
1
-1
/
+2
*
Added Andrew Bartlett's patch to use an allocated buffer for count_chars.
Jeremy Allison
2004-02-13
1
-2
/
+8
*
merge from old APP_HEAD
Gerald Carter
2004-02-12
2
-1
/
+42
*
Added James Peach's fix for #1038.
Jeremy Allison
2004-02-11
1
-0
/
+40
*
more fixes from the static changes; please move static functions to the top o...
Gerald Carter
2004-02-10
1
-23
/
+23
*
bug 1046 (patch from Bostjan Golob <golob@gimb.org>); fix 20 month old bug wh...
Gerald Carter
2004-02-09
1
-3
/
+3
*
More 'static' work.
Andrew Bartlett
2004-02-08
1
-1
/
+1
*
Make more functions static, and remove duplication in the use of functions
Andrew Bartlett
2004-02-08
2
-201
/
+1
*
Another static function.
Andrew Bartlett
2004-02-08
1
-1
/
+1
*
Fix final valgrind errors with #830. Catch mb conversion error that may not
Jeremy Allison
2004-02-04
1
-2
/
+16
*
Fixup the allocate version of the function to do "crap" conversions too.
Jeremy Allison
2004-02-04
1
-20
/
+83
*
Working on #830. Cope with bad conversions better - don't just memcpy but
Jeremy Allison
2004-02-04
2
-11
/
+82
*
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
*
Fix up name canonicalization (needed for krb5 keytab support later).
Jeremy Allison
2004-01-30
1
-46
/
+28
*
Clarify comment on set_effective_uid()
Andrew Bartlett
2004-01-27
1
-2
/
+10
*
Add a few more NTSTATUS <=> PAM error mappings.
Andrew Bartlett
2004-01-26
1
-1
/
+3
*
Fix removal of attributes in LDAP - we would not actually remove the old
Andrew Bartlett
2004-01-25
1
-16
/
+16
*
Fix decoding of base64. We got the length wrong when the result was not
Volker Lendecke
2004-01-23
1
-0
/
+2
*
* Add SIGABRT to fault handling
Stefan Metzmacher
2004-01-22
1
-3
/
+6
*
* BUG 446
Gerald Carter
2004-01-15
1
-0
/
+4
*
* Fix sys_chown() when no chown() is presend
Stefan Metzmacher
2004-01-15
1
-0
/
+2
*
* Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA
Stefan Metzmacher
2004-01-15
5
-34
/
+181
*
fix XFS quotas the macro changed from HAVE_XFS_QUOTA -> HAVE_XFS_QUOTAS
Stefan Metzmacher
2004-01-14
1
-2
/
+2
*
Fix for bug #922. Fast path not called for strlower_m() and strupper_m().
Jeremy Allison
2004-01-07
1
-2
/
+2
*
isolate ldap debug messages to the common smbldap_XXX() functions
Gerald Carter
2004-01-06
1
-4
/
+9
*
XFS quota patch from Stefan Metzmacher <metze@metzemix.de>.
Jeremy Allison
2004-01-06
3
-37
/
+48
*
Patch by Stefan Metzmacher <metze@metzemix.de>:
Andrew Bartlett
2004-01-06
1
-0
/
+4
*
Patch based on work from James Peach <jpeach@sgi.com> to convert over to
Jeremy Allison
2004-01-06
1
-0
/
+41
*
Added last missing file.
Jeremy Allison
2004-01-05
1
-0
/
+486
*
Oops. Broke the build. Added missing files.
Jeremy Allison
2004-01-05
2
-0
/
+608
*
Fix from James Flemer <jflemer@uvm.edu> to make HAVE_ATTR_LIST linked to
Jeremy Allison
2004-01-05
1
-3
/
+3
*
Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2....
Jeremy Allison
2004-01-05
1
-529
/
+0
*
Always call the auto-init funciton - this avoids tdb segfaulting under
Andrew Bartlett
2004-01-05
1
-0
/
+6
*
auth/auth_util.c:
Andrew Bartlett
2003-12-31
2
-3
/
+3
*
The AFS pts command always generates completely lower-case user names. As case
Volker Lendecke
2003-12-30
1
-1
/
+4
[prev]
[next]