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
*
first pass of the new group mapping code
Jean-François Micouleau
2001-03-23
1
-34
/
+121
*
Added Michael Sweet's CUPS patch to call directly into the CUPS backend.
Jeremy Allison
2001-03-16
1
-1
/
+1
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-1910
/
+592
*
Sync up handle creation with 2.2 branch. We can now join AS/U domains and
Jeremy Allison
2001-03-07
1
-1
/
+1
*
Excise snprintf -> slprintf.
Jeremy Allison
2001-02-16
1
-1
/
+9
*
Missing sys_endpwent() call in get_passwd_entries()
Tim Potter
2001-01-31
1
-1
/
+1
*
lib/system.c: Fix for pw caching.
Jeremy Allison
2001-01-31
1
-6
/
+6
*
RPC server fixes for RPC client changes merged from TNG.
Tim Potter
2001-01-11
1
-2
/
+4
*
rpc_server/srv_samr.c:
Jeremy Allison
2001-01-11
1
-1
/
+1
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-10
1
-2
/
+9
*
file_lines_load/file_lines_pload can now optionally convert unix_to_dos()
Jeremy Allison
2000-12-07
1
-1
/
+1
*
Another large patch for the passdb rewrite.
Gerald Carter
2000-11-21
1
-31
/
+10
*
Large commit which restructures the local password storage API.
Gerald Carter
2000-11-13
1
-156
/
+123
*
last part of W2K support.
Jean-François Micouleau
2000-10-13
1
-5
/
+9
*
changes to sync with 2.2. tree
Herb Lewis
2000-10-11
1
-2
/
+2
*
a netlogon enum trust query doesn't have a function_code at end.
Jean-François Micouleau
2000-10-10
1
-12
/
+55
*
I introduced a bug in my last commits. Hopefully nobody noticed :-)
Jean-François Micouleau
2000-10-09
1
-2
/
+2
*
more cleanup of samr
Jean-François Micouleau
2000-10-07
1
-62
/
+65
*
added samr_set_user_info and info_2.
Jean-François Micouleau
2000-10-07
1
-171
/
+516
*
Adding Herb's compile warning fixes to HEAD.
Jeremy Allison
2000-10-04
1
-2
/
+2
*
Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as this
Jeremy Allison
2000-09-28
1
-1
/
+11
*
fixed samr_create_user(). we now correctly parse the query and the reply.
Jean-François Micouleau
2000-09-28
1
-16
/
+55
*
samr unknown 0x32 is in fact samr create user.
Jean-François Micouleau
2000-09-27
1
-49
/
+28
*
fixed initialization errors (again!) I must have forgot to
Gerald Carter
2000-08-18
1
-0
/
+6
*
fixed unitialized struct bug in enum_users (whatever it is called)
Gerald Carter
2000-08-16
1
-1
/
+5
*
Merge of uninitialised variable fix from APPLIANCE_HEAD.
Tim Potter
2000-08-15
1
-4
/
+1
*
Started to canonicalize our handling of uid -> sid code in order to
Jeremy Allison
2000-08-02
1
-2
/
+2
*
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
2000-08-01
1
-1
/
+1
*
Don't return winbind groups or users when responding to samr_enum_dom_users
Tim Potter
2000-07-13
1
-0
/
+21
*
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
[next]