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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r6044: Ensure the old search calls always ask mask_match to translate
Jeremy Allison
2
-3
/
+19
2007-10-10
r6022: Fix for bug #2533. Incorrect dir listings from OS/2 clients.
Jeremy Allison
1
-1
/
+3
2007-10-10
r6014: rather large change set....
Gerald Carter
6
-12
/
+105
2007-10-10
r5961: final round of compiler warning fixes based on feedback from Jason Mader
Gerald Carter
1
-1
/
+1
2007-10-10
r5956: more compile warngin fixes from the Mr. Mader
Gerald Carter
1
-3
/
+3
2007-10-10
r5954: Fix some compiler warnings and add missing exclude-block in "net rpc
Günther Deschner
1
-1
/
+1
2007-10-10
r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to c...
Gerald Carter
2
-2
/
+7
2007-10-10
r5933: We were handling setting of EA's incorrectly - we should be able to set
Jeremy Allison
1
-0
/
+15
2007-10-10
r5907: Fix compile warning noticed by Jason Mader <jason@ncac.gwu.edu>.
Jeremy Allison
1
-1
/
+1
2007-10-10
r5789: Patch from William Jojo <jojowil@hvcc.edu> - AIX has no default ACLs.
Jeremy Allison
1
-0
/
+7
2007-10-10
r5726: merge LsaLookupPrivValue() code from trunk
Gerald Carter
1
-59
/
+57
2007-10-10
r5647: Caches are good for performance, but you get a consistency problem.
Volker Lendecke
1
-0
/
+14
2007-10-10
r5565: fix breakage on gcc 2.96
Gerald Carter
1
-1
/
+1
2007-10-10
r5556: Fix the build on AIX.
Günther Deschner
1
-4
/
+14
2007-10-10
r5522: Better handling of LDAP over IPC connections that have expired on the
Günther Deschner
1
-4
/
+1
2007-10-10
r5517: code cleanup; rename the sorted_tree to pathtree (used by registry code)
Gerald Carter
1
-39
/
+40
2007-10-10
r5484: Fix a memleak
Volker Lendecke
1
-2
/
+2
2007-10-10
r5436: small merges from trunk
Gerald Carter
1
-5
/
+5
2007-10-10
r5431: couple of cimpile fixes from Jason Mader <jason@ncac.gwu.edu> -- BUGS ...
Gerald Carter
1
-8
/
+16
2007-10-10
r5428: Apply some const. LDAP attribs should now be declared const char *attr...
Volker Lendecke
1
-8
/
+8
2007-10-10
r5349: After talking with Jerry, reverted the addition of account policies to
Günther Deschner
2
-412
/
+100
2007-10-10
r5343: Fix for bug#1525. Timestamps interpreted incorrectly on 64-bit time_t ...
Jeremy Allison
1
-0
/
+7
2007-10-10
r5342: Reformat some very old code.
Jeremy Allison
1
-256
/
+281
2007-10-10
r5331: Support SIDs as %s replacements in the afs username map parameter.
Volker Lendecke
1
-0
/
+4
2007-10-10
r5235: Fix compile warning.
Günther Deschner
1
-1
/
+1
2007-10-10
r5203: additional changes for BUG 2291 to restrict who can join a BDC and add...
Gerald Carter
1
-1
/
+1
2007-10-10
r5174: ensure that we consistently use the current_user_info.smb_name vs. smb...
Gerald Carter
1
-0
/
+12
2007-10-10
r5163: Fix bugzilla 2062:
Jim McDonough
1
-1
/
+6
2007-10-10
r5158: BUG 2263: patch from Timur Bakeyev <timur@com.bat.ru> to guard base64_...
Gerald Carter
1
-4
/
+10
2007-10-10
r5150: consolidate the samr_make.*obj_sd() functions to share code
Gerald Carter
1
-39
/
+0
2007-10-10
r5127: Fix Bug 2289 -- thanks to jason@ncac.gwu.edu
Volker Lendecke
1
-2
/
+1
2007-10-10
r5100: We should only care about case-sensitivity when *reading* an incoming
Jeremy Allison
1
-2
/
+2
2007-10-10
r5066: A couple of small fixes from James Peach @ SGI.
Jeremy Allison
2
-2
/
+7
2007-10-10
r5015: (based on abartlet's original patch to restrict password changes)
Gerald Carter
1
-4
/
+74
2007-10-10
r4995: fail set_privileges() if 'enable privileges = no' to prevent confused ...
Gerald Carter
1
-0
/
+3
2007-10-10
r4989: Display failed LDAP-server-uri.
Günther Deschner
1
-1
/
+2
2007-10-10
r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).
Günther Deschner
2
-100
/
+412
2007-10-10
r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes.
Jeremy Allison
1
-2
/
+2
2007-10-10
r4849: * finish SeAddUsers support in srv_samr_nt.c
Gerald Carter
1
-7
/
+18
2007-10-10
r4840: * Add more generic root-dse inspection function to check for given
Günther Deschner
1
-0
/
+101
2007-10-10
r4822: fix return code when you ask for a non-privileged SID via one of the p...
Gerald Carter
1
-0
/
+9
2007-10-10
r4809: * include SeDiskOperatorPrivilege and SeRemoteShutdownPrivilege
Gerald Carter
1
-88
/
+25
2007-10-10
r4805: Last planned change to the privileges infrastructure:
Gerald Carter
1
-120
/
+309
2007-10-10
r4746: add server support for lsa_enum_acct_rights(); last checkin for the night
Gerald Carter
1
-0
/
+16
2007-10-10
r4742: add server support for lsa_add/remove_account_rights() and fix some pa...
Gerald Carter
1
-12
/
+65
2007-10-10
r4736: small set of merges from rtunk to minimize the diffs
Gerald Carter
1
-1
/
+1
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
3
-219
/
+526
2007-10-10
r4651: Add "refuse machine password change" policy field. This update will just
Jim McDonough
1
-14
/
+52
2007-10-10
r4581: From Derrell.Lipman@UnwiredUniverse.com. Use nanosleep instead of select
Jeremy Allison
1
-1
/
+14
[prev]
[next]