Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-rpc_client: fix non initialized structure in rpccli_lsa_lookup_sids_noalloc. | Günther Deschner | 2009-09-18 | 1 | -0/+2 |
| | | | | Guenther | ||||
* | s3-smbd: fix get_ea_names_from_file() and check for pnames pointer. | Günther Deschner | 2009-09-18 | 1 | -1/+3 |
| | | | | | | | | This fixes smbd from crashing all the time. Jeremy, Volker, please check. Guenther | ||||
* | s4:various scripts under "setup" - Unification | Matthias Dieter Wallnöfer | 2009-09-18 | 4 | -73/+74 |
| | | | | | | | - This unified the shape of those four scripts (comments, command sequence, call of SamDB) - To consider the samdb.py changes regarding the filter: there is now always the possibility either to specify the username or the search filter | ||||
* | s4:domainlevel/pwsettings - Remove unused import | Matthias Dieter Wallnöfer | 2009-09-18 | 2 | -2/+0 |
| | |||||
* | s4:samdb.py - Unification of the interfaces | Matthias Dieter Wallnöfer | 2009-09-18 | 2 | -38/+54 |
| | | | | | | | | | - When a user account is requested by a call always the search filter will be passed as argument. This helps us to unify the API - Add/fix some comments; in particular new comments inform the developer which requirements exist if he wants to use calls which manipulate the "userPassword" attribute (On s4 no problem - but on certain domain levels on Windows Server) | ||||
* | s4:minschema/fullschema - add correct header comments | Matthias Dieter Wallnöfer | 2009-09-18 | 2 | -2/+2 |
| | |||||
* | s4:rpc_server: remove some now unused code | Stefan Metzmacher | 2009-09-18 | 2 | -199/+0 |
| | | | | metze | ||||
* | s4:ntvfs_ipc: add real named pipe support | Stefan Metzmacher | 2009-09-18 | 2 | -236/+652 |
| | | | | | | | | | | | | | | | | | | We now open a named via the named_pipe_auth code and process IO via the tstream interface. This means we support byte mode and message mode named pipes. We also correctly issue NT_STATUS_PIPE_BUSY when a smb_trans request comes in and a read or smb_trans is already pending. We also have support for async dcerpc over ncacn_np now, and we now can remove the ncacn_np specific hacks from the rpc_server/ code. metze | ||||
* | s4:torture: the spoolss notify test should listen on the ncacn_np endpoint | Stefan Metzmacher | 2009-09-18 | 1 | -0/+20 |
| | | | | metze | ||||
* | s4:rpc_server: export dcesrv_add_ep() so that torture tests can use it | Stefan Metzmacher | 2009-09-18 | 2 | -5/+9 |
| | | | | metze | ||||
* | libcli/named_pipe_auth: pass gssapi delegated credentials through the named pipe | Stefan Metzmacher | 2009-09-18 | 2 | -22/+32 |
| | | | | metze | ||||
* | s4:service_named_pipe: accept delegated credentials | Stefan Metzmacher | 2009-09-18 | 2 | -3/+101 |
| | | | | metze | ||||
* | librpc: rerun 'make idl' | Stefan Metzmacher | 2009-09-18 | 3 | -0/+353 |
| | | | | metze | ||||
* | named_pipe_auth.idl: add infrastructure to pass delegated credentials | Stefan Metzmacher | 2009-09-18 | 1 | -0/+23 |
| | | | | metze | ||||
* | s4:torture: don't use 'pipe' as variable name it's a system call | Stefan Metzmacher | 2009-09-18 | 1 | -3/+3 |
| | | | | metze | ||||
* | s4:heimdal/gssapi/krb5: set cred_handle in _gsskrb5_import_cred | Stefan Metzmacher | 2009-09-18 | 1 | -0/+1 |
| | | | | metze | ||||
* | s3: Fix Coverity ID 581 -- NEGATIVE_RETURNS | Volker Lendecke | 2009-09-18 | 1 | -0/+4 |
| | |||||
* | s3:smbstatus: Fix bug 6703, allow smbstatus as non-root | Volker Lendecke | 2009-09-18 | 1 | -11/+13 |
| | | | | | We only require a ctdb connection when clustering is enabled. This limits the restriction for only-root smbstatus to the clustering case. | ||||
* | s3:smbstatus: Fix some nonempty blank lines | Volker Lendecke | 2009-09-18 | 1 | -19/+19 |
| | |||||
* | s4:domainlevel - fix indentations | Matthias Dieter Wallnöfer | 2009-09-18 | 1 | -4/+4 |
| | |||||
* | s4:domainlevel - Add a script which allows raising the domain/forest level | Matthias Dieter Wallnöfer | 2009-09-18 | 1 | -0/+181 |
| | | | | | | This simple script allows raising the domain and/or forest level for s4. I integrated also the basic checks (since we don't perform them in LDB yet): e.g. the forest level can't be higher than the domain level(s). | ||||
* | s4:pwsettings - Simplify the error handling a bit | Matthias Dieter Wallnöfer | 2009-09-18 | 1 | -5/+2 |
| | |||||
* | python: create a script for reorgnizing an LDB file. | Matthieu Patou | 2009-09-18 | 1 | -0/+60 |
| | | | | This script helps to reclaim waisted place. | ||||
* | s4:provision - Bump down the domain and forest level to Windows 2000 | Matthias Dieter Wallnöfer | 2009-09-18 | 2 | -9/+10 |
| | | | | | | | | | | | | - The DC level we keep on Windows Server 2008 R2 (we should call ourself always the newest server type) - The domain/forest level we set to the minimum (Windows 2000 native) to allow all AD DC types (from Windows 2000 on) in our domain - the NT4 "mixed" mode isn't supported by us (discussed on mailing list) -> "nTMixedDomain" is set always to 0 - I'll add a script which allows to bump the DC level (basically sets the "msDS-Behaviour-Version" attributes on the "Partitions/Configuration/DC" and on the "DC" object) | ||||
* | s4:provision - Some rework (continuation) | Matthias Dieter Wallnöfer | 2009-09-17 | 4 | -40/+311 |
| | | | | | | | | | | | - Fix up "servicePrincipalNames" attributes on the DC object - Add some informative comments (most in "provision_self_join.ldif") - Add also comments where objects are missing which we may add later when we support the feature (mainly for FRS) - Add "domain updates" objects also under "CN=Configuration" (they exist twice) - Add the default services under "Services" to allow interoperability with some MS client tools - Smaller changes | ||||
* | pyldb: Don't segfault when invalid type is specified to as_sddl and from_sddl. | Matthieu Patou | 2009-09-17 | 2 | -2/+19 |
| | | | | Fix bug #6723 | ||||
* | talloc: don't crash if f is NULL in talloc_report_* | Andrew Tridgell | 2009-09-17 | 1 | -2/+4 |
| | | | | | | | It's annoying when you use p talloc_report_full(ctx, fopen("/tmp/xx","w")) in gdb, and if you don't have write permission on the file then you get a segv. | ||||
* | s3-rpc: samba3 needs the DCERPC_NDR64 define | Andrew Tridgell | 2009-09-17 | 1 | -0/+3 |
| | |||||
* | s4-sam: add a note about the solaris client | Andrew Tridgell | 2009-09-17 | 1 | -0/+2 |
| | |||||
* | ndrdump: fixed help | Andrew Tridgell | 2009-09-17 | 1 | -1/+1 |
| | |||||
* | ndr: num_auths is an array size, thus a uint3264 | Andrew Tridgell | 2009-09-17 | 1 | -2/+2 |
| | |||||
* | ndr: split out ndr enum functions | Andrew Tridgell | 2009-09-17 | 4 | -6/+80 |
| | | | | This allows for easier implementation of the NDR32/NDR64 split | ||||
* | idl: recompile our IDL | Andrew Tridgell | 2009-09-17 | 25 | -3558/+3558 |
| | | | | The NDR64 change affects every IDL file | ||||
* | s4-pidl: add support for NDR64 | Andrew Tridgell | 2009-09-17 | 2 | -6/+9 |
| | | | | Added support for NDR64 to the samba4 pidl generator | ||||
* | s4-rpc: added NDR64 support | Andrew Tridgell | 2009-09-17 | 6 | -8/+33 |
| | | | | This adds support for the nd464 binding string option | ||||
* | ndr: added support for NDR64 | Andrew Tridgell | 2009-09-17 | 3 | -18/+54 |
| | | | | This adds NDR64 support for the push functions in libndr | ||||
* | util: use likely/unlikely for NT_STATUS_* macros | Andrew Tridgell | 2009-09-17 | 1 | -3/+3 |
| | |||||
* | libreplace: added likely()/unlikely() macros for gcc | Andrew Tridgell | 2009-09-17 | 1 | -0/+19 |
| | | | | | | These macros allow the compile to better optimise code that has a lot of if statements. I particularly want to use this for our low level generated NDR code. | ||||
* | s3:smbd: Attempt to fix the build on HP/UX | Volker Lendecke | 2009-09-18 | 1 | -0/+1 |
| | |||||
* | s3:smbd: Fix an inappropriate pointer return in a bool fn | Volker Lendecke | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | s3:winbind: Fix some enum type mismatches found by the Solaris compiler | Volker Lendecke | 2009-09-18 | 3 | -3/+3 |
| | |||||
* | s3: build with pam support when possible | Björn Jacke | 2009-09-17 | 1 | -3/+3 |
| | |||||
* | Re-generated idl files with () for enum values. | Jeremy Allison | 2009-09-17 | 23 | -1014/+1014 |
| | | | | Jeremy. | ||||
* | Ensure we enclose the enum values in brackets to make the cast work. | Jeremy Allison | 2009-09-17 | 1 | -0/+2 |
| | | | | Jeremy. | ||||
* | Check in modified generated files for systems where pidl can't run. | Jeremy Allison | 2009-09-17 | 24 | -1066/+1068 |
| | | | | Jeremy. | ||||
* | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 2009-09-17 | 6 | -12/+61 |
|\ | |||||
| * | spnego: Support ASN.1 BIT STRING and use it in SPNEGO. | Kouhei Sutou | 2009-09-17 | 6 | -12/+61 |
| | | | | | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | | Fix the problem with pidl generating invalid C for enums. According | Jeremy Allison | 2009-09-17 | 1 | -1/+9 |
|/ | | | | | | | | to the C standard an enum is guarenteed to be an (int), which means for 4 byte ints specifying a type of 0x80000000 is an invalid value. The Solaris compiler complains about this. Fix by adding an (int) cast in front of the value generation. Jeremy. | ||||
* | s4:descriptor module - Revert and const fixups | Matthias Dieter Wallnöfer | 2009-09-17 | 1 | -7/+18 |
| | | | | | | - Revert a change introduced by me since I didn't understood the meaning of the version check - Added some "const" to suppress compiler warnings | ||||
* | s4:descriptor - cosmetic | Matthias Dieter Wallnöfer | 2009-09-17 | 1 | -1/+1 |
| |