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
/
source
/
rpc_server
/
srv_samr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rewrote policy handle code to be generic (it's needed for client-side too)
Luke Leighton
1999-11-24
1
-70
/
+70
*
dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT()
Luke Leighton
1999-11-20
1
-0
/
+2
*
The First Necessary UNICODE String Support.
Luke Leighton
1999-11-19
1
-12
/
+12
*
responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, the
Luke Leighton
1999-11-18
1
-3
/
+5
*
added samuserset2 rpcclient command to test ACB_XXX bit-setting on
Luke Leighton
1999-11-18
1
-0
/
+107
*
attempting to get nt5 wksta to join domain.
Luke Leighton
1999-11-16
1
-2
/
+19
*
added server-side samr enum domains. fixed some parsing issues, server-side.
Luke Leighton
1999-11-15
1
-1
/
+71
*
free up memory allocated by enum dom groups / aliases
Luke Leighton
1999-11-02
1
-0
/
+20
*
more reshuffling of enum groups code. more higher order functions.
Luke Leighton
1999-10-29
1
-4
/
+4
*
one of those wonderful moments when running against a different MSRPC
Luke Leighton
1999-10-25
1
-5
/
+9
*
the dynamic memory alloc blood-fest goes on...
Luke Leighton
1999-10-21
1
-0
/
+3
*
various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.
Luke Leighton
1999-10-21
1
-0
/
+1
*
matthew chapman identified 4 previously unknown samr functions.
Luke Leighton
1999-08-31
1
-3
/
+3
*
debugged enumgroups -g option
Luke Leighton
1999-08-30
1
-2
/
+5
*
last part of RPC api change.
Jean-François Micouleau
1999-05-03
1
-37
/
+37
*
Added new define NT_STATUS_MORE_ENTRIES = 0x105.
Matthew Chapman
1999-04-23
1
-1
/
+1
*
added SamrQueryDomainInfo call info level 0x3 for kix32.exe support
Luke Leighton
1999-03-29
1
-5
/
+10
*
"User Manager" - create user + change password now work.
Luke Leighton
1999-03-25
1
-7
/
+25
*
fixed issues with "Welcome to SAMBA Domain" for when admin user/pass is
Luke Leighton
1999-03-25
1
-9
/
+23
*
added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is used
Luke Leighton
1999-03-25
1
-0
/
+30
*
SAM database "set user info".
Luke Leighton
1999-03-25
1
-50
/
+194
*
removed 2 unnecessary args from make_uni_hdr.
Luke Leighton
1999-03-24
1
-2
/
+1
*
dynamic memory allocation in samr enum dom users. works with 849 entries now.
Luke Leighton
1999-03-23
1
-0
/
+10
*
Win9x user level security.
Matthew Chapman
1999-02-24
1
-41
/
+182
*
Always null-terminate strings.
Matthew Chapman
1999-02-15
1
-6
/
+6
*
UNICODE cleanup (see lib/util_unistr.c).
Matthew Chapman
1999-02-12
1
-6
/
+6
*
groups and aliases being "manually" added which do not necessarily have
Luke Leighton
1999-02-09
1
-45
/
+7
*
removal of the use of unistrn2 function: replace it with unistr2_to_str
Luke Leighton
1999-02-09
1
-4
/
+3
*
fix for enumerate domain users (bug spotted by sean matthews).
Luke Leighton
1999-01-29
1
-3
/
+7
*
error code cleanup
Luke Leighton
1999-01-28
1
-27
/
+27
*
Fixed typo in srv_samr.c where samr_add_groupmem and samr_del_groupmem were
Matthew Chapman
1999-01-15
1
-4
/
+4
*
adding srvsvc pipe.
Luke Leighton
1998-12-08
1
-2
/
+16
*
- lib/unix_sec_ctxt.c
Luke Leighton
1998-12-07
1
-131
/
+635
*
- oops, i got "add alias member" and "delete alias member" swapped.
Luke Leighton
1998-12-04
1
-3
/
+2
*
- renamed do_samr_xxx to samr_xxx
Luke Leighton
1998-12-04
1
-20
/
+20
*
added createalias command to rpcclient
Luke Leighton
1998-12-03
1
-1
/
+1
*
create domain group command (creategroup) added to rpcclient.
Luke Leighton
1998-12-03
1
-2
/
+2
*
added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group member
Luke Leighton
1998-12-02
1
-8
/
+10
*
adding group member code, made a start. found that the group members'
Luke Leighton
1998-12-02
1
-0
/
+235
*
query_aliasmem code. it works (hurrah).
Luke Leighton
1998-12-01
1
-5
/
+9
*
rpc_samr.h parse_samr.c srv_samr.c :
Luke Leighton
1998-12-01
1
-4
/
+114
*
adding some samr parsing calls (group / alias adding / deleting)
Luke Leighton
1998-12-01
1
-7
/
+12
*
- adding builtin[alias]db.
Luke Leighton
1998-11-30
1
-8
/
+15
*
weekend work. user / group database API.
Luke Leighton
1998-11-29
1
-85
/
+50
*
yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups.
Luke Leighton
1998-11-25
1
-19
/
+19
*
Makefile.in: Added maintainer mode fixes.
Jeremy Allison
1998-11-25
1
-4
/
+2
*
uninitialised counter
Luke Leighton
1998-11-23
1
-1
/
+1
*
unix instance of group database API
Luke Leighton
1998-11-23
1
-10
/
+34
*
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1998-11-17
1
-4
/
+2
*
make_uni_hdr() reverted accidentally with a -1 on username length
Luke Leighton
1998-11-17
1
-2
/
+2
[next]