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
/
rpc_client
/
cli_samr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-04-04
SAMR lookupdomain rpc client patches from amber palekar <amber@nu3.net>
Tim Potter
1
-0
/
+46
2003-02-24
Merge:
Tim Potter
1
-7
/
+5
2003-02-21
Exit path cleanup for cli_samr_enum_dom_users()
Tim Potter
1
-34
/
+18
2003-01-29
Pass down max_size parameter to cli_samr_query_dispinfo() instead of
Tim Potter
1
-2
/
+35
2002-12-08
make querygroup in rpcclient working, same fix as per 2.2 tree
Simo Sorce
1
-3
/
+3
2002-08-12
Add client side support for samr connect4 (0x3e). Seems to have one
Jim McDonough
1
-0
/
+47
2002-08-02
Moved rpc client routines from libsmb back to rpc_client where they belong.
Tim Potter
1
-576
/
+1140
2002-06-18
more debug classess activated
Simo Sorce
1
-0
/
+3
2002-03-17
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
1
-11
/
+11
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-10-14
the next step in the intl changeover. This should get us compiling agian,
Andrew Tridgell
1
-4
/
+0
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-4
/
+0
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-3
/
+25
2001-03-09
Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
Jeremy Allison
1
-22
/
+22
2001-03-07
Sync up handle creation with 2.2 branch. We can now join AS/U domains and
Jeremy Allison
1
-4
/
+2
2000-10-07
added samr_set_user_info and info_2.
Jean-François Micouleau
1
-6
/
+6
2000-07-27
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
1
-22
/
+22
2000-05-09
the beginnings of a new scheme I've working on to allow an easier
Andrew Tridgell
1
-0
/
+3
2000-04-25
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
1
-1
/
+0
2000-03-22
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
1
-26
/
+0
2000-03-22
added the following message to all dce/rpc client/server code, except
Luke Leighton
1
-0
/
+26
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-2081
/
+465
1999-12-12
delineation between smb and msrpc more marked. smbd now constructs
Luke Leighton
1
-2
/
+2
1999-12-01
fixing joining to domain plus something weird going down with nt logins...
Luke Leighton
1
-1
/
+1
1999-12-01
improving createuser account command to be able to add workstations
Luke Leighton
1
-6
/
+10
1999-11-27
further abstraction involving client states. main client-side code
Luke Leighton
1
-30
/
+10
1999-11-26
whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.
Luke Leighton
1
-0
/
+1
1999-11-25
cool! completed a samr* API that _would_ look like an msdn samr* api...
Luke Leighton
1
-113
/
+112
1999-11-20
doing a code reshuffle. want to add code to establish trust relationships.
Luke Leighton
1
-449
/
+0
1999-11-18
added samuserset2 rpcclient command to test ACB_XXX bit-setting on
Luke Leighton
1
-4
/
+93
1999-11-15
added rpcclient "enumdomains" command. enumerates names of domains
Luke Leighton
1
-0
/
+102
1999-11-08
const feeding frenzy
Luke Leighton
1
-15
/
+19
1999-11-04
samuserset <username> -p password. YESSSSS :)
Luke Leighton
1
-2
/
+2
1999-11-04
adding experimental set user password command to rpcclient, it returns
Luke Leighton
1
-0
/
+90
1999-11-02
dynamic mem allocation in enum dom groups and enum dom aliases
Luke Leighton
1
-0
/
+21
1999-11-01
rewrote rpcclient enumaliases command.
Luke Leighton
1
-35
/
+72
1999-10-30
general, drastic improvements to rpcclient.
Luke Leighton
1
-7
/
+11
1999-10-29
more reshuffling of enum groups code. more higher order functions.
Luke Leighton
1
-1
/
+1
1999-10-28
restructuring sam enum dom groups code to do multiple calls to
Luke Leighton
1
-25
/
+28
1999-10-25
signed / unsigned and typecast issues
Luke Leighton
1
-13
/
+13
1999-10-25
one of those wonderful moments when running against a different MSRPC
Luke Leighton
1
-17
/
+38
1999-10-21
the dynamic memory alloc blood-fest goes on...
Luke Leighton
1
-5
/
+6
1999-10-21
turning some of the rpcclient functions dynamic. this is likely to
Luke Leighton
1
-15
/
+25
1999-10-21
various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.
Luke Leighton
1
-42
/
+47
1999-09-21
testing for attempts to get more info levels into samr_query_userinfo
Luke Leighton
1
-6
/
+4
1999-09-15
use DEBUGLEVEL not DEBUGLVL()
Luke Leighton
1
-1
/
+1
1999-09-14
added rpcclient SamrQueryDisplayInfo command "dispinfo"
Luke Leighton
1
-0
/
+70
1999-08-31
matthew chapman identified 4 previously unknown samr functions.
Luke Leighton
1
-1
/
+1
1999-08-30
added call to samr_query_groupinfo in enumgroups command (-m option)
Luke Leighton
1
-0
/
+57
1999-08-29
improved "dominfo" rpcclient command
Luke Leighton
1
-1
/
+3
[next]