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
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
2007-10-10
r4724: Add support for Windows privileges in Samba 3.0
Gerald Carter
3
-181
/
+194
2007-10-10
r4656: Convert the winreg pipe to use WERROR returns (as it should).
Jeremy Allison
1
-45
/
+45
2007-10-10
r4651: Add "refuse machine password change" policy field. This update will just
Jim McDonough
1
-1
/
+12
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
r4370: Don't assume the compiler supports declarations after statements.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r4351: Vampire Logon-Hours. Update Logon-Hours only when they have changed.
Günther Deschner
1
-2
/
+6
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
r4184: Removed unused extern.
Jeremy Allison
1
-1
/
+0
2007-10-10
r4134: check the setprinter(3) based on the access permissions on the handle ...
Gerald Carter
1
-14
/
+11
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
14
-219
/
+211
2007-10-10
r4083: consolidate printer searches to use find_service rather than for loops
Gerald Carter
1
-16
/
+6
2007-10-10
r3929: Dead code elimination fix for bug #2075 from jason@ncac.gwu.edu.
Jeremy Allison
1
-6
/
+1
2007-10-10
r3875: Allow to look up at least or own sid in _lsa_lookup_sids.
Günther Deschner
1
-2
/
+2
2007-10-10
r3705: Nobody has commented, so I'll take this as an ack...
Volker Lendecke
2
-64
/
+44
2007-10-10
r3566: Completely replace the queryuseraliases call. The previous implementat...
Volker Lendecke
2
-219
/
+35
2007-10-10
r3069: add 'force printername' service parameter for people that want to enfo...
Gerald Carter
1
-14
/
+30
2007-10-10
r3066: BUG 1519: fix segfault caused by double free of a printer
Gerald Carter
1
-1
/
+0
2007-10-10
r3065: BUG 1519 (more): apparently the server_name notify request is used to ...
Gerald Carter
1
-13
/
+4
2007-10-10
r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...
Gerald Carter
1
-3
/
+3
[next]