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_client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Broke out change trust account password routines into separate file
Tim Potter
2001-05-17
2
-218
/
+245
*
Added a SMB_ASSERT() so that two cli_state structures aren't opened
Tim Potter
2001-05-04
1
-0
/
+3
*
fixed some uninitialised variables
Andrew Tridgell
2001-05-01
1
-5
/
+5
*
few cleanups to bring in line with 2.2
Gerald Carter
2001-04-28
6
-6
/
+0
*
added getdriver and enumdrivers commands. Also fixed
Gerald Carter
2001-03-15
1
-1
/
+1
*
Removed JRATEST line.
Jeremy Allison
2001-03-11
1
-4
/
+0
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-3
/
+25
*
Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
Jeremy Allison
2001-03-09
10
-135
/
+159
*
Sync up handle creation with 2.2 branch. We can now join AS/U domains and
Jeremy Allison
2001-03-07
3
-20
/
+14
*
Ooops - forgot to check the rpcclient and smbcacls compile with the new
Jeremy Allison
2001-02-28
1
-2
/
+2
*
Move to talloc control of SPOOL_XXX structs. Move to talloc control of
Jeremy Allison
2001-02-28
2
-9
/
+2
*
rpc_client/cli_netlogon.c: Fixed incorrect printf.
Jeremy Allison
2001-02-25
1
-1
/
+2
*
This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy...
Jeremy Allison
2001-02-24
1
-58
/
+112
*
pipe opening now works with unicode
Andrew Tridgell
2001-02-20
1
-2
/
+2
*
configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...
Jeremy Allison
2001-02-16
1
-2
/
+12
*
Merge of i18n fixes from appliance branch. Samba can now talk to a network
Tim Potter
2001-02-14
2
-17
/
+21
*
Fixed bug found by Gerald. If a Samba server joins a domain and is set
Jeremy Allison
2000-12-19
1
-1
/
+2
*
Added lock backouts on fail.
Jeremy Allison
2000-12-15
1
-2
/
+0
*
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
Jeremy Allison
2000-12-15
1
-1
/
+1
*
Wrong length for unistr2 in init_q_lookup_names()
Tim Potter
2000-12-13
1
-3
/
+3
*
Fixed some accidentally reversed patches.
Tim Potter
2000-12-12
1
-115
/
+411
*
Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...
Jeremy Allison
2000-12-12
1
-411
/
+115
*
Removed a dead function.
Tim Potter
2000-12-08
1
-108
/
+0
*
Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions from
Tim Potter
2000-12-08
1
-7
/
+411
*
fixed a typo
Andrew Tridgell
2000-12-04
1
-1
/
+1
*
pass the desired access into cli_nt_create()
Andrew Tridgell
2000-12-04
1
-1
/
+1
*
no longer pass the type to make_sec_desc(), instead the type is
Andrew Tridgell
2000-12-04
1
-1
/
+1
*
added samr_set_user_info and info_2.
Jean-François Micouleau
2000-10-07
1
-6
/
+6
*
Herb's warning fixes. Also the POSIX locking fix.
Jeremy Allison
2000-10-06
4
-6
/
+6
*
printer notify code.
Jean-François Micouleau
2000-09-25
1
-0
/
+295
*
spoolgetprinterdriver now returns "Windows NT x86" and "Windows 4.0"
Gerald Carter
2000-09-12
2
-2
/
+2
*
Removed compiler warning.
Tim Potter
2000-08-31
1
-5
/
+5
*
changing some debug message levels
Gerald Carter
2000-08-18
1
-12
/
+12
*
minor formatting fixes.
Gerald Carter
2000-08-14
1
-9
/
+9
*
FIxed some unmarshalling problems with relstr and unistr arrays
Gerald Carter
2000-08-12
2
-198
/
+158
*
code formatting cleanup
Gerald Carter
2000-08-10
1
-6
/
+0
*
Needed to add the SHARED attribute bit when creating a printer
Gerald Carter
2000-08-10
1
-3
/
+6
*
More work on AddPrinterDriver() and AddPrinterEx() client RPC's
Gerald Carter
2000-08-09
2
-10
/
+12
*
All changes related to rpcclient...
Gerald Carter
2000-08-08
2
-1
/
+53
*
spoolss_addprinterex() was adding the printer and returning the
Gerald Carter
2000-08-04
1
-23
/
+25
*
clunky support for calling AddPrinterEx(). The code currently reports
Gerald Carter
2000-08-04
1
-11
/
+57
*
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
2000-08-01
1
-7
/
+7
*
More work on rpcclient...
Gerald Carter
2000-07-31
2
-87
/
+250
*
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
2000-07-27
7
-95
/
+95
*
Found out that we are crashing spoolss in enumprinterdata.
Jean-François Micouleau
2000-07-26
2
-11
/
+22
*
Fixed memory leak in modify_trust_password()
Tim Potter
2000-07-26
1
-0
/
+4
*
some initial code for AddPrinterEx() project. Most is ifdef'd out
Gerald Carter
2000-07-25
1
-2
/
+30
*
* Added EnumPorts()
Gerald Carter
2000-07-21
2
-3
/
+137
*
Fixed unitilized secdesc pointer which was causing spoolgetprinter
Gerald Carter
2000-07-20
1
-0
/
+5
*
Fixed some more client SPOOLSS functions. The following
Gerald Carter
2000-07-18
3
-76
/
+80
[next]