index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
finally got sick of the "extern int Client" code and the stupid
Andrew Tridgell
2000-04-11
19
-217
/
+195
*
added a cheap and nasty skip_unibuf() fn to allow easier merging from
Andrew Tridgell
2000-04-11
1
-0
/
+10
*
two minor bugfixes for SCO UnixWare. The first is to catch SIGPIPE so that pu...
Andrew Tridgell
2000-04-11
2
-0
/
+4
*
added checks to open both \\server\printer and \\server\share.
Jean-François Micouleau
2000-04-10
1
-3
/
+44
*
Fix for soft quotas not being set from
Jeremy Allison
2000-04-10
1
-0
/
+24
*
initialise fsp->fd to -1
Andrew Tridgell
2000-04-10
1
-0
/
+1
*
new prototypes
Andrew Tridgell
2000-04-10
1
-11
/
+10
*
the bulk of the changes to get rid of fd_ptr and move print open
Andrew Tridgell
2000-04-10
11
-1023
/
+231
*
rather than doing print file open processing in open.c we now handle
Andrew Tridgell
2000-04-10
1
-0
/
+74
*
the first of a bunch of changes to code with getting rid of the fd_ptr
Andrew Tridgell
2000-04-10
1
-6
/
+23
*
got rid of the file_fd_struct structure completely.
Andrew Tridgell
2000-04-10
1
-22
/
+4
*
removed the read prediction code from the head branch. I think the
Andrew Tridgell
2000-04-10
1
-1
/
+1
*
split out the lpq parsing code into a separate file
Andrew Tridgell
2000-04-10
4
-861
/
+886
*
don't echo warning messages twice
Andrew Tridgell
2000-04-10
1
-2
/
+2
*
utmp compile fix from peter@cadcamlab.org
Andrew Tridgell
2000-04-10
1
-2
/
+2
*
Modified interfaces and added checks around *all* *alloc calls
Jeremy Allison
2000-04-06
5
-99
/
+215
*
filled the architecture table (useless for the moment).
Jean-François Micouleau
2000-04-06
2
-24
/
+43
*
JF - you might want to look at this patch.
Jeremy Allison
2000-04-05
1
-23
/
+134
*
off by one error ...
Jean-François Micouleau
2000-04-05
1
-2
/
+5
*
changed all the status code to ERROR_xxx instead of NT_STATUS_xx which are
Jean-François Micouleau
2000-04-05
4
-89
/
+87
*
Added strerror at debug level 0 on file create/open fail. Helps catch
Jeremy Allison
2000-04-05
1
-3
/
+3
*
Change to vfs API. POSIX states fsync should return an int, not a void.
Jeremy Allison
2000-04-04
5
-8
/
+8
*
Removed strange optimisation (paranoia fix maybe ?) that stopped smbd
Jeremy Allison
2000-04-04
1
-6
/
+0
*
Snuck in some whitespace cleanup while I was visiting these files. (-:
Tim Potter
2000-04-04
3
-6
/
+0
*
Removed unused parameter vuid from rpc_server api_* calls. For the very few
Tim Potter
2000-04-04
9
-321
/
+297
*
Fix for compiler warning about invalid structure type.
Jeremy Allison
2000-04-03
1
-1
/
+1
*
Hmmm - unicode codepages need adding to HEAD. Thought that'd been done ?
Jeremy Allison
2000-04-03
15
-0
/
+64024
*
Fix for spoolss code from Alan Hourihane <Alan.Hourihane@pinacl.co.uk>.
Jeremy Allison
2000-04-03
1
-1
/
+1
*
Additional fix for nmbd and 127.0.0.1 interface.
Jeremy Allison
2000-04-03
1
-0
/
+12
*
fixes for broken IRIX header file merged from 2.0 branch
Herb Lewis
2000-03-31
3
-578
/
+595
*
IRIX include fixes.
Jeremy Allison
2000-03-31
4
-195
/
+216
*
Fix for coredump in testparm.
Jeremy Allison
2000-03-30
1
-1
/
+1
*
Fixed spelling of Andrew's name. (-:
Tim Potter
2000-03-30
1
-1
/
+1
*
I finally got sick of configure being run automaticaly when I run make
Andrew Tridgell
2000-03-30
1
-2
/
+2
*
Added check for LL suffix to long long ints needed by AIX 4.3.x compiler
Jeremy Allison
2000-03-29
5
-185
/
+334
*
Fixed bug found by JF where if the amount of data to return in the prs_struct
Jeremy Allison
2000-03-29
1
-1
/
+1
*
Cause nmbd to ignore loopback interface when constructing its interface ...
Jeremy Allison
2000-03-29
1
-0
/
+14
*
split addprinterex in preparation for level 1 support and to stop it
Jean-François Micouleau
2000-03-29
1
-8
/
+28
*
rewrote getprinterdriver level 3, now correctly handle the dependent
Jean-François Micouleau
2000-03-29
5
-191
/
+279
*
More Japanese filename fixes wrt VFS code from
Tim Potter
2000-03-29
2
-12
/
+16
*
damn, the test was the wrong way around for short_resuest
Andrew Tridgell
2000-03-28
1
-1
/
+1
*
Win2k will only accept volume labels in UNICODE. Fixed.... :-(.
Jeremy Allison
2000-03-28
1
-1
/
+2
*
Moved common code to set parameter offset field correctly oout of 'if'
Jeremy Allison
2000-03-28
1
-10
/
+8
*
Fixed crash bug in new handle_netbios_name code.
Jeremy Allison
2000-03-27
1
-2
/
+2
*
changed the definition of dos_PutUniCode
Andrew Tridgell
2000-03-27
5
-20
/
+19
*
the final part of the nmbd merge between head and tng - this gets the
Andrew Tridgell
2000-03-27
4
-373
/
+382
*
fixed the hanlding of recursion desired when sending packets from
Andrew Tridgell
2000-03-27
1
-23
/
+22
*
moved nmblib-specific code from util.c to nmblib.c.
Luke Leighton
2000-03-27
3
-544
/
+546
*
rename static reload_services function to reload_nmbd_services because
Luke Leighton
2000-03-27
1
-6
/
+6
*
when doing a "secure nbns" wack response and check with owner for a
Andrew Tridgell
2000-03-26
1
-1
/
+4
[next]