Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move pytalloc to talloc directory. | Jelmer Vernooij | 2008-10-24 | 3 | -3/+3 |
| | |||||
* | Split up codepoints code, use consistent _m suffix. | Jelmer Vernooij | 2008-10-24 | 7 | -157/+189 |
| | |||||
* | Rename string_replace_w to string_replace_m, which is more correct. | Jelmer Vernooij | 2008-10-24 | 5 | -14/+10 |
| | |||||
* | Remove unnecessary include, improve function name. | Jelmer Vernooij | 2008-10-24 | 1 | -3/+2 |
| | |||||
* | Move charset library to top level. | Jelmer Vernooij | 2008-10-24 | 16 | -9/+9 |
| | |||||
* | Fix function parameters. | Jelmer Vernooij | 2008-10-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-10-23 | 6 | -21/+10 |
|\ | |||||
| * | Fix "parameter has incomplete type" build warning. | Tim Prouty | 2008-10-23 | 3 | -8/+5 |
| | | | | | | | | | | | | | | | | | | | | When libcli-util was moved to the top level (3be0f6ea56ed8e43cd287ed020e942efb675b87b) it introduced a build warning. Since ndr_map_error2ntstatus depends on the definition of enum ndr_err_code and libndr.h can't be easily included in error.h, I moved the definition of enum ndr_err_code to libndr.h. This also eliminates the need for the duplicate definition in proto.h | ||||
| * | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 2008-10-23 | 36 | -878/+506 |
| |\ | |||||
| * | | Remove unused constants from local.h. | Jelmer Vernooij | 2008-10-23 | 3 | -13/+5 |
| | | | |||||
* | | | Make lp_tls_* return absolute paths. | Jelmer Vernooij | 2008-10-23 | 3 | -15/+36 |
| | | | |||||
* | | | Move subunit ui ops out of smbtorture to the torture library. | Jelmer Vernooij | 2008-10-23 | 5 | -79/+134 |
| | | | |||||
* | | | Move set_sockaddr_port to libutil. | Jelmer Vernooij | 2008-10-23 | 2 | -12/+14 |
| |/ |/| | |||||
* | | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-10-23 | 2 | -4/+6 |
|\ \ | |||||
| * | | s3-build: add missing generated svcctl changes. | Günther Deschner | 2008-10-23 | 2 | -4/+6 |
| | | | | | | | | | | | | Guenther | ||||
* | | | Use common net utility code (address and sockaddr manipulation). | Jelmer Vernooij | 2008-10-23 | 14 | -457/+350 |
| | | | |||||
* | | | Rename same_net to same_net_v4 for consistency with Samba 3. | Jelmer Vernooij | 2008-10-23 | 2 | -4/+4 |
| | | | |||||
* | | | Use sockaddr_storage only where we rely on the size, use sockaddr | Jelmer Vernooij | 2008-10-23 | 17 | -115/+118 |
| | | | | | | | | | | | | | | | otherwise (to clarify we can also pass in structs smaller than sockaddr_storage, such as sockaddr_in). | ||||
* | | | Remove support for obsolete data type "ipv4address" | Jelmer Vernooij | 2008-10-23 | 1 | -34/+0 |
|/ / | |||||
* | | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-10-23 | 3 | -71/+54 |
|\ \ | |||||
| * | | s3-build: remove duplicate svcctl bits and re-run make samba3-idl. | Günther Deschner | 2008-10-23 | 2 | -70/+8 |
| | | | | | | | | | | | | Guenther | ||||
| * | | idl: add svcctl specific access bits. | Günther Deschner | 2008-10-23 | 1 | -1/+46 |
| |/ | | | | | | | Guenther | ||||
* / | Use libutil genrand. | Jelmer Vernooij | 2008-10-23 | 4 | -225/+6 |
|/ | |||||
* | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 2008-10-23 | 30 | -1022/+53 |
|\ | | | | | | | | | Conflicts: lib/util/asn1_proto.h | ||||
| * | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-10-23 | 2 | -5/+23 |
| |\ | |||||
| | * | Make use of a large buffer for smbclient put command | Volker Lendecke | 2008-10-23 | 1 | -0/+3 |
| | | | |||||
| | * | Optimize x_fread to speed up the smbclient put command | Volker Lendecke | 2008-10-23 | 1 | -5/+20 |
| | | | |||||
| * | | Import talloc_stack into util library. | Jelmer Vernooij | 2008-10-23 | 6 | -3/+5 |
| |/ | |||||
| * | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-10-23 | 9 | -2/+97 |
| |\ | |||||
| * | | selftest.pl: Silence verbose tdbsam output. | Jelmer Vernooij | 2008-10-23 | 1 | -1/+1 |
| | | | |||||
| * | | Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS | Jelmer Vernooij | 2008-10-23 | 6 | -6/+6 |
| | | | | | | | | | | | | previously present in Samba 3. | ||||
| * | | Use common error definitions. | Jelmer Vernooij | 2008-10-23 | 18 | -1011/+22 |
| | | | |||||
* | | | Inline asn1_proto.h since the API is stable and public. | Jelmer Vernooij | 2008-10-23 | 3 | -62/+40 |
| |/ |/| | |||||
* | | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 2008-10-23 | 1 | -0/+95 |
|\ \ | |||||
| * | | s3-docs: fix typos in locator manpage found by metze. | Günther Deschner | 2008-10-23 | 1 | -4/+6 |
| | | | | | | | | | | | | Guenther | ||||
| * | | s3-docs: add very basic winbind_krb5_locator.7 manpage. | Günther Deschner | 2008-10-23 | 1 | -0/+93 |
| |/ | | | | | | | Guenther | ||||
* / | Share codepages. | Jelmer Vernooij | 2008-10-23 | 8 | -2/+2 |
|/ | |||||
* | s3-build: fix another build warning with the new ASN1 code. | Günther Deschner | 2008-10-23 | 1 | -2/+5 |
| | | | | Guenther | ||||
* | netapi: fix add_GROUP_USERS_INFO_X_buffer. | Günther Deschner | 2008-10-23 | 1 | -4/+12 |
| | | | | Guenther | ||||
* | netapi: fix NetUserGetGroups_r returning partial results. | Günther Deschner | 2008-10-23 | 1 | -2/+3 |
| | | | | Guenther | ||||
* | s3-samr-server: unify callback convention: _samr_UserSetInfo. | Günther Deschner | 2008-10-23 | 1 | -34/+19 |
| | | | | Guenther | ||||
* | s3-samr-server: unify callback convention: _samr_QueryDomainInfo. | Günther Deschner | 2008-10-23 | 1 | -32/+18 |
| | | | | Guenther | ||||
* | s3-samr-server: fix return code in _samr_QueryDisplayInformation. | Günther Deschner | 2008-10-23 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-10-23 | 5 | -5/+15 |
|\ | |||||
| * | Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel | Andrew Bartlett | 2008-10-23 | 4 | -5/+7 |
| |\ | |||||
| | * | s4-smbtorture: fix build warning. | Günther Deschner | 2008-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | Guenther | ||||
| | * | s3-build: fix some const build warnings. | Günther Deschner | 2008-10-23 | 1 | -2/+2 |
| | | | | | | | | | | | | Guenther | ||||
| | * | netapi: NetGroupEnum_r needs to handle servers with no groups. | Günther Deschner | 2008-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | Guenther | ||||
| | * | s3-samr-server: _samr_DeleteUser needs to wipe out the user_handle on success. | Günther Deschner | 2008-10-23 | 1 | -0/+2 |
| | | | | | | | | | | | | Guenther | ||||
| * | | Clarify the linked attribute module behaviour with comments | Andrew Bartlett | 2008-10-23 | 1 | -1/+9 |
| | | |