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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5580: Fix "net rpc trustdom add". Much closer to what windows does. Also stop
Jim McDonough
1
-6
/
+2
2007-10-10
r5548: Stop lying about allocation sizes to Windows clients. It was a nice
Jeremy Allison
2
-5
/
+0
2007-10-10
r5518: Add initial msdfs support to smbclient. Currently I can only
Gerald Carter
2
-0
/
+7
2007-10-10
r5517: code cleanup; rename the sorted_tree to pathtree (used by registry code)
Gerald Carter
2
-1
/
+29
2007-10-10
r5467: Optimize _samr_query_groupmem with LDAP backend for large domains.
Volker Lendecke
1
-0
/
+12
2007-10-10
r5456: Increase limit of mapped SIDS to 0x5000, which is what 2k and later do.
Jim McDonough
1
-2
/
+2
2007-10-10
r5428: Apply some const. LDAP attribs should now be declared const char *attr...
Volker Lendecke
1
-2
/
+2
2007-10-10
r5349: After talking with Jerry, reverted the addition of account policies to
Günther Deschner
2
-16
/
+0
2007-10-10
r5262: Fix server_role in the samr_query_dom_info calls. When we are a BDC we
Günther Deschner
1
-2
/
+2
2007-10-10
r5203: additional changes for BUG 2291 to restrict who can join a BDC and add...
Gerald Carter
2
-1
/
+3
2007-10-10
r5152: Restructure the directory handling code, stop using void * pointers
Jeremy Allison
1
-1
/
+3
2007-10-10
r5056: * correct STANDARD_RIGHTS_WRITE_ACCESS bitmask define
Gerald Carter
3
-3
/
+6
2007-10-10
r5015: (based on abartlet's original patch to restrict password changes)
Gerald Carter
1
-1
/
+4
2007-10-10
r4976: Try to scare people off from trying to write authentication modules
Andrew Bartlett
1
-0
/
+4
2007-10-10
r4970: Fix for bug 2092, allowing fallback after kerberos and allow
Jeremy Allison
2
-0
/
+7
2007-10-10
r4946: Our notion the other_sids in the info3 SamLogon struct was
Volker Lendecke
1
-2
/
+1
2007-10-10
r4932: Forgot to increase version with the account-policy-commit.
Günther Deschner
1
-1
/
+1
2007-10-10
r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).
Günther Deschner
2
-0
/
+16
2007-10-10
r4879: Fix rewinddir -> rewind_dir. Noticed by James Peach.
Jeremy Allison
1
-2
/
+2
2007-10-10
r4868: Add "net rpc user RENAME"-command.
Günther Deschner
1
-0
/
+8
2007-10-10
r4849: * finish SeAddUsers support in srv_samr_nt.c
Gerald Carter
1
-36
/
+17
2007-10-10
r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().
Günther Deschner
1
-3
/
+3
2007-10-10
r4840: * Add more generic root-dse inspection function to check for given
Günther Deschner
1
-0
/
+1
2007-10-10
r4809: * include SeDiskOperatorPrivilege and SeRemoteShutdownPrivilege
Gerald Carter
1
-0
/
+2
2007-10-10
r4805: Last planned change to the privileges infrastructure:
Gerald Carter
2
-13
/
+19
2007-10-10
r4736: small set of merges from rtunk to minimize the diffs
Gerald Carter
1
-1
/
+1
2007-10-10
r4724: Add support for Windows privileges in Samba 3.0
Gerald Carter
4
-14
/
+88
2007-10-10
r4665: Fix inspired by posting from Joe Meadows <jameadows@webopolis.com>.
Jeremy Allison
1
-3
/
+0
2007-10-10
r4656: Convert the winreg pipe to use WERROR returns (as it should).
Jeremy Allison
1
-20
/
+20
2007-10-10
r4651: Add "refuse machine password change" policy field. This update will just
Jim McDonough
1
-1
/
+1
2007-10-10
r4601: Removed any use of the MAX_XXX_STR style definitions. A little larger
Jeremy Allison
1
-6
/
+1
2007-10-10
r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for each
Volker Lendecke
1
-1
/
+1
2007-10-10
r4514: Fix for bugzilla 1770. Remove READ_ATTRIBUTES from GENERIC_EXECUTE, o...
Jim McDonough
1
-1
/
+1
2007-10-10
r4336: Apply some other samba4 SAMR idl that is just too obvious. Don't hard
Günther Deschner
1
-2
/
+1
2007-10-10
r4331: Implement SAMR query_dom_info-call info-level 8 server- and client-side,
Günther Deschner
1
-2
/
+9
2007-10-10
r4287: Vampire SAM_DELTA_DOMAIN_INFO.
Günther Deschner
2
-5
/
+51
2007-10-10
r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.
Günther Deschner
1
-1
/
+3
2007-10-10
r4268: Merge fix for bugzilla #2150.
Tim Potter
1
-9
/
+0
2007-10-10
r4219: Fix samba3 samr "idl"... According to samba4 idl samr_DomInfo2 contains a
Volker Lendecke
1
-3
/
+2
2007-10-10
r4186: Fix client & server to allow 127k READX calls.
Jeremy Allison
1
-1
/
+1
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2
-4
/
+89
2007-10-10
r3859: Ensure if num_acls is set to 0xFFFF this field is ignored.
Jeremy Allison
1
-0
/
+6
2007-10-10
r3844: Attempt to get the build farm in line. Some systems seem to have defined
Volker Lendecke
2
-3
/
+3
2007-10-10
r3772: BUG 2006: patch from Michel Gravey <michel.gravey@optogone.com>; fix b...
Gerald Carter
1
-1
/
+1
2007-10-10
r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind.
Jeremy Allison
1
-0
/
+71
2007-10-10
r3705: Nobody has commented, so I'll take this as an ack...
Volker Lendecke
1
-0
/
+12
2007-10-10
r3697: BUG 2027: fix multiple declaration of MD5_CTX (do we really care about...
Gerald Carter
1
-5
/
+0
2007-10-10
r3644: Fixup examples VFS compile.
Jeremy Allison
1
-1
/
+1
2007-10-10
r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have to
Jeremy Allison
4
-4
/
+37
2007-10-10
r3566: Completely replace the queryuseraliases call. The previous implementat...
Volker Lendecke
1
-3
/
+5
[prev]
[next]