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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed compiler warning.
Tim Potter
2001-03-01
1
-4
/
+4
*
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 in 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
*
Remove 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 converion of spoolss code to canonical format. Now to work on the
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
*
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
*
fixed a bug in non-terminated unicode strings with clistr_pull()
Andrew Tridgell
2001-02-26
1
-1
/
+1
*
add cli_list_new() for forced new protocol listing
Andrew Tridgell
2001-02-26
1
-8
/
+18
*
a snapshot of my attempts to get wildcard matching right for LANMAN1
Andrew Tridgell
2001-02-25
1
-10
/
+108
*
use cli_list_old() when negotiating the older protocols
Andrew Tridgell
2001-02-25
1
-0
/
+4
*
neater negprot code using the new cli_setup_bcc() call
Andrew Tridgell
2001-02-25
1
-7
/
+2
*
the -m option to the client is back
Andrew Tridgell
2001-02-25
1
-2
/
+4
*
Separated reg code into interface & implementation.
Jeremy Allison
2001-02-25
5
-177
/
+218
*
rpc_client/cli_netlogon.c: Fixed incorrect printf.
Jeremy Allison
2001-02-25
9
-46
/
+670
*
This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy...
Jeremy Allison
2001-02-24
3
-80
/
+179
*
removed wrong patch to get_dir_entry(). This was left over from the
Gerald Carter
2001-02-23
1
-5
/
+0
*
make sure denied aces are first
Andrew Tridgell
2001-02-23
1
-1
/
+1
*
cast the qsort
Andrew Tridgell
2001-02-23
1
-1
/
+1
*
- fixed the sort_acl bug, sorting now works right
Andrew Tridgell
2001-02-23
2
-54
/
+52
*
include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.
Jeremy Allison
2001-02-23
5
-69
/
+112
[prev]
[next]