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
/
rpc_server
Commit message (
Expand
)
Author
Age
Files
Lines
*
The new msdfs implementation that uses symlinks to point to other
Shirish Kalele
2000-05-16
1
-1
/
+1
*
Check error returns.
Jeremy Allison
2000-05-15
1
-4
/
+9
*
Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.
Jeremy Allison
2000-05-15
1
-10
/
+14
*
Added fix for Win2k ACL query code from Shirish. I need this back ported
Jeremy Allison
2000-05-15
1
-3
/
+54
*
passdb/secrets.c: Fix typo in comment.
Jeremy Allison
2000-05-15
1
-4
/
+4
*
call prs_dump() on every input and output packet so we have plenty of
Andrew Tridgell
2000-05-15
1
-2
/
+13
*
add prs_dump() at the top level rpc switch
Andrew Tridgell
2000-05-15
1
-0
/
+2
*
added spool_io_printer_driver_info_level_6()
Andrew Tridgell
2000-05-12
1
-4
/
+26
*
fixed two uninitialised variables
Andrew Tridgell
2000-05-12
1
-2
/
+1
*
lib/util_unistr.c:
Jeremy Allison
2000-05-10
1
-2
/
+2
*
more merging voodoo
Andrew Tridgell
2000-05-10
9
-1
/
+27
*
the beginnings of a new scheme I've working on to allow an easier
Andrew Tridgell
2000-05-09
2
-0
/
+8
*
rpc_server/srv_lsa.c: Bring into sync with 2.0.x.
Jeremy Allison
2000-05-04
2
-15
/
+25
*
- use full_name instead of real_name
Andrew Tridgell
2000-05-04
3
-2
/
+4
*
added support for deleting printers into the spoolss system
Andrew Tridgell
2000-05-02
2
-0
/
+63
*
split the username in the vuser structure into a separate
Andrew Tridgell
2000-05-02
2
-3
/
+3
*
fixed a memory leak
Andrew Tridgell
2000-05-02
1
-0
/
+2
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
3
-4
/
+4
*
fix handing of ascii_to_unistr
Andrew Tridgell
2000-04-30
1
-19
/
+19
*
Added info level 1005 to netsharegetinfo (is the share a DFS root)
Shirish Kalele
2000-04-28
1
-0
/
+17
*
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
2000-04-25
4
-4
/
+0
*
fixed a memory leak of devmode in spoolss
Andrew Tridgell
2000-04-25
1
-0
/
+3
*
more pstring/fstring errors found by insure
Andrew Tridgell
2000-04-23
1
-15
/
+16
*
another fstring/pstring fix
Andrew Tridgell
2000-04-23
1
-1
/
+1
*
fixed another spoolss memory leak
Andrew Tridgell
2000-04-23
2
-2
/
+2
*
we can't pass a fstring to a routine expecting a pstring
Andrew Tridgell
2000-04-23
1
-1
/
+1
*
fixed a prs memory leak (weren't freeing input buffer)
Andrew Tridgell
2000-04-23
1
-0
/
+1
*
This is a *big* checkin that may break some things, but implements the
Jeremy Allison
2000-04-22
1
-2
/
+6
*
Sync up with 2.0.7 w.r.t. guest users.
Jeremy Allison
2000-04-18
1
-3
/
+3
*
got rid of FILE* in the unix name mapping code
Andrew Tridgell
2000-04-16
1
-8
/
+8
*
- put the job status in english not french!
Andrew Tridgell
2000-04-16
1
-7
/
+49
*
JF and Jeremy - please have a look at what I did to the spoolss
Andrew Tridgell
2000-04-16
1
-183
/
+59
*
Ensure sign&seal work. Data len must have RPC_HEADER_LEN removed, but
Jeremy Allison
2000-04-14
1
-1
/
+5
*
finally got sick of the "extern int Client" code and the stupid
Andrew Tridgell
2000-04-11
1
-1
/
+1
*
added checks to open both \\server\printer and \\server\share.
Jean-François Micouleau
2000-04-10
1
-3
/
+44
*
Modified interfaces and added checks around *all* *alloc calls
Jeremy Allison
2000-04-06
2
-60
/
+174
*
filled the architecture table (useless for the moment).
Jean-François Micouleau
2000-04-06
1
-18
/
+37
*
changed all the status code to ERROR_xxx instead of NT_STATUS_xx which are
Jean-François Micouleau
2000-04-05
1
-88
/
+74
*
Change to vfs API. POSIX states fsync should return an int, not a void.
Jeremy Allison
2000-04-04
1
-2
/
+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
8
-320
/
+296
*
IRIX include fixes.
Jeremy Allison
2000-03-31
1
-0
/
+5
*
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
1
-74
/
+95
*
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
2000-03-22
9
-264
/
+1
*
disabled the getgrent() code recently added that returns all unix groups
Luke Leighton
2000-03-22
1
-0
/
+17
*
disabled code from HP that replaced get_sampwd_entries() with
Luke Leighton
2000-03-22
1
-1
/
+26
*
added the following message to all dce/rpc client/server code, except
Luke Leighton
2000-03-22
9
-0
/
+221
*
Added preliminary user list code from HP. Needs to be made dynamic
Jeremy Allison
2000-03-21
1
-20
/
+252
*
fix a bug in enumprinterdrivers
Jean-François Micouleau
2000-03-16
1
-6
/
+14
[next]