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_nt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r2369: Fix from Richard Renard <rrenard@idealx.com> to fix usermgr and trust ...
Jeremy Allison
1
-1
/
+11
2007-10-10
r2331: check password script code and example from trunk
Simo Sorce
1
-2
/
+2
2007-10-10
r2093: Fix for Bug 1416. This must have been a cut&paste error from add_gid....
Volker Lendecke
1
-3
/
+0
2007-10-10
r805: Fix to stop smbd hanging on missing group member from "Jianliang Lu" <j...
Jeremy Allison
1
-5
/
+1
2007-10-10
r229: Don't list domain groups from BUILTIN.
Volker Lendecke
1
-0
/
+7
2007-10-10
r196: merging struct uuid from trunk
Gerald Carter
1
-2
/
+2
2007-10-10
r145: pdb_create_alias now returns NTSTATUS. More of this to follow.
Volker Lendecke
1
-2
/
+5
2007-10-10
r116: volker's patch for local group and group nesting
Gerald Carter
1
-271
/
+180
2004-03-04
There's a specific error message NT_STATUS_ALIAS_EXISTS.
Volker Lendecke
1
-1
/
+1
2004-03-03
more usrmgr fixes: display lockout timers in minutes, not seconds, for samr 2e
Jim McDonough
1
-2
/
+2
2004-02-29
net_rpc.c: Don't complain if [add|del]mem was successful.
Volker Lendecke
1
-1
/
+1
2004-02-25
Do the query part of the previous fix...reset time and duration are set in mi...
Jim McDonough
1
-2
/
+2
2004-02-25
reset time and duration are set in minutes, not seconds. Works from usrmgr.
Jim McDonough
1
-2
/
+2
2004-02-17
Be able to set alias info for builtin as well.
Volker Lendecke
1
-1
/
+2
2004-02-17
In samr_lookup_names Windows does not return WKN_GRP(5) but ALIAS(4) when
Volker Lendecke
1
-1
/
+6
2004-02-16
Cosmetic fix: Use sid_is_in_our_domain instead of doing it per hand.
Volker Lendecke
1
-7
/
+3
2004-02-02
remerge andrew's cracklib patch from HEAD and fix a compile warnings
Gerald Carter
1
-3
/
+14
2004-01-26
This adds client-side support for the unicode/SAMR password change scheme.
Andrew Bartlett
1
-2
/
+2
2004-01-15
Bug 381: check builtin (not local) group SID. Patch from Jianliang Lu <j.lu@...
Gerald Carter
1
-1
/
+1
2004-01-14
revert the cracklib changes until post 3.0.2
Gerald Carter
1
-14
/
+3
2004-01-12
First stab at cracklib support (password quality checking) in Samba 3.0
Andrew Bartlett
1
-3
/
+14
2004-01-09
fix some warnings from the Sun compiler
Gerald Carter
1
-1
/
+1
2004-01-02
Match Win2k, and return NT_STATUS_INVALID_PARAMETER
Andrew Bartlett
1
-2
/
+2
2004-01-02
JHT came up with a nasty (broken) torture case in preparing examples for
Andrew Bartlett
1
-99
/
+50
2003-12-16
make sure we delete the group mapping before calling the delete group script;...
Gerald Carter
1
-2
/
+4
2003-12-10
more group lookup access fixes on the neverending bug 281
Gerald Carter
1
-1
/
+6
2003-12-04
* fix RemoveSidForeignDomain() ; bug 252
Gerald Carter
1
-46
/
+81
2003-12-02
Match Win2k and return 'invalid parameter' for creating of a new account with
Andrew Bartlett
1
-0
/
+6
2003-11-24
more access fixes for group enumeration in LDAP; bug 281
Gerald Carter
1
-3
/
+5
2003-11-23
Add server-side support for variable-length session keys (as used by
Andrew Bartlett
1
-9
/
+6
2003-11-22
Changes all over the shop, but all towards:
Andrew Bartlett
1
-3
/
+15
2003-11-17
* make sure we only enumerate group mapping entries
Gerald Carter
1
-135
/
+44
2003-11-07
* only install swat html files once
Gerald Carter
1
-3
/
+17
2003-11-07
Handle munged dial string. Patch from Aur?lien Degr?mont <adegremont@idealx.c...
Jeremy Allison
1
-1
/
+36
2003-09-25
Fix for #480. Change the interface for init_unistr2 to not take a length
Jeremy Allison
1
-14
/
+9
2003-09-19
Ensure that dup_sec_desc copies the 'type' field correctly. This caused
Jeremy Allison
1
-4
/
+4
2003-09-15
Patch from Gregory Hinton Nietsky <gregory@networksentry.co.za>,
Jeremy Allison
1
-1
/
+1
2003-08-27
renaming some functions for consistency
Gerald Carter
1
-7
/
+7
2003-08-20
Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAIN
Gerald Carter
1
-5
/
+69
2003-08-15
get rid of some sompiler warnings on IRIX
Herb Lewis
1
-3
/
+2
2003-08-13
fix bug #286.
Gerald Carter
1
-2
/
+17
2003-08-01
Update my copyrights according to my agreement with IBM
Jim McDonough
1
-1
/
+1
2003-08-01
Fix copyright statements for various pieces of Anthony Liguori's work.
Jim McDonough
1
-1
/
+0
2003-07-31
Wrap calls to change_oem_password() in become_root()/unbecome_root() pairs
Jeremy Allison
1
-12
/
+12
2003-07-25
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
1
-1
/
+1
2003-07-24
More printf fixes - size_t is long on some architectures.
Tim Potter
1
-1
/
+1
2003-07-22
Another round of uid/gid/pid format string changes I missed the
Tim Potter
1
-2
/
+3
2003-07-11
moving more code around.
Gerald Carter
1
-4
/
+31
2003-07-09
Large set of changes to add UNIX account/group management
Gerald Carter
1
-13
/
+15
2003-07-09
Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no useful
Jeremy Allison
1
-20
/
+17
[next]