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
*
the next step in the intl changeover. This should get us compiling agian,
Andrew Tridgell
2001-10-14
6
-24
/
+0
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
15
-41
/
+0
*
Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.
Tim Potter
2001-09-18
3
-15
/
+23
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
5
-32
/
+13
*
Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where
Andrew Bartlett
2001-09-16
1
-1
/
+5
*
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
2001-09-04
4
-51
/
+54
*
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
2001-08-27
5
-37
/
+37
*
More status32 conversions.
Tim Potter
2001-08-24
2
-15
/
+14
*
Fixed typo in debug message.
Tim Potter
2001-08-24
1
-1
/
+1
*
Set secure channel type depending on server role.
Tim Potter
2001-08-24
1
-1
/
+2
*
This patch does a number of things, mostly smaller than they look :-)
Andrew Bartlett
2001-08-12
1
-10
/
+8
*
Use new client error api.
Tim Potter
2001-08-10
1
-12
/
+13
*
Use the new client error api.
Tim Potter
2001-08-10
1
-2
/
+4
*
Removed nt_error field from cli_state as it was not used anywhere.
Tim Potter
2001-08-10
1
-7
/
+1
*
This is my 'Authentication Rewrite' version 1.01, mostly as submitted to
Andrew Bartlett
2001-08-03
1
-5
/
+7
*
Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.
Tim Potter
2001-07-25
2
-21
/
+21
*
This fixes security=domain, which has been broke since the big charset
Andrew Bartlett
2001-07-10
1
-9
/
+2
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-1
/
+1
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
4
-22
/
+16
*
Use a logical cli_read(), removed the cli_read_one() hack.
Jeremy Allison
2001-06-29
1
-2
/
+2
*
Use cli_read_one() for reading DCE/RPC reply fragments. We need to check
Tim Potter
2001-06-22
1
-29
/
+36
*
Fixed some return code checks for cli_initialise() from False to NULL.
Tim Potter
2001-06-14
2
-2
/
+2
*
Removed irritating and unecessary debug message.
Tim Potter
2001-06-02
1
-3
/
+0
*
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
[next]