summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
| |/
* / Remove unused constants from local.h.Jelmer Vernooij2008-10-233-13/+5
|/
* 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
| | * s3-build: fix some const build warnings.Günther Deschner2008-10-231-2/+2
| | * netapi: NetGroupEnum_r needs to handle servers with no groups.Günther Deschner2008-10-231-1/+1
| | * s3-samr-server: _samr_DeleteUser needs to wipe out the user_handle on success.Günther Deschner2008-10-231-0/+2
| * | Clarify the linked attribute module behaviour with commentsAndrew Bartlett2008-10-231-1/+9
* | | Fix header file installation.Jelmer Vernooij2008-10-232-5/+5
* | | Import NTSTATUS defines from Samba 3.Jelmer Vernooij2008-10-232-5/+9
* | | Import WERROR defines from Samba 3.Jelmer Vernooij2008-10-231-9/+57
* | | Import new DOS error codes from Samba 3.Jelmer Vernooij2008-10-231-0/+4
* | | Move libcli-util error code to top-level.Jelmer Vernooij2008-10-238-4/+2
* | | Remove unused copy of tables.plJelmer Vernooij2008-10-231-89/+0
* | | Remove unused copy of ndrdump.c.Jelmer Vernooij2008-10-231-445/+0
| |/ |/|
* | s3-samr-server: fix access check in _samr_QuerySecurity().Günther Deschner2008-10-221-1/+1
|/
* s3-build: fix the build.Günther Deschner2008-10-221-2/+2
* Fix net rpc vampire, based on an *amazing* piece of debugging work by "Cooper...Jeremy Allison2008-10-225-45/+50