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
/
rpcclient
Age
Commit message (
Expand
)
Author
Files
Lines
2001-01-15
rpcclient functions for remaining samr and lsa functions. All functions
Tim Potter
3
-25
/
+458
2001-01-12
Pass correctly formatted args to cli_spoolss_open_printer_ex()
Tim Potter
1
-2
/
+7
2001-01-12
Memory leak fixes and uninitialised variables spotted by insure.
Tim Potter
1
-16
/
+18
2001-01-12
Memory leak fixes spotted by insure.
Tim Potter
2
-1
/
+14
2001-01-12
Use MAXIMUM_ALLOWED_ACCESS when doing a cli_spoolss_open_printer_ex()
Tim Potter
1
-1
/
+1
2001-01-11
Start of a rewrite of rpcclient based on the libsmb rpc client routines.
Tim Potter
4
-1598
/
+954
2000-12-08
Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions from
Tim Potter
2
-146
/
+177
2000-12-08
Modified argc passed to rpc_client cmd_* functions to include argv[0].
Tim Potter
1
-12
/
+12
2000-09-12
spoolgetprinterdriver now returns "Windows NT x86" and "Windows 4.0"
Gerald Carter
1
-1
/
+9
2000-08-29
added -P (for no prompt) and -A <authfile> options
Gerald Carter
1
-11
/
+10
2000-08-18
fixed an off by one error where I was tromping on memory
Gerald Carter
1
-1
/
+1
2000-08-12
FIxed some unmarshalling problems with relstr and unistr arrays
Gerald Carter
1
-2
/
+5
2000-08-10
Tidied up security rights definitions.
Jeremy Allison
1
-4
/
+4
2000-08-10
Working on spoolss_getprinterdriver() as it does not display all the
Gerald Carter
2
-6
/
+21
2000-08-10
Needed to add the SHARED attribute bit when creating a printer
Gerald Carter
1
-7
/
+9
2000-08-09
More work on AddPrinterDriver() and AddPrinterEx() client RPC's
Gerald Carter
1
-44
/
+40
2000-08-09
Fixed AddPrinterDriver()
Gerald Carter
1
-1
/
+0
2000-08-08
All changes related to rpcclient...
Gerald Carter
1
-4
/
+235
2000-08-04
spoolss_addprinterex() was adding the printer and returning the
Gerald Carter
1
-3
/
+3
2000-08-04
clunky support for calling AddPrinterEx(). The code currently reports
Gerald Carter
1
-8
/
+10
2000-08-01
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
2
-5
/
+5
2000-07-31
More work on rpcclient...
Gerald Carter
3
-25
/
+121
2000-07-26
Found out that we are crashing spoolss in enumprinterdata.
Jean-François Micouleau
1
-2
/
+2
2000-07-25
some initial code for AddPrinterEx() project. Most is ifdef'd out
Gerald Carter
2
-1
/
+119
2000-07-25
A rather big change set ! (listed in no particular order)
Jean-François Micouleau
1
-1
/
+1
2000-07-21
Added EnumPorts() and fixed up some problems
Gerald Carter
3
-0
/
+96
2000-07-20
Fixed unitilized secdesc pointer which was causing spoolgetprinter
Gerald Carter
1
-2
/
+2
2000-07-18
Fixed some more SPOOLSS functions. The following
Gerald Carter
1
-5
/
+4
2000-07-14
adding more spoolss command into rpcclient. They don't all work
Gerald Carter
2
-2
/
+368
2000-07-07
More rpcclient merge issues:
Gerald Carter
5
-1
/
+1222
2000-07-03
first pass at merging rpcclient from TNG to HEAD. You can get a
Gerald Carter
1
-745
/
+16
2000-06-23
just enough to get rpcclient to compile. Look for #if 0
Gerald Carter
4
-3
/
+13
2000-06-11
Linux kernel oplocks now seem to work, but need a _lot_ of testing
Andrew Tridgell
1
-1
/
+1
2000-06-03
moved secrets fns into secrets.c
Andrew Tridgell
1
-2
/
+2
2000-05-18
Added the NETDFS pipe to allow remote administration of the msdfs symlinks
Shirish Kalele
1
-1
/
+1
2000-05-09
the beginnings of a new scheme I've working on to allow an easier
Andrew Tridgell
1
-3
/
+3
2000-05-08
added secrets.tdb and changed storage of trust account password to use
Andrew Tridgell
1
-2
/
+4
2000-04-25
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
6
-6
/
+0
2000-03-21
indent update to make t easier to see setuid mods in TNG. some
Luke Leighton
1
-0
/
+2
2000-02-04
After 3AM, it's getting hard for Luke :-)
Jean-François Micouleau
1
-5
/
+4
2000-02-04
1) added void* state argument to tdb_traverse. guess what! there were
Luke Leighton
1
-0
/
+4
2000-01-16
use GET_DENY_MODE() macro instead of the bit shift
Andrew Tridgell
1
-3
/
+2
2000-01-16
a consequence of the access_table() fixes is that we can't treat
Andrew Tridgell
1
-0
/
+2
2000-01-07
this looks like a big commit, but it isn't really :)
Andrew Tridgell
1
-4
/
+5
2000-01-03
got rid of mem_man
Andrew Tridgell
1
-8
/
+0
1999-12-17
more files from 2.0.6
Andrew Tridgell
1
-0
/
+1324
1999-12-13
2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...
Andrew Tridgell
14
-4472
/
+0
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
7
-4598
/
+1082
1999-12-12
final part of "first" phase converting over to msrpc daemon architecture.
Luke Leighton
1
-3
/
+4
1999-12-12
delineation between smb and msrpc more marked. smbd now constructs
Luke Leighton
1
-2
/
+2
[next]