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
2007-10-10
r6601: fixing query and set alias info calls (level 1 from the
Gerald Carter
1
-1
/
+1
2007-10-10
r5591: Implement "net rpc trustdom del", including client side of
Jim McDonough
1
-0
/
+48
2007-10-10
r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...
Volker Lendecke
1
-3
/
+2
2007-10-10
r5469: Fix error codes of samr_lookup_rids: There's also STATUS_SOME_UNMAPPED.
Volker Lendecke
1
-2
/
+4
2007-10-10
r4751: This is a domain policy, not a user one
Volker Lendecke
1
-2
/
+2
2007-10-10
r4750: Fix cli_samr_queryuseraliases. There can be more than one sid, thus mo...
Volker Lendecke
1
-2
/
+10
2007-10-10
r4561: This looks a lot larger than it is, this is to reduce the clutter on f...
Volker Lendecke
1
-39
/
+39
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-11
/
+9
2007-10-10
r485: fix compile
Gerald Carter
1
-3
/
+1
2007-10-10
r269: Patch from Krischan Jodies <kj@sernet.de>: Implement 'net rpc group del...
Volker Lendecke
1
-0
/
+92
2004-02-28
Add 'net rpc group [add|del]mem' for domain groups and aliases.
Volker Lendecke
1
-0
/
+275
2004-02-24
Add 'net rpc group add'. For this parse_samr.c had to be changed: The
Volker Lendecke
1
-0
/
+93
2004-01-26
This adds client-side support for the unicode/SAMR password change scheme.
Andrew Bartlett
1
-0
/
+90
2003-11-22
Add support for variable-length session keys in our client code.
Andrew Bartlett
1
-6
/
+6
2003-11-22
Changes all over the shop, but all towards:
Andrew Bartlett
1
-2
/
+12
2003-10-20
It's a perfectly valid condition to have zero alias members.
Volker Lendecke
1
-0
/
+6
2003-09-22
fix some warnings found by the Sun C compiler
Gerald Carter
1
-1
/
+1
2003-06-12
Fix for bug#3. Show comments when doing 'net group -l'.
Volker Lendecke
1
-0
/
+51
2003-06-09
Add some basic DEBUG statements at level 10 so we can see what is being
Jeremy Allison
1
-0
/
+54
2003-05-07
Always initialise this - it helps callers who use this in a loop...
Andrew Bartlett
1
-0
/
+2
2003-04-25
Minor cleanup of enum domain groups/aliases:
Tim Potter
1
-12
/
+18
2003-04-24
Merge from HEAD - always initailise this to zero - helps callers in loops.
Andrew Bartlett
1
-0
/
+3
2003-04-14
Merge of samr lookup domain rpc client call from HEAD.
Tim Potter
1
-0
/
+46
2003-02-26
Merge of exit path cleanup for EnumDomainUsers.
Tim Potter
1
-41
/
+23
2003-01-29
Merge tpot's changes to request the correct sizes for user dispinfo
Jeremy Allison
1
-2
/
+35
2002-12-08
fix rpcclient querygroup command (from 2.2 and head)
Simo Sorce
1
-3
/
+3
2002-08-17
Sync 3.0 branch with HEAD
Jelmer Vernooij
1
-575
/
+1186
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
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
[next]