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_server
/
srv_samr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2002-08-17
Sync 3.0 branch with HEAD
Jelmer Vernooij
1
-3
/
+37
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-0
/
+35
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-12-21
added a copyright notice.
Jean-François Micouleau
1
-0
/
+1
2001-11-28
added samr_set_domain_info and samr_unknown_2E.
Jean-François Micouleau
1
-0
/
+64
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-08-27
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
1
-1
/
+1
2001-05-18
Fix the W2KSP2 joining a Samba domain problem.
Jeremy Allison
1
-0
/
+5
2001-05-08
fixes to the group mapping code.
Jean-François Micouleau
1
-0
/
+31
2001-05-04
Big cleanup of passdb and backends.
Jean-François Micouleau
1
-80
/
+49
2001-03-23
first pass of the new group mapping code
Jean-François Micouleau
1
-34
/
+121
2001-03-16
Added Michael Sweet's CUPS patch to call directly into the CUPS backend.
Jeremy Allison
1
-1
/
+1
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-1910
/
+592
2001-03-07
Sync up handle creation with 2.2 branch. We can now join AS/U domains and
Jeremy Allison
1
-1
/
+1
2001-02-16
Excise snprintf -> slprintf.
Jeremy Allison
1
-1
/
+9
2001-01-31
Missing sys_endpwent() call in get_passwd_entries()
Tim Potter
1
-1
/
+1
2001-01-31
lib/system.c: Fix for pw caching.
Jeremy Allison
1
-6
/
+6
2001-01-11
RPC server fixes for RPC client changes merged from TNG.
Tim Potter
1
-2
/
+4
2001-01-11
rpc_server/srv_samr.c:
Jeremy Allison
1
-1
/
+1
2001-01-10
Changes from APPLIANCE_HEAD:
David O'Neill
1
-2
/
+9
2000-12-07
file_lines_load/file_lines_pload can now optionally convert unix_to_dos()
Jeremy Allison
1
-1
/
+1
2000-11-21
Another large patch for the passdb rewrite.
Gerald Carter
1
-31
/
+10
2000-11-13
Large commit which restructures the local password storage API.
Gerald Carter
1
-156
/
+123
2000-10-13
last part of W2K support.
Jean-François Micouleau
1
-5
/
+9
2000-10-11
changes to sync with 2.2. tree
Herb Lewis
1
-2
/
+2
2000-10-10
a netlogon enum trust query doesn't have a function_code at end.
Jean-François Micouleau
1
-12
/
+55
2000-10-09
I introduced a bug in my last commits. Hopefully nobody noticed :-)
Jean-François Micouleau
1
-2
/
+2
2000-10-07
more cleanup of samr
Jean-François Micouleau
1
-62
/
+65
2000-10-07
added samr_set_user_info and info_2.
Jean-François Micouleau
1
-171
/
+516
2000-10-04
Adding Herb's compile warning fixes to HEAD.
Jeremy Allison
1
-2
/
+2
2000-09-28
Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as this
Jeremy Allison
1
-1
/
+11
2000-09-28
fixed samr_create_user(). we now correctly parse the query and the reply.
Jean-François Micouleau
1
-16
/
+55
2000-09-27
samr unknown 0x32 is in fact samr create user.
Jean-François Micouleau
1
-49
/
+28
2000-08-18
fixed initialization errors (again!) I must have forgot to
Gerald Carter
1
-0
/
+6
2000-08-16
fixed unitialized struct bug in enum_users (whatever it is called)
Gerald Carter
1
-1
/
+5
2000-08-15
Merge of uninitialised variable fix from APPLIANCE_HEAD.
Tim Potter
1
-4
/
+1
2000-08-02
Started to canonicalize our handling of uid -> sid code in order to
Jeremy Allison
1
-2
/
+2
2000-08-01
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
1
-1
/
+1
2000-07-13
Don't return winbind groups or users when responding to samr_enum_dom_users
Tim Potter
1
-0
/
+21
2000-06-23
Removed save directory argument to become_root() calls. Probably most of
Tim Potter
1
-16
/
+16
2000-06-16
Forgot pipes_struct conversion for api_samr_enum_dom_aliases()
Tim Potter
1
-1
/
+3
2000-06-16
Simplified server pipe implementation by changing arguments passed down
Tim Potter
1
-38
/
+84
2000-06-01
Getting back to a compilable state (not there yet but close).
Jeremy Allison
1
-2
/
+4
2000-05-16
Synced up srv_samr with HP changes. Added error checking to original code
Jeremy Allison
1
-173
/
+361
2000-05-12
fixed two uninitialised variables
Andrew Tridgell
1
-2
/
+1
2000-05-09
the beginnings of a new scheme I've working on to allow an easier
Andrew Tridgell
1
-0
/
+5
2000-04-16
got rid of FILE* in the unix name mapping code
Andrew Tridgell
1
-8
/
+8
2000-04-04
Removed unused parameter vuid from rpc_server api_* calls. For the very few
Tim Potter
1
-25
/
+22
2000-03-22
acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.
Jeremy Allison
1
-67
/
+1
2000-03-22
disabled the getgrent() code recently added that returns all unix groups
Luke Leighton
1
-0
/
+17
[next]