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 bug found by tridge in 2.2.x. Ensure that %U substitution is
Jeremy Allison
2003-08-28
1
-4
/
+17
*
|
fix bug 289; make sure to reset the offset into a string when reallocating space
Gerald Carter
2003-08-25
1
-1
/
+2
*
|
Half-way though the big conversion of all nmbd access to wire elements being
Jeremy Allison
2003-08-23
1
-0
/
+10
*
|
Shut conversion errors up when initialising tables.
Jeremy Allison
2003-08-21
1
-12
/
+24
*
|
Attempt to fix the charcnv issues causing nmbd to crash. If we get a failed
Jeremy Allison
2003-08-20
1
-34
/
+92
*
|
metze's autogenerate patch for version.h
Gerald Carter
2003-08-20
4
-4
/
+46
*
|
get rid of more compiler warnings
Herb Lewis
2003-08-15
2
-8
/
+8
*
|
get rid of compiler warnings
Herb Lewis
2003-08-15
2
-2
/
+2
*
|
get rid of const as these things really are not const
Herb Lewis
2003-08-15
1
-5
/
+5
*
|
get rid of some sompiler warnings on IRIX
Herb Lewis
2003-08-15
1
-2
/
+1
*
|
add IRIX EA support
Herb Lewis
2003-08-15
1
-1
/
+158
*
|
Change Samba to always use extended security for it's guest logins, (ie,
Andrew Bartlett
2003-08-14
1
-0
/
+30
*
|
2 fixes
Gerald Carter
2003-08-13
1
-0
/
+27
*
|
Fix for bugid #205 - work by Andrew Bartlet (modified to use
Jeremy Allison
2003-08-12
2
-39
/
+54
*
|
Fix client autonegotiate signing.
Volker Lendecke
2003-08-12
1
-1
/
+2
*
|
Apply some const
Volker Lendecke
2003-08-11
1
-2
/
+2
*
|
Update my copyrights according to my agreement with IBM
Jim McDonough
2003-08-01
2
-2
/
+2
*
|
Fix copyright statements for various pieces of Anthony Liguori's work.
Jim McDonough
2003-08-01
1
-1
/
+1
*
|
Return proper error when it is impossible to change quota flags
Alexander Bokovoy
2003-07-31
1
-2
/
+23
*
|
Add a command line option (-S on|off|required) to enable signing on client
Jeremy Allison
2003-07-30
1
-3
/
+22
*
|
split replace into replace and replace1 to allow setenv to be used by
Herb Lewis
2003-07-29
2
-18
/
+42
*
|
Add NT quotas support. Users allowed now to manage quotas on systems with sys...
Alexander Bokovoy
2003-07-29
1
-44
/
+169
*
|
If we strupper_m after the alpha_strcpy() we know that it is less likaly
Andrew Bartlett
2003-07-27
1
-2
/
+2
*
|
When removing an 'unused' function, it helps to remove the 'unused' callers...
Andrew Bartlett
2003-07-27
1
-76
/
+0
*
|
Use push_ucs2_allocate(), rather than convert_string_allocate() directly.
Andrew Bartlett
2003-07-27
2
-45
/
+9
*
|
Some small fixes to our charset conversion code:
Andrew Bartlett
2003-07-27
1
-50
/
+70
*
|
Fix bug #184; set max_pw_age in account_pol to -1 so the default is never to ...
Gerald Carter
2003-07-25
1
-1
/
+1
*
|
fix user_in_list to work with winbind groups again; my bug
Gerald Carter
2003-07-25
1
-1
/
+1
*
|
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
2003-07-25
3
-5
/
+5
*
|
More printf fixes - size_t is long on some architectures.
Tim Potter
2003-07-24
3
-3
/
+3
*
|
Ensure a prototype is generated for smb_snprintf()
Tim Potter
2003-07-23
1
-1
/
+1
*
|
convert snprintf() calls using pstrings & fstrings
Gerald Carter
2003-07-23
3
-4
/
+4
*
|
A fix for bug 174. I'm pushing this to the tree to test it on one of
Tim Potter
2003-07-23
1
-4
/
+2
*
|
Fixup a bunch of printf-style functions and debugs to use unsigned long when
Tim Potter
2003-07-22
1
-1
/
+1
*
|
Replace the eight (!) copies of dummy become/unbecome root with a single one.
Tim Potter
2003-07-22
1
-0
/
+33
*
|
Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings.
Andrew Bartlett
2003-07-19
1
-11
/
+24
*
|
Disconnect an idle LDAP connection after 150 seconds.
Volker Lendecke
2003-07-17
1
-1
/
+43
*
|
Add API framework for server SMB signing.
Jeremy Allison
2003-07-16
1
-82
/
+100
*
|
Volker's patch for open_socket_out() to speed up connections
Gerald Carter
2003-07-16
1
-3
/
+8
*
|
Fix memleak
Volker Lendecke
2003-07-15
1
-1
/
+3
*
|
Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request
Andrew Bartlett
2003-07-14
1
-0
/
+11
*
|
Undo 'Fix compiler warning'. It didn't work because the value of inbuf chang...
Tim Potter
2003-07-14
1
-21
/
+11
*
|
Fix compiler warning.
Rafal Szczesniak
2003-07-13
1
-11
/
+21
*
|
moving more code around.
Gerald Carter
2003-07-11
1
-0
/
+148
*
|
Add const
Volker Lendecke
2003-07-10
1
-1
/
+1
*
|
and so it begins....
Gerald Carter
2003-07-07
2
-3
/
+3
*
|
Fixes to our LDAP/vampire codepaths:
Andrew Bartlett
2003-07-05
1
-0
/
+4
*
|
This patch cleans up some of our ldap code, for better behaviour:
Andrew Bartlett
2003-07-04
1
-1
/
+37
*
|
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
5
-24
/
+24
*
|
Added fix for Japanese case names in statcache - these can change
Jeremy Allison
2003-07-02
2
-2
/
+49
[prev]
[next]