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
2000-12-02
fixed messaging bug - use strlen() instead of sizeof() in key length
Andrew Tridgell
1
-2
/
+2
2000-12-01
Allow zero length smb.conf files.
Tim Potter
1
-2
/
+0
2000-12-01
Use lp_codepagedir() instead of CODEPAGEDIR when loading the unicode map.
Tim Potter
1
-2
/
+3
2000-11-21
Another large patch for the passdb rewrite.
Gerald Carter
1
-0
/
+6
2000-11-17
fixed the problem with messages not getting through
Andrew Tridgell
1
-1
/
+1
2000-11-17
save and restore errno in select
Andrew Tridgell
1
-1
/
+5
2000-11-17
Delete queue on empty.
Jeremy Allison
1
-2
/
+7
2000-11-17
the duplicate checking code will cause unaligned accesses on non-intel
Andrew Tridgell
1
-4
/
+4
2000-11-17
use process_exists() not kill(pid, 0)
Andrew Tridgell
1
-1
/
+1
2000-11-16
Fix for a problem with the new messaging system. If a sender is using the
Jeremy Allison
2
-6
/
+42
2000-11-16
Fix for plaintext passwords from Pat Sandfort @ HP.
Jeremy Allison
1
-3
/
+6
2000-11-16
Ok - fixed a bug in our levelII oplock code. We need to break a level II on
Jeremy Allison
1
-51
/
+0
2000-11-13
Large commit which restructures the local password storage API.
Gerald Carter
1
-0
/
+7
2000-11-11
Merge of Herb's profiling code.
Jeremy Allison
1
-0
/
+1
2000-11-10
Merge in Herb's changes from 2.2.
Jeremy Allison
1
-1
/
+1
2000-11-10
Fix from John E. Malmberg <wb8tyw@qsl.net> for -1 return in interfaces scan.
Jeremy Allison
1
-2
/
+2
2000-11-06
64 bit fix from Uros Prestor <uros@turbolinux.com>.
Jeremy Allison
1
-3
/
+3
2000-11-04
Fix some compiler warnings.
Tim Potter
1
-6
/
+6
2000-10-28
Fixed silly bug in dup2 code found by Kenichi Okuyama@Tokyo Research Lab. IBM...
Jeremy Allison
1
-1
/
+1
2000-10-25
Even when looking up a users groups via winbindd even if the lookup for
Jeremy Allison
1
-2
/
+2
2000-10-25
John Reilly @ HP (who is a wonderful human being and *definately* needs
Jeremy Allison
1
-2
/
+0
2000-10-19
Fixed missing bracket on debug statement.
Tim Potter
1
-1
/
+1
2000-10-13
Added David O'Neills fix to HEAD (hmmm. how did this compile... :-).
Jeremy Allison
1
-1
/
+1
2000-10-13
Fix to allow smbd to call winbindd if it is running for all group enumeration,
Jeremy Allison
2
-32
/
+148
2000-10-12
lib/messages.c add debug print for receipt of PING and
Herb Lewis
1
-0
/
+2
2000-10-11
Turns out we do need the pwnam check as on many systems the users
Jeremy Allison
1
-0
/
+7
2000-10-11
Fixed %d printf with unsigned long arg.
Jeremy Allison
1
-1
/
+1
2000-10-11
changes to sync with 2.2. tree
Herb Lewis
1
-0
/
+12
2000-10-11
Fix to avoid calling getgrgid for no reason.
Jeremy Allison
1
-21
/
+9
2000-10-10
Fixed nasty size wrong bug spotted by the eagle eyes of
Jeremy Allison
1
-1
/
+1
2000-10-08
sys_popen got damaged when converted from FILE * to int fd I think.
Jeremy Allison
1
-14
/
+3
2000-10-06
Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>
Jeremy Allison
1
-4
/
+4
2000-10-06
Print socket options - patch from Dave Collier-Brown @ Sun.
Jeremy Allison
1
-2
/
+23
2000-10-06
Herb's warning fixes. Also the POSIX locking fix.
Jeremy Allison
1
-1
/
+0
2000-10-04
Made re-init of stat cache explicit rather than being hidden.
Jeremy Allison
1
-4
/
+0
2000-10-04
Adding Herb's compile warning fixes to HEAD.
Jeremy Allison
5
-13
/
+17
2000-10-03
utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.
Jeremy Allison
3
-13
/
+476
2000-09-29
added a hack to get 64 bit locking working with the broken fcntl()
Andrew Tridgell
1
-0
/
+14
2000-09-28
Removed annoying unecessary debug message.
Tim Potter
1
-1
/
+0
2000-09-27
Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them
Jeremy Allison
2
-292
/
+8
2000-09-26
fix for IRIX compiler error messages
Herb Lewis
1
-3
/
+3
2000-09-13
first cut at smbcontrol program. It currently allows syntax like:
Andrew Tridgell
1
-0
/
+43
2000-09-12
fixed a race in the pipe() setup in sys_select()
Andrew Tridgell
1
-1
/
+1
2000-09-12
- fixed some memory leaks in the messages code
Andrew Tridgell
1
-1
/
+28
2000-09-12
- changed the msg_type to be an int instead of an enum so that it is
Andrew Tridgell
2
-14
/
+19
2000-09-12
much nicer message interface. We now register dispatch functions,
Andrew Tridgell
2
-26
/
+62
2000-09-11
the first cut of the internal messaging system.
Andrew Tridgell
2
-44
/
+254
2000-09-01
Changes from APPLIANCE_HEAD (per Tim Potter):
David O'Neill
1
-0
/
+75
2000-09-01
-U% should be an anonymous connection. Fixed bug where
Gerald Carter
1
-1
/
+2
2000-08-30
Implemented AbortPrinter() from Gerald's Win32 test code. Just purge all
Jeremy Allison
1
-0
/
+2
[next]