Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-30 | w32err: Importing auto-generated Win32 errors and descriptions | Kamen Mazdrashki | 2 | -1/+7222 | |
Error codes and their descriptions are generated using w32err_code.py script. Error are downloaded from MS site: http://msdn.microsoft.com/en-us/library/cc231199%28PROT.10%29.aspx Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-09-30 | w32err: WERR_GROUP_NOT_FOUND renamed to WERR_GROUPNOTFOUND | Kamen Mazdrashki | 3 | -6/+6 | |
In Win 32 we have NERR_GroupNotFound which maps to WERR_GROUP_NOT_FOUND currently and we have ERROR_GROUP_NOT_FOUND which maps to nothing, so it is to be added Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-09-30 | w32err: WERR_USER_EXISTS replace with WERR_USEREXISTS name | Kamen Mazdrashki | 2 | -3/+3 | |
In Win32 we have NERR_UserExists which maps to WERR_USER_EXISTS currently and there is ERROR_USER_EXISTS which maps to WERR_USER_ALREADY_EXISTS Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-09-30 | w32err: WERR_DC_NOT_FOUND replaced with WERR_DCNOTFOUND | Kamen Mazdrashki | 3 | -5/+5 | |
It turns out in win32 ERROR_DC_NOT_FOUND exists and it is an error for Device Context (DC), not Domain Controller Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-09-30 | w32err: FRS_ group of errors replaced with numeric values | Kamen Mazdrashki | 1 | -3/+3 | |
Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-09-30 | w32err: WERR_DOMAIN_CONTROLLER_NOT_FOUND error value fixed | Kamen Mazdrashki | 1 | -1/+1 | |
Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-09-30 | w32err: Script to fetch and prepare errors to be updated/added | Kamen Mazdrashki | 1 | -0/+361 | |
Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-09-30 | idl: ntsvcs.idl depends on misc.idl, not winreg.idl | Andrew Tridgell | 1 | -1/+1 | |
The winreg_Type definition comes from misc.idl | |||||
2009-09-29 | s4/torture: fix RAW-OPLOCK-STREAM1 test after commit a11bb14 | Steven Danneman | 1 | -11/+12 | |
We were pulling junk memory for our stream names after the reordering of the struct definition. | |||||
2009-09-29 | s4/torture: Allow receiving of oplock break requests in any order | Steven Danneman | 1 | -88/+159 | |
Previously, the oplock torture tests, being single threaded, required the server to return oplock break requests, and other SMB packets in a specific order for us to verify "correctness". Of course, in several cases the protocol allows the break packets, especially breaks to levelII to come back in any order. With tevent we're now able to wait for oplock breaks in the middle of a torture test. I've added a helper to do this, and modified all oplock tests to allow returning of oplock breaks in any order. | |||||
2009-09-29 | s4/torture: convert printf to torture_comment() | Aravind Srinivasan | 1 | -2/+4 | |
Allows "make test" and other harnesses to print cleaner output. | |||||
2009-09-30 | s3-netlogon: properly implement _netr_NetrEnumerateTrustedDomains(). | Günther Deschner | 1 | -6/+33 | |
Guenther | |||||
2009-09-30 | s3: remove unused unistr2_term_codes. | Günther Deschner | 1 | -3/+0 | |
Guenther | |||||
2009-09-30 | s3: remove unused regval_convert_multi_sz(). | Günther Deschner | 2 | -54/+0 | |
Guenther | |||||
2009-09-30 | s3: remove unused regval_build_multi_sz(). | Günther Deschner | 2 | -55/+0 | |
Guenther | |||||
2009-09-30 | s3-rpc_parse: remove unused UNISTR2 struct and init function. | Günther Deschner | 3 | -67/+0 | |
Guenther | |||||
2009-09-30 | s3: use pull_reg_multi_sz in rpcclient and net. | Günther Deschner | 2 | -14/+13 | |
Guenther | |||||
2009-09-30 | s3-util: use pull_reg_multi_sz in reg_pull_multi_sz. | Günther Deschner | 1 | -26/+10 | |
Guenther | |||||
2009-09-30 | s3-registry: use pull_reg_multi_sz(). | Günther Deschner | 1 | -13/+14 | |
Guenther | |||||
2009-09-30 | s3-util: add pull_reg_sz() and pull_reg_multi_sz() convenience functions. | Günther Deschner | 2 | -0/+37 | |
Guenther | |||||
2009-09-30 | s3: use push_reg_multi_sz(). | Günther Deschner | 2 | -16/+16 | |
Guenther | |||||
2009-09-30 | s3-registry: use regval_ctr_addvalue_sz(). | Günther Deschner | 8 | -142/+50 | |
Greatly simplifies and cleanes up the code. Guenther | |||||
2009-09-30 | s3-registry: add regval_ctr_addvalue_sz. | Günther Deschner | 2 | -0/+18 | |
Guenther | |||||
2009-09-30 | s3-registry: use push_reg_sz(). | Günther Deschner | 9 | -133/+123 | |
Guenther | |||||
2009-09-30 | s3-util: add push_reg_sz() and push_reg_multi_sz() convenience functions. | Günther Deschner | 2 | -0/+32 | |
Guenther | |||||
2009-09-29 | s3: re-run make idl_full. | Günther Deschner | 21 | -0/+268 | |
Guenther | |||||
2009-09-29 | winreg: add winreg_Data union to IDL. | Günther Deschner | 8 | -87/+295 | |
Guenther | |||||
2009-09-29 | s3: Document the "share:fake_fscaps" parameter, fix bug 6765 | Volker Lendecke | 1 | -0/+20 | |
2009-09-29 | s3: Remove the lua interpreter again | Volker Lendecke | 107 | -28677/+4 | |
This was meant to support async winbind. But as the hairy parts of async winbind (getgrent) are done without it, it can go again. | |||||
2009-09-29 | pidl: added union padding for NDR64 | Andrew Tridgell | 4 | -2/+37 | |
This fixes the problem with samr UserInfo16 when NDR64 is enabled | |||||
2009-09-28 | Don't defer a talloc_move'd pointer. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2009-09-28 | Second part of fix for bug #6235 - domain enumeration breaks if master ↵ | Jeremy Allison | 1 | -1/+1 | |
browser has space in name. Ensure we ask for the #20 name as we're using it as a server. Jeremy. | |||||
2009-09-28 | s3:winbind: remove a pointless initialization | Volker Lendecke | 1 | -1/+1 | |
2009-09-28 | s3:gencache: Add my copyright | Volker Lendecke | 1 | -0/+1 | |
2009-09-28 | s3:winbind: Make check_info3_in_group, sanitize its memory handling | Volker Lendecke | 2 | -15/+23 | |
2009-09-28 | s3:winbind: Make "check_request_flags" publically available | Volker Lendecke | 2 | -2/+4 | |
2009-09-28 | s3:winbind: Sanitize the args for find_auth_domain: It only needs the flags | Volker Lendecke | 3 | -9/+10 | |
2009-09-28 | s3:winbind: Make append_data publically available as append_auth_data | Volker Lendecke | 2 | -6/+12 | |
2009-09-28 | s3/VERSION: Raise version up to 3.5.0. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2009-09-28 | changed debuglevel for two messages in the GPFS module from 0 to 10 they ↵ | Christian Ambach | 1 | -2/+2 | |
spammed the logs on a test machine and they are just debug messages, so let's move them to the level of the other debug messages in the file Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com> | |||||
2009-09-28 | pidl: Avoid using talloc_free as function pointer, since it may be a | Jelmer Vernooij | 3 | -2/+14 | |
macro. | |||||
2009-09-28 | Move samba-specific variable to s4 Makefile. | Jelmer Vernooij | 2 | -2/+2 | |
2009-09-28 | make: Use $(base_srcdirs) in 'make clean' rather than keeping a separate | Jelmer Vernooij | 1 | -1/+1 | |
list. | |||||
2009-09-28 | s4-kcc: fixed corruption of repsFrom records by kcc | Andrew Tridgell | 1 | -4/+2 | |
We were re-using a stack variable outside of the stack scope | |||||
2009-09-28 | s4-kcc: remove stale repsFrom entries in kcc run | Andrew Tridgell | 1 | -0/+11 | |
2009-09-28 | s4-dsdb: don't return the partition root objects | Andrew Tridgell | 1 | -1/+19 | |
When searching across partitions, we want to avoid sending duplicate records caused by the record appearing both as a mount point and as a partition root in a nested partition. This patch works by intercepting objects from searches and checking if they match a partition root. If they do, and the partition is not the one in the partition control request, then discard the object. | |||||
2009-09-28 | s4-make: add libds to etags/ctags source list | Andrew Tridgell | 1 | -1/+1 | |
2009-09-28 | s4-libnet: fixed debug formatting | Andrew Tridgell | 1 | -2/+2 | |
2009-09-28 | s4-dsdb: removed extraneous debug messages | Andrew Tridgell | 1 | -4/+0 | |
2009-09-28 | s4-dsdb: update replPropertyMetaData on linked attribute source attributes | Andrew Tridgell | 1 | -0/+23 | |