Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-10 | nterrors: add NT_STATUS_DS_BUSY. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-11-06 | s3-dsgetdcname: fix reply generation (forgot to map nt1 to nt5ex). | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2008-11-01 | Make use of smb_bufrem() | Volker Lendecke | 1 | -1/+1 | |
2008-11-01 | ntlm_check.c: Sync some changes from Samba 4. | Jelmer Vernooij | 1 | -16/+23 | |
2008-11-01 | Use standardized types in ntlm_check.c. | Jelmer Vernooij | 1 | -13/+13 | |
2008-11-01 | Use shared doserr.c. | Jelmer Vernooij | 1 | -196/+0 | |
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 1 | -18/+12 | |
2008-10-31 | errors: share dcerpc error function. | Günther Deschner | 1 | -55/+0 | |
Guenther | |||||
2008-10-24 | Error return is False, not -1 | Derrell Lipman | 1 | -3/+3 | |
- There were a few places in SMBC_getatr() that returned -1 instead of a boolean. -1 was intended to mean error, but that's what False is for, and the usages of this function assume that it returns a boolean with False as the error condition. Derrell | |||||
2008-10-23 | Use sockaddr_storage only where we rely on the size, use sockaddr | Jelmer Vernooij | 4 | -21/+21 | |
otherwise (to clarify we can also pass in structs smaller than sockaddr_storage, such as sockaddr_in). | |||||
2008-10-23 | Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS | Jelmer Vernooij | 1 | -1/+1 | |
previously present in Samba 3. | |||||
2008-10-23 | Use common error definitions. | Jelmer Vernooij | 2 | -3/+3 | |
2008-10-23 | s3-build: fix another build warning with the new ASN1 code. | Günther Deschner | 1 | -2/+5 | |
Guenther | |||||
2008-10-23 | s3-build: fix some const build warnings. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-10-22 | s3-build: fix the build. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-10-22 | s3-asn1: make all of s3 asn1 code do a proper asn1_init() first. | Günther Deschner | 3 | -291/+354 | |
Guenther | |||||
2008-10-22 | s3: use shared asn1 code. | Günther Deschner | 5 | -643/+41 | |
Guenther | |||||
2008-10-20 | s3-build: no need to duplicate generated ndr_ prototypes. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-10-19 | Add TALLOC_CTX pointer to generate_random_str(), for consistency with | Jelmer Vernooij | 1 | -3/+2 | |
Samba 4. | |||||
2008-10-14 | Fixed "argument differ in signedness" warning on linux | Tim Prouty | 1 | -2/+2 | |
2008-10-14 | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 3 | -31/+27 | |
2008-10-13 | Import changes from upstream libndr. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-12 | Use common byteorder.h. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-12 | Fix "warning: initialization discards qualifiers from pointer target type" | Volker Lendecke | 1 | -1/+1 | |
2008-10-11 | Cope with changed signature of http_timestring(). | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-11 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4 | Jelmer Vernooij | 6 | -340/+68 | |
2008-10-09 | Ensure we handle signals correctly during the async calls. | Jeremy Allison | 1 | -2/+2 | |
Jeremy. | |||||
2008-10-09 | Remove SEC_ACCESS. It's a uint32_t. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2008-10-07 | Make map_errno_from_nt_status() a generic call, not just a cli specific one. | Jeremy Allison | 1 | -138/+2 | |
Remove some unused calls from vfs_acl_xattr. Test for SD's on existing files. Jeremy. | |||||
2008-10-05 | Fix some nonempty blank lines | Volker Lendecke | 1 | -25/+25 | |
2008-10-05 | Fix an uninitialized variable warning | Volker Lendecke | 1 | -0/+2 | |
Not sure if we can ever not get domain and dns_domain, but gcc complained | |||||
2008-10-02 | The IRIX compiler does not like embedded unnamed unions | Volker Lendecke | 2 | -12/+12 | |
2008-10-02 | Attempt to fix the build on IRIX | Volker Lendecke | 1 | -1/+1 | |
Under irix, "sa_family" is a #define to sa_union.sa_generic.sa_family2 | |||||
2008-09-25 | s3-nbt: further cleanup of dsgetdcname(). | Günther Deschner | 1 | -163/+25 | |
Guenther | |||||
2008-09-24 | Fix build with arc4. | Jelmer Vernooij | 2 | -20/+29 | |
2008-09-24 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4 | Jelmer Vernooij | 2 | -3/+3 | |
Conflicts: source3/include/includes.h | |||||
2008-09-24 | Use common crc32 implementation. | Jelmer Vernooij | 2 | -3/+3 | |
2008-09-24 | Use common arcfour implementation. | Jelmer Vernooij | 2 | -18/+18 | |
2008-09-24 | s3-nbt: use the new generated nbt. | Günther Deschner | 2 | -293/+120 | |
Guenther | |||||
2008-09-23 | s3: fix NETLOGON_NT_VERSION version flags. | Günther Deschner | 1 | -10/+10 | |
Guenther | |||||
2008-09-23 | s3-nbt: fix remaining callers of ndr_push/pull_struct_blob. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-09-23 | s3: use samba4 prototype for ndr_push/pull_struct_blob. | Günther Deschner | 2 | -4/+4 | |
Guenther | |||||
2008-09-21 | netlogon: move password change code out to rpccli_netlogon_set_trust_password. | Günther Deschner | 1 | -94/+5 | |
Guenther | |||||
2008-09-21 | netlogon: refactor just_change_the_password a bit. | Günther Deschner | 1 | -22/+16 | |
Guenther | |||||
2008-09-21 | netlogon: use init_netr_CryptPassword in "just_change_the_password" | Günther Deschner | 1 | -13/+10 | |
Guenther | |||||
2008-09-21 | Make use of TALLOC_ZERO_P | Volker Lendecke | 1 | -3/+1 | |
2008-09-17 | Remove a cast -- thanks metze | Volker Lendecke | 1 | -2/+2 | |
2008-09-12 | Factor out validate_smb_crypto | Volker Lendecke | 1 | -41/+53 | |
(This used to be commit 37fcc9dc462dfb006fdac294e49c0dae7588c103) | |||||
2008-09-12 | Fix "make test" -- gna... | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit c1d3ae80b5f5f07c5efcd7f3ee301d5c3090f3c6) | |||||
2008-09-12 | remove a pointless empty line | Volker Lendecke | 1 | -1/+0 | |
(This used to be commit fba250ece45f6632c7d89b0ea28baab047e41a8f) |