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
r15452: Again purely cosmetic reformat of the samr query domain info calls.
Günther Deschner
1
-6
/
+8
2007-10-10
r15442: Add some more client rpc for the querydominfo calls (from samba4 idl).
Günther Deschner
1
-5
/
+11
2007-10-10
r15438: Fix samrQueryDomainInfo level 5 where we returned our netbios
Günther Deschner
1
-2
/
+2
2007-10-10
r14646: Adding samr querygroup infolevels 2 & 5.
Günther Deschner
1
-0
/
+26
2007-10-10
r14634: Many bug fixes thanks to train rides and overnight stays in airports
Gerald Carter
1
-1
/
+39
2007-10-10
r14403: * modifies create_local_nt_token() to create a BUILTIN\Administrators
Gerald Carter
1
-0
/
+12
2007-10-10
r13778: When deleting machine accounts it's the SeMachineAccountPrivilege
Jeremy Allison
1
-1
/
+9
2007-10-10
r13715: Put back the code that actually modify the account,
Simo Sorce
1
-0
/
+6
2007-10-10
r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.
Günther Deschner
1
-2
/
+2
2007-10-10
r13679: Commiting the rm_primary_group.patch posted on samba-technical
Gerald Carter
1
-10
/
+9
2007-10-10
r13622: Allow to rename machine accounts in a Samba Domain. This still uses the
Günther Deschner
1
-2
/
+36
2007-10-10
r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()
Gerald Carter
1
-36
/
+33
2007-10-10
r13576: This is the beginnings of moving the SAM_ACCOUNT data structure
Gerald Carter
1
-62
/
+62
2007-10-10
r13511: Fix bug in the samr dispinfo enumeration code.
Gerald Carter
1
-0
/
+11
2007-10-10
r13494: Merge the stuff I've done in head the last days.
Volker Lendecke
1
-424
/
+103
2007-10-10
r13444: Add REJECT_REASON_OTHER for samr_chgpasswd_user3
Günther Deschner
1
-1
/
+2
2007-10-10
r13442: Implement samr_chgpasswd_user3 server-side.
Günther Deschner
1
-7
/
+98
2007-10-10
r13399: Get closer to passing RPC-SCHANNEL test.
Jeremy Allison
1
-0
/
+5
2007-10-10
r13396: Add in userinfo26, re-enable userinfo25 - took the knowledge
Jeremy Allison
1
-14
/
+36
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-126
/
+153
2007-10-10
r13138: old fix I forgot to commit
Simo Sorce
1
-2
/
+5
2007-10-10
r12935: After discussion with Volker fix bug #3397 using a variant of the pat...
Alexander Bokovoy
1
-2
/
+51
2007-10-10
r12262: * patch from Brian Moran to fix segv in eventlogadm when not eventlogs
Gerald Carter
1
-0
/
+2
2007-10-10
r12133: Fix an uninitialized variable in new code in rpc_server/srv_samr_nt.c.
Volker Lendecke
1
-5
/
+8
2007-10-10
r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...
Volker Lendecke
1
-60
/
+84
2007-10-10
r12043: It's amazing the warnings you find when compiling on a 64-bit
Jeremy Allison
1
-14
/
+18
2007-10-10
r11964: rename flag to password_properties in SAM_UNK_INFO_1 because that's what
Günther Deschner
1
-1
/
+1
2007-10-10
r11927: No users or groups to return in BUILTIN domain.
Jeremy Allison
1
-0
/
+14
2007-10-10
r11924: Added Volkers's (C) to srv_samr_nt.c, removed separate "builtin"
Jeremy Allison
1
-25
/
+51
2007-10-10
r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ...
Volker Lendecke
1
-8
/
+0
2007-10-10
r11922: Looks bigger than it is: There's no point in allocating arrays in
Volker Lendecke
1
-2
/
+2
2007-10-10
r11921: samr_open_domain can only open "our" domain and BUILTIN.
Volker Lendecke
1
-0
/
+5
2007-10-10
r11919: The generic mappings in srv_samr_nt.c are only used there -- make them
Volker Lendecke
1
-5
/
+25
2007-10-10
r11918: Remove two unused variables
Volker Lendecke
1
-2
/
+0
2007-10-10
r11915: Remove unused extern declarations
Volker Lendecke
1
-4
/
+0
2007-10-10
r11898: Add a missing become_root().
Volker Lendecke
1
-0
/
+7
2007-10-10
r11865: The only way to stop multiple LDAP searches is to agressively cache
Jeremy Allison
1
-30
/
+36
2007-10-10
r11856: Replace unknown1 with group_attr.
Günther Deschner
1
-1
/
+1
2007-10-10
r11793: Fix the SAMR cache so it works across completely insane
Jeremy Allison
1
-125
/
+397
2007-10-10
r11769: Looking at a performance problem enumerating accounts, wondered
Jeremy Allison
1
-0
/
+54
2007-10-10
r11451: Fix -O1 "might be using uninitialized" errors.
Jeremy Allison
1
-1
/
+1
2007-10-10
r11433: Fix for bug #3223 - ensure we're root before doing
Jeremy Allison
1
-5
/
+53
2007-10-10
r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup on
Jim McDonough
1
-0
/
+20
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
1
-8
/
+7
2007-10-10
r10911: part of #2861: add rename support for usrmgr.exe when using tdbsam
Jim McDonough
1
-0
/
+29
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-69
/
+84
2007-10-10
r9956: Ensure accounts with the SeAddUsersPrivilege can modify domain and loc...
Gerald Carter
1
-8
/
+32
2007-10-10
r9660: real fix for group enumeration bug in 3.0.20; only affected the ldaps...
Gerald Carter
1
-1
/
+1
2007-10-10
r9594: return the mapped name in enum_dom_groups()
Gerald Carter
1
-1
/
+1
2007-10-10
r9275: Remove some dead code. Bugzilla #2982.
Tim Potter
1
-3
/
+0
[prev]
[next]