index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
/
srv_samr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed save directory argument to become_root() calls. Probably most of
Tim Potter
2000-06-23
1
-16
/
+16
*
Forgot pipes_struct conversion for api_samr_enum_dom_aliases()
Tim Potter
2000-06-16
1
-1
/
+3
*
Simplified server pipe implementation by changing arguments passed down
Tim Potter
2000-06-16
1
-38
/
+84
*
Getting back to a compilable state (not there yet but close).
Jeremy Allison
2000-06-01
1
-2
/
+4
*
Synced up srv_samr with HP changes. Added error checking to original code
Jeremy Allison
2000-05-16
1
-173
/
+361
*
fixed two uninitialised variables
Andrew Tridgell
2000-05-12
1
-2
/
+1
*
the beginnings of a new scheme I've working on to allow an easier
Andrew Tridgell
2000-05-09
1
-0
/
+5
*
got rid of FILE* in the unix name mapping code
Andrew Tridgell
2000-04-16
1
-8
/
+8
*
Removed unused parameter vuid from rpc_server api_* calls. For the very few
Tim Potter
2000-04-04
1
-25
/
+22
*
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
2000-03-22
1
-67
/
+1
*
disabled the getgrent() code recently added that returns all unix groups
Luke Leighton
2000-03-22
1
-0
/
+17
*
disabled code from HP that replaced get_sampwd_entries() with
Luke Leighton
2000-03-22
1
-1
/
+26
*
added the following message to all dce/rpc client/server code, except
Luke Leighton
2000-03-22
1
-0
/
+24
*
Added preliminary user list code from HP. Needs to be made dynamic
Jeremy Allison
2000-03-21
1
-20
/
+252
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-1946
/
+490
*
delineation between smb and msrpc more marked. smbd now constructs
Luke Leighton
1999-12-12
1
-44
/
+42
*
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
[next]