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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r1156: Ensure new remote arch of CIFSFS is seen.
Jeremy Allison
1
-0
/
+3
2007-10-10
r1111: Rename vsnprintf to smb_vsnprintf so we don't get duplicate symbol errors
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r1106: Lars Mueller <lmuelle@suse.de> asked me to apply this patch, as this i...
Volker Lendecke
1
-5
/
+9
2007-10-10
r1104: get_called_name is used in the printing subsystem. In case of multi-homed
Volker Lendecke
1
-0
/
+22
2007-10-10
r1087: BUG 1221: revert old change that used single and double quotes as deli...
Gerald Carter
1
-1
/
+1
2007-10-10
r1085: Now it's had some proper user testing, merge in the deferred open fix....
Jeremy Allison
1
-0
/
+6
2007-10-10
r993: BUG 703 -- finishing patch by Eric Boehm <boehm@nortelnetworks.com> for...
Gerald Carter
1
-14
/
+17
2007-10-10
r938: on an error save the original errno before calling iconv to reset
Herb Lewis
1
-1
/
+5
2007-10-10
r907: fixing browse.dat bug -- don't include the resouce byte from the netbio...
Gerald Carter
1
-1
/
+1
2007-10-10
r772: fix cut and paste error in comment
Herb Lewis
1
-1
/
+1
2007-10-10
r647: fix for setting the called name to by our IP if the called name was *SM...
Gerald Carter
2
-24
/
+6
2007-10-10
r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.
Jeremy Allison
1
-0
/
+3
2007-10-10
r570: Remove lots of globals to handle case issues - move them
Jeremy Allison
3
-25
/
+10
2007-10-10
r487: fixing some compile issues with the IBM AIX compiler reoported on the m...
Gerald Carter
2
-6
/
+8
2007-10-10
r470: BUG 1302: fix seg fault by not trying to optimize a list of invalid gid...
Gerald Carter
1
-5
/
+4
2007-10-10
r449: Two AFS-related things:
Volker Lendecke
2
-228
/
+237
2007-10-10
r428: add acls debug class
Herb Lewis
1
-0
/
+1
2007-10-10
r426: fixed bug noticed by wim.delvaux@adaptiveplanet.com in handling of time...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r416: add a newline to the debuglevel message returned string
Herb Lewis
1
-3
/
+4
2007-10-10
r316: Fix split_domain_name. This defaulted to get_myname() instead of
Volker Lendecke
1
-8
/
+14
2007-10-10
r288: combination of BUG 1081 and patch from J. Klinger -- added remove_dupli...
Gerald Carter
2
-0
/
+50
2007-10-10
r196: merging struct uuid from trunk
Gerald Carter
3
-58
/
+112
2007-10-10
r116: volker's patch for local group and group nesting
Gerald Carter
2
-0
/
+20
2007-10-10
r104: Fix ntlm_auth by adding the new strhex_to_data_blob() call.
Andrew Bartlett
1
-0
/
+11
2007-10-10
r91: Fix lsalookupnames. Previously we'd fail if we didn't find the name, but
Jim McDonough
1
-0
/
+7
2007-10-10
r53: Remove modifyTimestamp from list of our attributes. We just check it for
Jim McDonough
1
-1
/
+0
2007-10-10
r39: * importing .cvsignore files
Gerald Carter
1
-3
/
+0
2004-04-01
"Fixing my FORTRAN". Ensure we always have some valid char converter for the
Jeremy Allison
1
-4
/
+14
2004-04-01
This restructures lib/afs.c so that the token data can be but into a
Volker Lendecke
1
-67
/
+294
2004-03-27
Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yet
Andrew Bartlett
1
-0
/
+18
2004-03-27
Merge from HEAD the SMB signing patch that I developed a couple of weeks
Andrew Bartlett
1
-1
/
+1
2004-03-26
source code fix for bug 1095 -- honor the '-l' option
Gerald Carter
2
-0
/
+9
2004-03-21
Given how often a panic has to do with malloc() problems, don't tempt
Andrew Bartlett
1
-1
/
+1
2004-03-19
BUG 417: fix %UuGg variables expansion in include lines setging the current_u...
Gerald Carter
2
-0
/
+10
2004-03-19
updating release notes & merging Derrel Lipman's libsmbclient patch from HEAD
Gerald Carter
1
-1
/
+1
2004-03-19
backport from head
Simo Sorce
1
-0
/
+3
2004-03-18
Merge from HEAD for Amanda group.
Jeremy Allison
1
-0
/
+14
2004-03-18
Password lockout for LDAP backend. Caches autolock flag, bad count, and
Jim McDonough
1
-0
/
+2
2004-03-18
Correctness patch from fumiya@miraclelinux.com to count characters correctly,
Jeremy Allison
1
-0
/
+3
2004-03-17
Remove excess logging when probing for the length of the next mb char.
Jeremy Allison
1
-0
/
+3
2004-03-17
Change check_path_syntax() to use the new next_mb_char_size() function
Jeremy Allison
1
-20
/
+4
2004-03-16
Add function next_mb_char_size() that returns a size_t of the number of
Jeremy Allison
1
-0
/
+24
2004-03-16
Fix check_path_syntax() for multibyte encodings which have no '\' as second b...
Alexander Bokovoy
1
-0
/
+20
2004-03-13
Ensure we don't truncate strcmps to nstring anymore...
Jeremy Allison
1
-0
/
+2
2004-03-13
Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...
Jeremy Allison
2
-4
/
+6
2004-03-13
First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to
Jeremy Allison
1
-1
/
+29
2004-03-11
Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...
Jeremy Allison
4
-43
/
+67
2004-03-11
Get MungedDial actually working with full TS strings in it for pdb_ldap.
Jim McDonough
1
-4
/
+13
2004-03-09
Given how core this code is, I figure it should have it's own testsuite.
Andrew Bartlett
1
-7
/
+11
2004-03-09
JRA's recent strstr_m work really badly broke our string_sub code.
Andrew Bartlett
1
-2
/
+10
[next]