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
/
rpcclient
/
cmd_samr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r4866: Add createdomgroup to rpcclient (needed to generate huge amounts of
Günther Deschner
1
-0
/
+52
2007-10-10
r4839: Allow to set acb_mask in rpcclient's enumdomusers (for debugging).
Günther Deschner
1
-2
/
+5
2007-10-10
r4336: Apply some other samba4 SAMR idl that is just too obvious. Don't hard
Günther Deschner
1
-3
/
+3
2007-10-10
r4331: Implement SAMR query_dom_info-call info-level 8 server- and client-side,
Günther Deschner
1
-2
/
+12
2007-10-10
r4226: display infolevel 12 in query_dom_info.
Günther Deschner
1
-0
/
+10
2007-10-10
r4224: Today is not my day ....
Volker Lendecke
1
-1
/
+3
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-2
/
+2
2007-10-10
r485: fix compile
Gerald Carter
1
-3
/
+2
2004-02-12
More sync between passdb on 3.0 and HEAD.
Jim McDonough
1
-1
/
+1
2003-09-18
The "unknown_5" 32 bit field in the user structs is actually 2 16-bit
Jeremy Allison
1
-1
/
+2
2003-07-23
convert snprintf() calls using pstrings & fstrings
Gerald Carter
1
-1
/
+1
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-12
/
+12
2003-04-14
Merge of samr lookup domain rpc client call from HEAD.
Tim Potter
1
-0
/
+44
2003-03-18
Merge of waider's rpcclient return type patch.
Tim Potter
1
-20
/
+20
2003-03-18
Merge of enumdomusers rpcclient command.
Tim Potter
1
-0
/
+75
2003-03-11
Patch from Ronan Waide:
Martin Pool
1
-1
/
+1
2003-02-25
Merge: const fixes.
Tim Potter
1
-18
/
+18
2003-01-29
Merge tpot's changes to request the correct sizes for user dispinfo
Jeremy Allison
1
-6
/
+22
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-1
/
+1
2002-12-20
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
1
-1
/
+1
2002-12-20
Merge from HEAD:
Tim Potter
1
-2
/
+0
2002-12-08
fix rpcclient querygroup command (from 2.2 and head)
Simo Sorce
1
-2
/
+2
2002-10-04
merge of new client side support the Win2k LSARPC UUID in rpcbind
Gerald Carter
1
-17
/
+17
2002-08-17
sync 3.0 branch with HEAD
Jelmer Vernooij
1
-29
/
+46
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-153
/
+276
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-12-21
close some handles. not really necessary but doesn't hurt.
Jean-François Micouleau
1
-0
/
+3
2001-12-21
added all level to samr_query_disp_info rpcclient side.
Jean-François Micouleau
1
-21
/
+102
2001-12-11
SAMR query sec obj returns different results depending on which sam handle
Tim Potter
1
-12
/
+34
2001-12-11
Removed unused variable.
Tim Potter
1
-3
/
+1
2001-12-11
Doing some research into ACLs on the LSA and SAM policy objects.
Tim Potter
1
-123
/
+1
2001-12-10
added enum alias groups to rpcclient
Jean-François Micouleau
1
-2
/
+62
2001-12-02
added queryuseraliases to rpcclient
Jean-François Micouleau
1
-0
/
+68
2001-12-02
added samr_query_sec_obj. and put back some code to display a security
Jean-François Micouleau
1
-8
/
+201
2001-11-21
samr_querydom_info level 1: found the meaning of the unknow fields. And
Jean-François Micouleau
1
-0
/
+51
2001-10-29
Converted a bunch of functions to use sscanf %i instead of atoi to
Tim Potter
1
-11
/
+14
2001-10-22
samr querydispinfo can change level, start index and max entries.
Jean-François Micouleau
1
-10
/
+33
2001-10-22
allow the samr commands to work back and the help too ;-)
Jean-François Micouleau
1
-37
/
+13
2001-10-12
Some old stuff hanging around since the CIFS conference. Big cleanup of
Tim Potter
1
-362
/
+66
2001-09-04
it now all compiles - so try enabling it by default and see what explodes on ...
Andrew Tridgell
1
-187
/
+189
2001-09-04
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
1
-2
/
+2
2001-08-27
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
1
-41
/
+41
2001-08-10
- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)
Simo Sorce
1
-1
/
+13
2001-07-20
Started adding some help/usage info for rpcclient commands.
Tim Potter
1
-16
/
+18
2001-06-20
Added delete domain user rpcclient command.
Tim Potter
1
-1
/
+84
2001-06-06
Fixups for new args to cli_samr_connect()
Tim Potter
1
-35
/
+175
2001-06-04
Added add domain user to rpcclient.
Tim Potter
1
-0
/
+88
2001-05-15
Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user()
Tim Potter
1
-8
/
+4
2001-05-14
Added arg to querygroupinfo.
Tim Potter
1
-8
/
+9
2001-05-08
Fixed querydispinfo command.
Tim Potter
1
-12
/
+36
[prev]
[next]