Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-17 | Remove ununsed variable warning. | Jeremy Allison | 1 | -1/+0 | |
Jeremy. | |||||
2009-09-17 | s4/domain behaviour flags: Fix them up in various locations | Matthias Dieter Wallnöfer | 4 | -16/+10 | |
Additional notes: - Bump the level to Windows Server 2008 R2 (we should support always the latest version - if we provision ourself) - In "descriptor.c" the check for the "domainFunctionality" level shouldn't be needed: ACL owner groups (not owner user) are supported since Windows 2000 Server (first AD edition) - I took the argument from: http://support.microsoft.com/kb/329194 | |||||
2009-09-17 | s4/python: flags | Matthias Dieter Wallnöfer | 2 | -9/+83 | |
- Introduce the "userAccountControl", "groupType" and "sAMAccountType" flags - Corrects the "domain/forestFunctionality" and "domainControllerFunctionality" flags | |||||
2009-09-17 | libds/common/flags: various | Matthias Dieter Wallnöfer | 2 | -28/+36 | |
- Reorders the header file to have the order "userAccountFlags", "groupType", "sAMAccountType" (matches the order in the flag_mapping.c and samldb module) - Fixes the group account flags properly up - Fixes the flags for "domain/forestFunctionality" and "domainControllerFunctionality" up | |||||
2009-09-13 | Port the Samba 3 shm_setup to QNX. | Matt Kraai | 1 | -0/+18 | |
2009-09-13 | util_smb: For some (unknown) reason the previous patch changed the ↵ | Matthias Dieter Wallnöfer | 1 | -0/+0 | |
permissions - Reset them | |||||
2009-09-13 | Port the Samba 4 shm_setup to QNX. | Matt Kraai | 1 | -0/+18 | |
2009-09-17 | idl: added DRS GetNCChanges level 10 | Andrew Tridgell | 4 | -0/+209 | |
2009-09-17 | idl: rebuild drsuapi.idl | Andrew Tridgell | 5 | -51/+258 | |
2009-09-17 | idl: added DsExecuteKCC IDL | Andrew Tridgell | 2 | -4/+22 | |
2009-09-16 | ndr: added --ndr64 flag to ndrdump | Andrew Tridgell | 4 | -6/+44 | |
This only does pull, but it is useful for w2k8-r2 <-> w2k8-r2 ndrdump usage, which is always 64bit. | |||||
2009-09-17 | s3-winbindd: add and use winbindd_lookup_names(). | Günther Deschner | 2 | -20/+47 | |
Guenther | |||||
2009-09-17 | s3-winbindd: add and use winbindd_lookup_sids(). | Günther Deschner | 3 | -96/+78 | |
Guenther | |||||
2009-09-17 | cifs-upcall: fix the build after spnego merge. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-09-17 | w32err: use WERR_DC_NOT_FOUND name instead of WERR_DOMAIN_CONTROLLER_NOT_FOUND | Kamen Mazdrashki | 1 | -2/+2 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-09-17 | w32err: Set hex format values for all errors | Kamen Mazdrashki | 1 | -90/+90 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-09-17 | w32err: Re-define errors with numeric values | Kamen Mazdrashki | 1 | -46/+46 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-09-17 | w32err: Sorting error codes in ascending order | Kamen Mazdrashki | 1 | -10/+8 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-09-17 | w32err: NERR_ codes grouped together | Kamen Mazdrashki | 1 | -9/+9 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-09-17 | w32err: WERR_CLASS_NOT_REGISTERED updated | Kamen Mazdrashki | 2 | -2/+7 | |
Error code move to COM/OLE group. Error value changed to as REGDB_E_CLASSNOTREG in Windows Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-09-17 | To set file create/birth time in GPFS. Signed-off-by: Abhidnya Chirmule ↵ | Abhidnya Chirmule | 1 | -0/+42 | |
<achirmul@in.ibm.com> | |||||
2009-09-17 | s3:vfs: Fix the build of vfs_tsmsm after the VFS rewrite | Volker Lendecke | 1 | -3/+3 | |
2009-09-17 | spnego: add spnego_proto.h. | Günther Deschner | 2 | -1/+29 | |
Guenther | |||||
2009-09-17 | spnego: share spnego_parse. | Günther Deschner | 21 | -496/+71 | |
Guenther | |||||
2009-09-16 | libcli/auth: remove trailing whitespace. | Günther Deschner | 1 | -72/+72 | |
Guenther | |||||
2009-09-16 | s3-netlogon: support validation level 6 in netr_SamLogon calls. | Günther Deschner | 3 | -0/+65 | |
Guenther | |||||
2009-09-16 | s3-netlogon: match all logon levels in netr_SamLogon calls. | Günther Deschner | 1 | -0/+9 | |
Guenther | |||||
2009-09-16 | s3-rpcclient: fix netr_LogonGetCapabilities command. | Günther Deschner | 1 | -6/+5 | |
Guenther | |||||
2009-09-16 | security:idl Generated files | Nadezhda Ivanova | 3 | -0/+66 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-09-16 | Owner and group defaulting. | Nadezhda Ivanova | 9 | -59/+636 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-09-16 | Tests for descriptor inheritance | Zahari Zahariev | 3 | -1/+1613 | |
Signed-off-by: Nadezhda Ivanova <nadezhda.ivanova@postpath.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-09-16 | s4:kdc In the kpasswd server, don't use the client address in mk_priv | Andrew Bartlett | 1 | -0/+8 | |
This code eventually calls into mk_priv in the Heimdal code, and if the client is behind NAT, or somehow has an odd idea about it's own network addresses, it will fail to accept this packet if we set an address. It seems easiser not to. (Found by testing with NetAPP at plugfest) Andrew Bartlett | |||||
2009-09-16 | s4:rpc_server netgotiate max xmit size with RPC client | Andrew Bartlett | 1 | -2/+2 | |
Testing against NetAPP showed that clients can object to being told a larger max xmit fragment size than they negotiated. Choose the minimum of the server and client values. Andrew Bartlett | |||||
2009-09-16 | s3: Don't overwrite password in pam_winbind, subsequent pam modules | Bo Yang | 1 | -4/+0 | |
might use the old password and new password. Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-09-16 | s4-repl: raise a debug level | Andrew Tridgell | 1 | -1/+1 | |
2009-09-16 | s4-dsdb: treat uSNHighest as 0 if @REPLCHANGED doesn't exist | Andrew Tridgell | 1 | -0/+8 | |
When a partition is first created it still needs a uSNHighest value | |||||
2009-09-16 | libcli/auth: rewrite schannel sign/seal code to be more generic | Stefan Metzmacher | 5 | -229/+263 | |
This prepares support for HMAC-SHA256/AES. metze | |||||
2009-09-16 | lib/crypto: include aes.h into crypto.h | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-09-13 | Ignore source4/dsdb/kcc/kcc_service_proto.h. | Matt Kraai | 1 | -0/+1 | |
2009-09-16 | s3-netapi: Fix Coverity #668: FORWARD_NULL. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-09-16 | s3-netapi: Fix Coverity #669 FORWARD_NULL. | Günther Deschner | 1 | -1/+1 | |
Guenthe | |||||
2009-09-16 | s3-netapi: Fix Coverity #670: FORWARD_NULL. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-09-16 | s3-eventlogadm: Fix Coverity #938: UNINIT. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-09-16 | s3-rpcclient: Fix Coverity #935: UNINIT. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-09-16 | s3-ntlmssp: add missing prototype. | Günther Deschner | 2 | -2/+3 | |
Guenther | |||||
2009-09-16 | s3-dcerpc: remove more obsolete or duplicate headers. | Günther Deschner | 6 | -111/+69 | |
Guenther | |||||
2009-09-16 | s3-schannel: add dump_NL_AUTH_SIGNATURE. | Günther Deschner | 4 | -44/+44 | |
Guenther | |||||
2009-09-15 | s4-repl: take advantage of async RPC forwarding | Andrew Tridgell | 2 | -26/+7 | |
This uses async RPC forwarding for the DsReplicaSync call | |||||
2009-09-15 | s4-rpc: added a module for forwarding RPC requests | Andrew Tridgell | 3 | -9/+116 | |
dcesrv_irpc_forward_rpc_call() can be used to forward an arbitrary RPC request to another task in Samba4, with the return being handled asynchronously. This is useful for forwarding DRS requests to the repl or kcc tasks | |||||
2009-09-15 | s4-drs: lock down key DRS calls | Andrew Tridgell | 4 | -22/+54 | |
The key DRS calls should only be allowed by administrators or domain controllers |