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
r5056: * correct STANDARD_RIGHTS_WRITE_ACCESS bitmask define
Gerald Carter
1
-4
/
+4
2007-10-10
r5028: * check acb_info mask in _samr_create_user instead of the last character
Gerald Carter
1
-36
/
+21
2007-10-10
r5015: (based on abartlet's original patch to restrict password changes)
Gerald Carter
1
-336
/
+407
2007-10-10
r4972: Fix a warning and some debugging-outputs.
Günther Deschner
1
-1
/
+1
2007-10-10
r4931: Add get_user_info_7 in SAMR. This just gives out the username. (In
Günther Deschner
1
-0
/
+42
2007-10-10
r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).
Günther Deschner
1
-29
/
+30
2007-10-10
r4871: BUG 603: patch by Daniel Beschorner <db@unit-netz.de>. Correct access...
Gerald Carter
1
-1
/
+4
2007-10-10
r4849: * finish SeAddUsers support in srv_samr_nt.c
Gerald Carter
1
-100
/
+258
2007-10-10
r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().
Günther Deschner
1
-7
/
+13
2007-10-10
r4805: Last planned change to the privileges infrastructure:
Gerald Carter
1
-3
/
+6
2007-10-10
r4736: small set of merges from rtunk to minimize the diffs
Gerald Carter
1
-2
/
+2
2007-10-10
r4724: Add support for Windows privileges in Samba 3.0
Gerald Carter
1
-22
/
+22
2007-10-10
r4646: Allow Account Lockout with Lockout Duration "forever" (until admin
Günther Deschner
1
-3
/
+9
2007-10-10
r4579: small changes to allow the members og the Domain Admins group on the S...
Gerald Carter
1
-64
/
+134
2007-10-10
r4343: forgot to add info-level 8 to SAMR_UNKNOWN_2E as well.
Günther Deschner
1
-0
/
+3
2007-10-10
r4336: Apply some other samba4 SAMR idl that is just too obvious. Don't hard
Günther Deschner
1
-3
/
+13
2007-10-10
r4331: Implement SAMR query_dom_info-call info-level 8 server- and client-side,
Günther Deschner
1
-0
/
+3
2007-10-10
r4222: Always compile before commit...
Volker Lendecke
1
-1
/
+1
2007-10-10
r4219: Fix samba3 samr "idl"... According to samba4 idl samr_DomInfo2 contains a
Volker Lendecke
1
-1
/
+1
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-44
/
+37
2007-10-10
r3705: Nobody has commented, so I'll take this as an ack...
Volker Lendecke
1
-5
/
+44
2007-10-10
r3566: Completely replace the queryuseraliases call. The previous implementat...
Volker Lendecke
1
-44
/
+35
2007-10-10
r2481: Patch from Igor Belyi <sambauser@katehok.ac93.org>. Ensure pdb
Jeremy Allison
1
-8
/
+9
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
[next]