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
/
source
Commit message (
Expand
)
Author
Age
Files
Lines
*
Roll back the 2.2 code using talloc_realloc to the HEAD code (which
Jeremy Allison
2001-03-06
5
-272
/
+203
*
Ok - talloc_realloc now returns 10,000 jobs ok.
Jeremy Allison
2001-03-03
1
-17
/
+21
*
Hmmmmm. Ok - the talloc_realloc code works fine under insure with 500 jobs
Jeremy Allison
2001-03-03
2
-5
/
+7
*
The new talloc_realloc is cool, but is *unuseably* slow with a 10,000 job
Jeremy Allison
2001-03-03
2
-41
/
+69
*
Added a simple talloc_realloc and changed some code in spoolss to use it.
Jeremy Allison
2001-03-03
4
-112
/
+137
*
one more fixed.
Jean-François Micouleau
2001-03-02
1
-9
/
+3
*
fix "net user xxx /domain" from a w2k client
Jean-François Micouleau
2001-03-02
1
-2
/
+2
*
rpccheck build rules
Jean-François Micouleau
2001-03-02
1
-0
/
+8
*
a (very very) small utility to parse a network dump in samba rpc parser
Jean-François Micouleau
2001-03-02
1
-0
/
+64
*
check the length before allocating on unmarshalling.
Jean-François Micouleau
2001-03-02
1
-4
/
+4
*
removed option to include LDAP support until we get it right
Gerald Carter
2001-03-02
2
-703
/
+699
*
Arrgggh. Returning the SPOOL_INFO stuff requires that the realloced
Jeremy Allison
2001-03-02
1
-23
/
+36
*
Move to talloc based NT forms return.
Jeremy Allison
2001-03-02
3
-43
/
+50
*
Fixed a couple of getpwXX calls that were not going through the sys_getpwXX
Jeremy Allison
2001-03-01
2
-4
/
+4
*
Don't return stack structures...
Jeremy Allison
2001-03-01
1
-12
/
+18
*
Fix memory leaks introduced during the restructure.
Jeremy Allison
2001-03-01
1
-15
/
+13
*
When opening a printserver use a global snum of -1.
Jeremy Allison
2001-03-01
1
-2
/
+2
*
rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring.
Jeremy Allison
2001-03-01
2
-9
/
+24
*
Fix incorrrect cast. From Richard Bollinger <rabollinger@home.com>
John Terpstra
2001-03-01
1
-1
/
+1
*
Removed unused code.
Jeremy Allison
2001-03-01
3
-124
/
+6
*
Ensure that SPOOL_NOTIFY_OPTION structs are safely copied out of the talloc
Jeremy Allison
2001-03-01
1
-14
/
+62
*
Finished conversion of spoolss to canonical format. Now to fix the alloc/free
Jeremy Allison
2001-02-28
3
-163
/
+215
*
Fix for stack return from "Jim McDonough" <jmcdough@hotmail.com>.
Jeremy Allison
2001-02-28
1
-3
/
+8
*
This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.
cvs2svn Import User
2001-02-28
1
-0
/
+272
|
\
|
*
More converted to canonical format. Home now - do the rest tomorrow...
Jeremy Allison
2001-02-28
3
-98
/
+122
|
*
Converted more to canonical format... save as I go.,
Jeremy Allison
2001-02-28
3
-35
/
+44
|
*
Ooops - forgot to check the rpcclient and smbcacls compile with the new
Jeremy Allison
2001-02-28
5
-35
/
+38
|
*
Partial conversion of SPOOLSS code to canonical format. More to follow.
Jeremy Allison
2001-02-28
3
-76
/
+107
|
*
Move to talloc control of SPOOL_XXX structs. Move to talloc control of
Jeremy Allison
2001-02-28
13
-707
/
+451
|
*
Fixes from Toomas Soome <tsoome@ut.ee> code unicode problems, plus
Jeremy Allison
2001-02-27
2
-79
/
+86
|
*
Don't marshal data from a stack frame.....
Jeremy Allison
2001-02-27
1
-8
/
+14
|
*
Added total memory allocated counter to talloc, so we can tell if a talloc
Jeremy Allison
2001-02-27
8
-60
/
+134
|
*
Hmmm. I thought I'd added these files to CVS head.....
Jeremy Allison
2001-02-27
3
-0
/
+3673
|
*
better handling of '.'
Andrew Tridgell
2001-02-27
1
-15
/
+17
|
*
remove some test code
Andrew Tridgell
2001-02-27
1
-1
/
+2
|
*
almost there with lanman1 wildcards. We now seem to correctly handle
Andrew Tridgell
2001-02-27
1
-4
/
+17
|
*
I have now found that despite initial appearences the lanman1 wildcard
Andrew Tridgell
2001-02-27
1
-35
/
+24
|
*
Added patch from Urban Widmark <urban@teststation.com> modified by me to
Jeremy Allison
2001-02-27
2
-622
/
+726
|
*
As prs_alloc_mem now zeros memory, remove superfluous memsets after it.
Jeremy Allison
2001-02-27
3
-13
/
+0
|
*
Separated dfs pipe into implementation and interface modules.
Jeremy Allison
2001-02-27
6
-649
/
+468
|
*
Implementation module for netlog pipe. Can't be easily integrated into
Jeremy Allison
2001-02-27
1
-0
/
+663
|
*
Split srvsvc pipe into interface and implementation modules.
Jeremy Allison
2001-02-26
4
-992
/
+148
|
*
Split wks pipe into interface and implementation modules.
Jeremy Allison
2001-02-26
4
-54
/
+97
|
*
Separated lsa code into interface and implementation.
Jeremy Allison
2001-02-26
4
-516
/
+72
|
*
Added implementation file for lsa.
Jeremy Allison
2001-02-26
1
-0
/
+475
|
*
Fix some errors uncovered in libsmbclient by the test suite
Richard Sharpe
2001-02-26
2
-120
/
+57
|
*
Started conversion of lsa server code to canonical format (as srv_reg and
Jeremy Allison
2001-02-26
4
-58
/
+162
|
*
made some LANMAN1 wildcard progress
Andrew Tridgell
2001-02-26
4
-15
/
+24
|
*
updated prototypes
Andrew Tridgell
2001-02-26
1
-11
/
+4
|
*
made some progress in masktest
Andrew Tridgell
2001-02-26
1
-16
/
+15
[next]