summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s4/idl: Add DsAddEntry Referral error definitionKamen Mazdrashki2010-03-241-5/+53
|
* s4/idl: Add DsAddEntry Name resolution error definitionKamen Mazdrashki2010-03-241-2/+12
|
* s4/drs: Refactor error handling for DsAddEntry V3 repliesKamen Mazdrashki2010-03-241-15/+43
| | | | | Dumping for specific error classes are to be implemented properly in the near future.
* s4/drs: pretty print for drsuapi_DsAddEntry_AttrErrListItem_V1Kamen Mazdrashki2010-03-242-1/+12
|
* s4/idl: redefine drsuapi_DsAddEntryErrorInfo1Kamen Mazdrashki2010-03-241-11/+16
| | | | | | | | This actually describes Attribute error during DsAddEntry execution. Structure is renamed to drsuapi_DsAddEntryErrorInfo_Attr. And structure to define Attribute error data are all prefixed with drsuapi_DsAddEntry_AttrErr
* s4/drs: drsuapi_DsAddEntry_ErrData propagate structure def in source codeKamen Mazdrashki2010-03-242-11/+11
|
* s4/idl: drsuapi_DsAddEntryError refactoredKamen Mazdrashki2010-03-241-7/+7
| | | | | | | Structure description and name was changed to be aligned with WSPP definition. Ref: [MS-DRSR] 4.1.1.1.23
* s4/drs: DsAddEntry - extending error handling for V2 repliesKamen Mazdrashki2010-03-241-2/+15
| | | | | | After having more complete definition for DsAddEntryReply V2 structure, we can now handle error state in more robust way, not just counting on number of objects returned.
* s4/idl: DsAddEntry - refactor DsAddEntryCtr2 structureKamen Mazdrashki2010-03-241-2/+5
| | | | | Reply structure definition was aligned with WSPP documentation Ref: [MS-DRSR], section 4.1.1.1.7
* s4/drs: drsuapi_DsAddEntryErrorInfoX changes propagated to source codeKamen Mazdrashki2010-03-241-2/+2
|
* s4/idl: Update drsuapi_DsAddEntryErrorInfoX definitionKamen Mazdrashki2010-03-241-5/+8
| | | | | | drsuapi_DsAddEntryErrorInfoX is an extended error description used by most of the error infos returned by DsAddEntry RPC method.
* s4/idl: DIRERR error codes definitionKamen Mazdrashki2010-03-241-0/+14
| | | | | | | DIRERR codes specify class of error returned from DsAddEntry method call. Ref: [MS-DRSR], section 4.1.1.1.25
* s4/drs: DsAddEntry - Propagating unsigned switches to source codeKamen Mazdrashki2010-03-241-1/+1
|
* s4/idl: DsAddEntry - switch types should be unsignedKamen Mazdrashki2010-03-241-4/+4
|
* s4-smbtorture: add missing checks for WERROR results in RPC-SAMBA3 tests.Günther Deschner2010-03-241-1/+17
| | | | Guenther
* s4-smbtorture: fix some invalid parameters in RPC-SAMSYNC test.Günther Deschner2010-03-241-4/+4
| | | | Guenther
* s4-smbtorture: cleanup some of the RPC-SAMBA3 tests.Günther Deschner2010-03-241-1076/+612
| | | | | | This avoids printf, uses simplication functions where appropriate, etc. Guenther
* s4-smbtorture: add rap_get_servername to RPC-SAMBA3 family of tests.Günther Deschner2010-03-241-0/+18
| | | | Guenther
* idl: fix comment and convert whitespaces to tabsSimo Sorce2010-03-242-45/+45
|
* s4:selftest Test --sign and --encrypt options to ldbsearchAndrew Bartlett2010-03-241-2/+2
|
* s4:cmdline Add --sign and --encrypt options to our common command lineAndrew Bartlett2010-03-241-1/+28
| | | | | | | This allows ldbsearch to accept --sign and --encrypt. I'll soon work to integrate with the --signing= option in smbclient. Andrew Bartlett
* s4:ntlmssp Ensure that we always negotiate signing if we negotiate sealing.Andrew Bartlett2010-03-241-0/+1
| | | | | | Without this, a sealed LDAP connection to windows does not work. Andrew Bartlett
* s3: Optimize gencache for smbd exitVolker Lendecke2010-03-241-14/+75
| | | | | | | | If thousands of smbds try to gencache_stabilize at the same time because the network died, all of them might be sitting in transaction_start. Don't do the stabilize transaction if nothing has changed in gencache_notrans.tdb. Volker
* libreplace: fixed declaration of dprintf() on FreeBSDAndrew Tridgell2010-03-242-2/+12
|
* s4-provision: FreeBSD uses 'staff' for usersAndrew Tridgell2010-03-241-1/+1
|
* s4-provision: solaris uses the group "other"Andrew Tridgell2010-03-241-1/+1
|
* build: fixed nss_wrapper on solarisAndrew Tridgell2010-03-241-0/+4
| | | | solaris has different getpwnam_r syntax
* idl: fix forest trust information idlSimo Sorce2010-03-235-26/+92
| | | | --validate now passes
* s4-smbtorture: remove tailing whitespace in samba3rpc testsuite.Günther Deschner2010-03-231-33/+33
| | | | Guenther
* s4:librpc/rpc/pyrpc.h: librpc/rpc/dcerpc.h isn't needed anymoreStefan Metzmacher2010-03-231-1/+0
| | | | metze
* s4:lib/messaging: pymessaging needs libndr.hStefan Metzmacher2010-03-231-0/+1
| | | | metze
* pidl:Samba4/Python: librpc/rpc/dcerpc.h isn't needed anymoreStefan Metzmacher2010-03-231-1/+0
| | | | metze
* s4:libnet: don't include librpc/rpc/dcerpc.h directlyStefan Metzmacher2010-03-233-3/+0
| | | | metze
* s3:librpc/rpc: move prototypes to dcerpc.hStefan Metzmacher2010-03-232-18/+18
| | | | metze
* s4-smbtorture: use torture_context in samsync test.Günther Deschner2010-03-231-126/+142
| | | | Guenther
* s4-smbtorture: remove trailing whitespace from samsync torture test.Günther Deschner2010-03-231-121/+121
| | | | Guenther
* s4-smbtorture: use torture_context in libnet domain tests as well.Günther Deschner2010-03-231-8/+10
| | | | Guenther
* s4:WINREG torture - fix an error (missing "break" in a "switch")Matthias Dieter Wallnöfer2010-03-231-0/+1
| | | | | Sorry my fault - I didn't discover that earlier since we had binary data types support activated in s4.
* s4:registry - "reg_ldb_pack_value" - provide workarounds when the server ↵Matthias Dieter Wallnöfer2010-03-231-0/+9
| | | | | | | | | | | | | receives non-standard data. For now we reset/delete the "data" attribute. Anyway there is the need to find a better solution (we probably want to change the format and save all data as we got it like Windows itself does). These workarounds are needed since for example the Windows 2000 Registry Editor initialises empty REG_SZ strings with content '\0' and length 1 (not a valid UTF16 sequence - "convert_string_talloc" breaks). So we simply reset/delete the "data" attribute which works (no content).
* s4:registry - "LDB backend" - fix indentationMatthias Dieter Wallnöfer2010-03-231-1/+2
|
* s4-smbtorture: use torture_context for debugging output everywhere in libnet ↵Günther Deschner2010-03-2312-245/+271
| | | | | | | | torture tests. Mimir, please check. Guenther
* s4-smbtorture: remove trailing whitespace in libnet torture tests.Günther Deschner2010-03-2314-185/+185
| | | | Guenther
* s3-builtin: Add missing builtin groups.Karolin Seeger2010-03-232-0/+12
| | | | Karolin
* s3: Re-run make samba3-idl.Karolin Seeger2010-03-231-0/+4
| | | | Karolin
* security.idl: Add missing builtin groups.Karolin Seeger2010-03-231-0/+4
| | | | Karolin
* librpc/rpc: fix dcerpc_errstr() to handle all nca_s_* status codes and ↵Stefan Metzmacher2010-03-231-10/+52
| | | | | | fallback to WERROR codes metze
* s3:re-run make samba3-idl.Günther Deschner2010-03-233-4/+178
| | | | Guenther
* dcerpc.idl: add nca_s_* status codes from the DCE 1.1 specificationStefan Metzmacher2010-03-231-1/+50
| | | | metze
* s3-builtin: Add some builtin groups.Karolin Seeger2010-03-232-1/+11
| | | | Karolin
* idl:drsblobs add code to interpret msDS-TrustForestTrustInfoSimo Sorce2010-03-235-3/+605
|