Age | Commit message (Expand) | Author | Files | Lines |
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 6 | -67/+67 |
2008-11-01 | s3-net: fix build warning. | Günther Deschner | 1 | -1/+1 |
2008-10-31 | s3-samr: remove duplicate copies of Domain Object specific access rights. | Günther Deschner | 1 | -1/+1 |
2008-10-31 | s3-samr: remove duplicate copies of SAM server specific access rights. | Günther Deschner | 1 | -1/+1 |
2008-10-31 | Unify se_access_check with the S4 code. Will make | Jeremy Allison | 1 | -11/+7 |
2008-10-27 | [s3]pdbedit: remove unused variable. | Michael Adam | 1 | -4/+0 |
2008-10-23 | Use common net utility code (address and sockaddr manipulation). | Jelmer Vernooij | 2 | -2/+2 |
2008-10-23 | Use sockaddr_storage only where we rely on the size, use sockaddr | Jelmer Vernooij | 1 | -2/+2 |
2008-10-23 | Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS | Jelmer Vernooij | 1 | -1/+1 |
2008-10-23 | Use common error definitions. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-21 | Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles. | Jeremy Allison | 1 | -11/+0 |
2008-10-20 | s3-build: no need to duplicate generated ndr_ prototypes. | Günther Deschner | 1 | -0/+1 |
2008-10-20 | Regenerate pidl output. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-19 | Remove silly safe_free() function which is a wrapper around SAFE_FREE(). | Jelmer Vernooij | 3 | -4/+4 |
2008-10-19 | Add TALLOC_CTX pointer to generate_random_str(), for consistency with | Jelmer Vernooij | 1 | -7/+3 |
2008-10-18 | Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal. | Jelmer Vernooij | 1 | -4/+4 |
2008-10-18 | [s3]testparm: prevent "no stackframe around" warning. | Michael Adam | 1 | -1/+1 |
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 1 | -2/+2 |
2008-10-16 | s3: remove rpccli_svcctl_query_config. | Günther Deschner | 1 | -19/+30 |
2008-10-15 | s3: fix various samr callers. | Günther Deschner | 1 | -5/+5 |
2008-10-15 | Share initshutdown.idl. | Jelmer Vernooij | 1 | -8/+4 |
2008-10-14 | Attempt to fix bug #5818 - "smbcacls: sorts ACEs improperly and loses inherit... | Jeremy Allison | 1 | -26/+157 |
2008-10-14 | Use GUID_string rather than smb_uuid_string(). | Jelmer Vernooij | 1 | -1/+1 |
2008-10-14 | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 2 | -11/+7 |
2008-10-12 | Use common util_file code. | Jelmer Vernooij | 1 | -2/+2 |
2008-10-11 | Cope with changed signature of http_timestring(). | Jelmer Vernooij | 3 | -10/+18 |
2008-10-09 | Remove SEC_ACCESS. It's a uint32_t. | Jeremy Allison | 2 | -2/+2 |
2008-10-05 | Remove an unused variable | Volker Lendecke | 1 | -1/+0 |
2008-10-03 | net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter. | Gerald (Jerry) Carter | 1 | -13/+12 |
2008-09-27 | [s3]testparm: give testparm one common exit point and call gfree_loadparm(). | Michael Adam | 1 | -6/+13 |
2008-09-27 | [s3]testparm: free the popt context when it is no longer used. | Michael Adam | 1 | -0/+2 |
2008-09-26 | net: Make share type lookup a function. | Kai Blin | 4 | -12/+17 |
2008-09-25 | s3-nbt: remove double nbt netlogon opcodes. | Günther Deschner | 1 | -4/+4 |
2008-09-24 | s3-nbt: use the new generated nbt. | Günther Deschner | 1 | -4/+4 |
2008-09-23 | s3-nbt: fix remaining callers of ndr_push/pull_struct_blob. | Günther Deschner | 1 | -1/+1 |
2008-09-15 | Fixed "uninitilized variable" build warning | Steven Danneman | 1 | -1/+1 |
2008-09-11 | net: use netapi for NetFileEnum. | Günther Deschner | 1 | -68/+32 |
2008-09-11 | net: use netapi for NetFileClose. | Günther Deschner | 1 | -33/+13 |
2008-09-11 | net: use netapi for NetShareEnum. | Günther Deschner | 1 | -66/+36 |
2008-09-10 | net: share_type is defined in net_rap.c, net_rpc.c needs to use that. | Kai Blin | 2 | -2/+3 |
2008-09-08 | net: use NETSETUP flags consistently. | Günther Deschner | 1 | -1/+1 |
2008-09-05 | net: use netapi for rpc_sh_share_delete as well. | Günther Deschner | 1 | -10/+1 |
2008-09-05 | net: use netapi for deleting shares. | Günther Deschner | 1 | -36/+2 |
2008-09-05 | net: use netapi for rpc_sh_share_add as well. | Günther Deschner | 1 | -21/+15 |
2008-09-05 | net: use netapi to add shares. | Günther Deschner | 1 | -49/+43 |
2008-09-01 | Fix some nonempty blank lines | Volker Lendecke | 1 | -21/+21 |
2008-08-29 | netapi: use NETSETUP join flags in examples. | Günther Deschner | 1 | -4/+4 |
2008-08-29 | net: now that "net rpc user" uses netapi calls exclusivly, net rpc shell needs | Günther Deschner | 1 | -0/+9 |
2008-08-29 | net: use netapi for "net rpc user info" to enumerate user group membership. | Günther Deschner | 1 | -112/+27 |
2008-08-29 | net: use netapi function to set user password. | Günther Deschner | 1 | -113/+18 |