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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r6014: rather large change set....
Gerald Carter
10
-82
/
+1875
2007-10-10
r6009: Add privillage check for SE_DISK_OP (is this the right privilage?)
Jeremy Allison
1
-3
/
+15
2007-10-10
r6004: Let's make server manager able to kill a user session.
Simo Sorce
2
-0
/
+72
2007-10-10
r5965: Apply Volker's patch for "ldapsam trusted = yes" for samr_lookup_rids....
Jim McDonough
1
-45
/
+17
2007-10-10
r5961: final round of compiler warning fixes based on feedback from Jason Mader
Gerald Carter
1
-3
/
+3
2007-10-10
r5950: more compiler warning's from Jason Mader
Gerald Carter
1
-4
/
+2
2007-10-10
r5948: more compile cleanups from Jason Mader
Gerald Carter
1
-1
/
+2
2007-10-10
r5943: remove unneccessary se_priv_copy()
Gerald Carter
1
-3
/
+1
2007-10-10
r5909: Remove some unecessary casts. Patch from Jason Mader for bugzill #2468.
Tim Potter
1
-1
/
+1
2007-10-10
r5806: * fix a couple more segvs in spoolss
Gerald Carter
2
-14
/
+12
2007-10-10
r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...
Gerald Carter
1
-399
/
+509
2007-10-10
r5726: merge LsaLookupPrivValue() code from trunk
Gerald Carter
2
-7
/
+77
2007-10-10
r5647: Caches are good for performance, but you get a consistency problem.
Volker Lendecke
1
-0
/
+2
2007-10-10
r5605: only display the publish check box on printer if
Gerald Carter
1
-12
/
+20
2007-10-10
r5580: Fix "net rpc trustdom add". Much closer to what windows does. Also stop
Jim McDonough
1
-15
/
+0
2007-10-10
r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...
Volker Lendecke
1
-3
/
+4
2007-10-10
r5469: Fix error codes of samr_lookup_rids: There's also STATUS_SOME_UNMAPPED.
Volker Lendecke
1
-11
/
+26
2007-10-10
r5467: Optimize _samr_query_groupmem with LDAP backend for large domains.
Volker Lendecke
1
-38
/
+14
2007-10-10
r5460: Fix "restrict anonymous = 1". If we have schannel connection, we must be
Jim McDonough
1
-0
/
+4
2007-10-10
r5458: Generate a sane response to exceeding lookupsids limit. Truncate list...
Jim McDonough
1
-2
/
+3
2007-10-10
r5419: Fix some unitialized variable warnings
Volker Lendecke
1
-3
/
+3
2007-10-10
r5383: add missing checks to allow root to manage user rights
Gerald Carter
1
-2
/
+12
2007-10-10
r5349: After talking with Jerry, reverted the addition of account policies to
Günther Deschner
3
-30
/
+31
2007-10-10
r5264: Log with loglevel 0 when account-administration scripts fail.
Günther Deschner
1
-2
/
+2
2007-10-10
r5262: Fix server_role in the samr_query_dom_info calls. When we are a BDC we
Günther Deschner
1
-6
/
+23
2007-10-10
r5246: We can't use a pointer to struct lsa_info until is has been
Tim Potter
1
-1
/
+1
2007-10-10
r5205: more fixups for BUG 2291
Gerald Carter
1
-27
/
+30
2007-10-10
r5203: additional changes for BUG 2291 to restrict who can join a BDC and add...
Gerald Carter
1
-8
/
+18
2007-10-10
r5180: Call the "add machine script" to create all kinds of trust accounts
Günther Deschner
1
-1
/
+1
2007-10-10
r5150: consolidate the samr_make.*obj_sd() functions to share code
Gerald Carter
1
-157
/
+41
2007-10-10
r5056: * correct STANDARD_RIGHTS_WRITE_ACCESS bitmask define
Gerald Carter
2
-10
/
+20
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
2
-30
/
+31
2007-10-10
r4871: BUG 603: patch by Daniel Beschorner <db@unit-netz.de>. Correct access...
Gerald Carter
1
-1
/
+4
2007-10-10
r4856: after testing a simple add printer script, i realized that you still h...
Gerald Carter
2
-21
/
+21
2007-10-10
r4852: merge simo changes to srv_srvsvc_nt.c from trunk
Gerald Carter
1
-30
/
+13
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
r4825: Printing changes
Gerald Carter
2
-45
/
+136
2007-10-10
r4824: wrap the shutdown and abort_shutdown calls in check for the SE_REMOTE_...
Gerald Carter
1
-1
/
+24
2007-10-10
r4822: fix return code when you ask for a non-privileged SID via one of the p...
Gerald Carter
1
-0
/
+3
2007-10-10
r4805: Last planned change to the privileges infrastructure:
Gerald Carter
3
-47
/
+72
2007-10-10
r4746: add server support for lsa_enum_acct_rights(); last checkin for the night
Gerald Carter
2
-4
/
+62
2007-10-10
r4742: add server support for lsa_add/remove_account_rights() and fix some pa...
Gerald Carter
2
-1
/
+172
2007-10-10
r4740: allow SE_PRINT_OPERATORS to have printer admin access
Gerald Carter
1
-2
/
+4
2007-10-10
r4739: require membership in Domain Admins to be able to set privileges
Gerald Carter
1
-0
/
+25
2007-10-10
r4736: small set of merges from rtunk to minimize the diffs
Gerald Carter
1
-2
/
+2
[next]