summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter15-41/+0
2001-09-18Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.Tim Potter3-15/+23
2001-09-17move to SAFE_FREE()Simo Sorce5-32/+13
2001-09-16Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett1-1/+5
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell4-51/+54
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell5-37/+37
2001-08-24More status32 conversions.Tim Potter2-15/+14
2001-08-24Fixed typo in debug message.Tim Potter1-1/+1
2001-08-24Set secure channel type depending on server role.Tim Potter1-1/+2
2001-08-12This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett1-10/+8
2001-08-10Use new client error api.Tim Potter1-12/+13
2001-08-10Use the new client error api.Tim Potter1-2/+4
2001-08-10Removed nt_error field from cli_state as it was not used anywhere.Tim Potter1-7/+1
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-5/+7
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2-21/+21
2001-07-10This fixes security=domain, which has been broke since the big charsetAndrew Bartlett1-9/+2
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell4-22/+16
2001-06-29Use a logical cli_read(), removed the cli_read_one() hack.Jeremy Allison1-2/+2
2001-06-22Use cli_read_one() for reading DCE/RPC reply fragments. We need to checkTim Potter1-29/+36
2001-06-14Fixed some return code checks for cli_initialise() from False to NULL.Tim Potter2-2/+2
2001-06-02Removed irritating and unecessary debug message.Tim Potter1-3/+0
2001-05-17Broke out change trust account password routines into separate fileTim Potter2-218/+245
2001-05-04Added a SMB_ASSERT() so that two cli_state structures aren't openedTim Potter1-0/+3
2001-05-01fixed some uninitialised variablesAndrew Tridgell1-5/+5
2001-04-28few cleanups to bring in line with 2.2Gerald Carter6-6/+0
2001-03-15added getdriver and enumdrivers commands. Also fixedGerald Carter1-1/+1
2001-03-11Removed JRATEST line.Jeremy Allison1-4/+0
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-3/+25
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison10-135/+159
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison3-20/+14
2001-02-28Ooops - forgot to check the rpcclient and smbcacls compile with the newJeremy Allison1-2/+2
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2-9/+2
2001-02-25rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison1-1/+2
2001-02-24This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy...Jeremy Allison1-58/+112
2001-02-20pipe opening now works with unicodeAndrew Tridgell1-2/+2
2001-02-16configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...Jeremy Allison1-2/+12
2001-02-14Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter2-17/+21
2000-12-19Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison1-1/+2
2000-12-15Added lock backouts on fail.Jeremy Allison1-2/+0
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-1/+1
2000-12-13Wrong length for unistr2 in init_q_lookup_names()Tim Potter1-3/+3
2000-12-12Fixed some accidentally reversed patches.Tim Potter1-115/+411
2000-12-12Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...Jeremy Allison1-411/+115
2000-12-08Removed a dead function.Tim Potter1-108/+0
2000-12-08Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter1-7/+411
2000-12-04fixed a typoAndrew Tridgell1-1/+1
2000-12-04pass the desired access into cli_nt_create()Andrew Tridgell1-1/+1
2000-12-04no longer pass the type to make_sec_desc(), instead the type isAndrew Tridgell1-1/+1
2000-10-07added samr_set_user_info and info_2.Jean-François Micouleau1-6/+6