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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r4820: add beginnings of 'net rpc rights' for managing privilege assignments
Gerald Carter
4
-8
/
+134
2007-10-10
r4809: * include SeDiskOperatorPrivilege and SeRemoteShutdownPrivilege
Gerald Carter
3
-88
/
+36
2007-10-10
r4805: Last planned change to the privileges infrastructure:
Gerald Carter
9
-194
/
+406
2007-10-10
r4802: Don't try to update a column with the name "NULL"
Jelmer Vernooij
1
-1
/
+7
2007-10-10
r4788: Don't log mysql password at debug level 1.
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r4760: Make wbinfo --user-sids expand domain local groups. Andrew B., my testing
Volker Lendecke
6
-0
/
+206
2007-10-10
r4751: This is a domain policy, not a user one
Volker Lendecke
1
-2
/
+2
2007-10-10
r4750: Fix cli_samr_queryuseraliases. There can be more than one sid, thus mo...
Volker Lendecke
1
-2
/
+10
2007-10-10
r4749: Fix memleak
Volker Lendecke
1
-0
/
+2
2007-10-10
r4746: add server support for lsa_enum_acct_rights(); last checkin for the night
Gerald Carter
5
-19
/
+105
2007-10-10
r4742: add server support for lsa_add/remove_account_rights() and fix some pa...
Gerald Carter
5
-18
/
+247
2007-10-10
r4740: allow SE_PRINT_OPERATORS to have printer admin access
Gerald Carter
2
-5
/
+18
2007-10-10
r4739: require membership in Domain Admins to be able to set privileges
Gerald Carter
1
-0
/
+25
2007-10-10
r4738: Fix for bug #2238 - memory leak in shadow copy vfs.
Jeremy Allison
1
-0
/
+1
2007-10-10
r4736: small set of merges from rtunk to minimize the diffs
Gerald Carter
10
-24
/
+112
2007-10-10
r4732: Even if we have 'password server' set, we need to look up the native D...
Volker Lendecke
1
-0
/
+6
2007-10-10
r4731: Fix the build
Volker Lendecke
1
-1
/
+2
2007-10-10
r4724: Add support for Windows privileges in Samba 3.0
Gerald Carter
18
-825
/
+937
2007-10-10
r4704: Fix encoding while receiving of a message which was actually sent usin...
Alexander Bokovoy
1
-4
/
+4
2007-10-10
r4697: Fix for bug #2231 inspired by brad.ellis@its.monash.edu.au.
Jeremy Allison
1
-3
/
+3
2007-10-10
r4668: allow the caller to invoke init_unistr2() with a NULL buffer to match ...
Gerald Carter
1
-0
/
+8
2007-10-10
r4665: Fix inspired by posting from Joe Meadows <jameadows@webopolis.com>.
Jeremy Allison
2
-13
/
+10
2007-10-10
r4662: Fix from "Jerome Borsboom" <j.borsboom@erasmusmc.nl> to fix
Jeremy Allison
1
-0
/
+1
2007-10-10
r4656: Convert the winreg pipe to use WERROR returns (as it should).
Jeremy Allison
6
-99
/
+99
2007-10-10
r4651: Add "refuse machine password change" policy field. This update will just
Jim McDonough
3
-16
/
+65
2007-10-10
r4646: Allow Account Lockout with Lockout Duration "forever" (until admin
Günther Deschner
1
-3
/
+9
2007-10-10
r4645: patch from Rob to fix the build breakage in vfstest after the reload_p...
Gerald Carter
2
-3
/
+6
2007-10-10
r4633: Finally give rpcclient a port-command.
Günther Deschner
1
-1
/
+3
2007-10-10
r4604: Attempt to fix the buildfarm build.
Volker Lendecke
1
-1
/
+1
2007-10-10
r4601: Removed any use of the MAX_XXX_STR style definitions. A little larger
Jeremy Allison
3
-84
/
+72
2007-10-10
r4581: From Derrell.Lipman@UnwiredUniverse.com. Use nanosleep instead of select
Jeremy Allison
2
-1
/
+15
2007-10-10
r4579: small changes to allow the members og the Domain Admins group on the S...
Gerald Carter
2
-64
/
+163
2007-10-10
r4577: Fix from William Jojo <jojowil@hvcc.edu> for AIX 5.3 compile.
Jeremy Allison
1
-2
/
+2
2007-10-10
r4575: adding extra debug to cm_prepare_connection()
Gerald Carter
1
-0
/
+3
2007-10-10
r4573: merge -r 4572 from SAMBA_4_0:
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for each
Volker Lendecke
8
-46
/
+58
2007-10-10
r4561: This looks a lot larger than it is, this is to reduce the clutter on f...
Volker Lendecke
13
-145
/
+145
2007-10-10
r4545: Fix based on work by Derrell.Lipman@UnwiredUniverse.com :
Jeremy Allison
1
-4
/
+26
2007-10-10
r4539: patch from Rob -- adding real printcap name cache function to speed up...
Gerald Carter
12
-566
/
+385
2007-10-10
r4538: Fix bugzilla 2198, accounts which have password last set to 0 are getting
Jim McDonough
1
-0
/
+3
2007-10-10
r4514: Fix for bugzilla 1770. Remove READ_ATTRIBUTES from GENERIC_EXECUTE, o...
Jim McDonough
1
-1
/
+1
2007-10-10
r4370: Don't assume the compiler supports declarations after statements.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r4369: Patch for bug #2190 (SWAT displaying parameters in UNIX charset)
Jeremy Allison
1
-6
/
+18
2007-10-10
r4353: Finally get length of munged_dial correct.
Günther Deschner
1
-1
/
+1
2007-10-10
r4352: Base64-encode munged-dial with correct length in 'net rpc vampire'.
Günther Deschner
1
-1
/
+4
2007-10-10
r4351: Vampire Logon-Hours. Update Logon-Hours only when they have changed.
Günther Deschner
2
-3
/
+26
2007-10-10
r4350: bumping version to 3.0.11pre2
Gerald Carter
1
-1
/
+1
2007-10-10
r4346: Fix cut-and-paste error - bugid #2189. Fixed by Buck Huppmann <buckh@p...
Jeremy Allison
1
-1
/
+1
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
r4337: Produce a slightly different error message is lanman authentication is
Andrew Bartlett
1
-3
/
+8
[next]