summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix merged build paths.Jelmer Vernooij2008-10-242-2/+2
* Just hardcode workgroup to empty string, to avoid use ofJelmer Vernooij2008-10-241-4/+3
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-2426-401/+392
* Fix include path to pytalloc.Jelmer Vernooij2008-10-241-1/+1
* Move pytalloc to talloc directory.Jelmer Vernooij2008-10-243-3/+3
* Split up codepoints code, use consistent _m suffix.Jelmer Vernooij2008-10-247-157/+189
* Rename string_replace_w to string_replace_m, which is more correct.Jelmer Vernooij2008-10-245-14/+10
* Remove unnecessary include, improve function name.Jelmer Vernooij2008-10-241-3/+2
* Move charset library to top level.Jelmer Vernooij2008-10-2416-9/+9
* Fix function parameters.Jelmer Vernooij2008-10-231-1/+1
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-236-21/+10
|\
| * Fix "parameter has incomplete type" build warning.Tim Prouty2008-10-233-8/+5
| * Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2008-10-2336-878/+506
| |\
| * | Remove unused constants from local.h.Jelmer Vernooij2008-10-233-13/+5
* | | Make lp_tls_* return absolute paths.Jelmer Vernooij2008-10-233-15/+36
* | | Move subunit ui ops out of smbtorture to the torture library.Jelmer Vernooij2008-10-235-79/+134
* | | Move set_sockaddr_port to libutil.Jelmer Vernooij2008-10-232-12/+14
| |/ |/|
* | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-232-4/+6
|\ \
| * | s3-build: add missing generated svcctl changes.Günther Deschner2008-10-232-4/+6
* | | Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij2008-10-2314-457/+350
* | | Rename same_net to same_net_v4 for consistency with Samba 3.Jelmer Vernooij2008-10-232-4/+4
* | | Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-2317-115/+118
* | | Remove support for obsolete data type "ipv4address"Jelmer Vernooij2008-10-231-34/+0
|/ /
* | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-233-71/+54
|\ \
| * | s3-build: remove duplicate svcctl bits and re-run make samba3-idl.Günther Deschner2008-10-232-70/+8
| * | idl: add svcctl specific access bits.Günther Deschner2008-10-231-1/+46
| |/
* | Use libutil genrand.Jelmer Vernooij2008-10-234-225/+6
|/
* Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2008-10-2330-1022/+53
|\
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-232-5/+23
| |\
| | * Make use of a large buffer for smbclient put commandVolker Lendecke2008-10-231-0/+3
| | * Optimize x_fread to speed up the smbclient put commandVolker Lendecke2008-10-231-5/+20
| * | Import talloc_stack into util library.Jelmer Vernooij2008-10-236-3/+5
| |/
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-239-2/+97
| |\
| * | selftest.pl: Silence verbose tdbsam output.Jelmer Vernooij2008-10-231-1/+1
| * | Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTSJelmer Vernooij2008-10-236-6/+6
| * | Use common error definitions.Jelmer Vernooij2008-10-2318-1011/+22
* | | Inline asn1_proto.h since the API is stable and public.Jelmer Vernooij2008-10-233-62/+40
| |/ |/|
* | Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2008-10-231-0/+95
|\ \
| * | s3-docs: fix typos in locator manpage found by metze.Günther Deschner2008-10-231-4/+6
| * | s3-docs: add very basic winbind_krb5_locator.7 manpage.Günther Deschner2008-10-231-0/+93
| |/
* | Share codepages.Jelmer Vernooij2008-10-238-2/+2
|/
* s3-build: fix another build warning with the new ASN1 code.Günther Deschner2008-10-231-2/+5
* netapi: fix add_GROUP_USERS_INFO_X_buffer.Günther Deschner2008-10-231-4/+12
* netapi: fix NetUserGetGroups_r returning partial results.Günther Deschner2008-10-231-2/+3
* s3-samr-server: unify callback convention: _samr_UserSetInfo.Günther Deschner2008-10-231-34/+19
* s3-samr-server: unify callback convention: _samr_QueryDomainInfo.Günther Deschner2008-10-231-32/+18
* s3-samr-server: fix return code in _samr_QueryDisplayInformation.Günther Deschner2008-10-231-1/+1
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-10-235-5/+15
|\
| * Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-develAndrew Bartlett2008-10-234-5/+7
| |\
| | * s4-smbtorture: fix build warning.Günther Deschner2008-10-231-1/+1