summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* netapi: implement NetGroupSetUsers_r.Günther Deschner2008-09-111-1/+227
| | | | | Guenther (This used to be commit 0ba0ffdb3023cd0bb6aa5c479309c871ff15ed0c)
* netapi: add example code for NetGroupSetUsers.Günther Deschner2008-09-112-0/+148
| | | | | Guenther (This used to be commit dc7994195c9e34d85db8c9406edaa704027ab47f)
* netapi: add NetGroupSetUsers to public header.Günther Deschner2008-09-111-0/+22
| | | | | Guenther (This used to be commit 72a0b27aecc9113445dd03bdcd549ac50dd988aa)
* netapi: add skeleton for NetGroupSetUsers.Günther Deschner2008-09-113-0/+75
| | | | | Guenther (This used to be commit 4d92d000a1676d2da45e8113ade60250c6c7eebe)
* re-run make idl.Günther Deschner2008-09-113-16/+66
| | | | | Guenther (This used to be commit 00af97de407e2c0447714095340bd9494cc53b0f)
* netapi: add IDL for NetGroupSetUsers.Günther Deschner2008-09-111-0/+12
| | | | | Guenther (This used to be commit 5040f6af41250220c5ccf1cbdc206c4b6e7025a5)
* netapi: implement NetUserSetGroups_r.Günther Deschner2008-09-111-2/+242
| | | | | Guenther (This used to be commit 2ddee7577de1d6d2b7a39b949ed6a925da2e9db8)
* netapi: add example code for NetUserSetGroups.Günther Deschner2008-09-112-0/+150
| | | | | Guenther (This used to be commit 1355939b4c9c2883f9542ef4189cac7418104b68)
* netapi: add NetUserSetGroups to public header.Günther Deschner2008-09-111-0/+22
| | | | | Guenther (This used to be commit 3e96cd229c1536a7e16441f600c379ceb651b2b3)
* netapi: add skeleton for NetUserSetGroups.Günther Deschner2008-09-113-0/+76
| | | | | Guenther (This used to be commit 165be948fab1c64526421b44b08de700849bba25)
* re-run make idl.Günther Deschner2008-09-113-27/+77
| | | | | Guenther (This used to be commit 4efbd569478d6d98078833084aaae5a97cd5182b)
* netapi: add IDL for NetUserSetGroups.Günther Deschner2008-09-111-0/+12
| | | | | Guenther (This used to be commit 6b35856c21d300bf20dd7bc7c27c5e12aca6b2ff)
* netapi: make add_GROUP_USERS_INFO_X_buffer non-static.Günther Deschner2008-09-112-6/+13
| | | | | Guenther (This used to be commit 87fc15d9b52bbb15550015cb106062d24c5674ba)
* netapi: fix NetShareEnum_r.Günther Deschner2008-09-111-1/+4
| | | | | Guenther (This used to be commit 7e8903b53beba3ad1bb8617ed435249257724be3)
* netapi: fix NetShareGetInfo_r.Günther Deschner2008-09-111-1/+1
| | | | | Guenther (This used to be commit b42408f54ea61ad47f5a33085ab1532c67ceee83)
* net: use netapi for NetShareEnum.Günther Deschner2008-09-111-66/+36
| | | | | Guenther (This used to be commit f4cb75b1e2b030055b9c566f941277286095b8a7)
* netapi: fix NetShareEnum_r which in fact enumerates all shares.Günther Deschner2008-09-111-7/+7
| | | | | Guenther (This used to be commit 0637ad872e5d30f71b6ea1ec2d243ec8e8836c31)
* netapi: fix doxygen warning.Günther Deschner2008-09-111-1/+1
| | | | | Guenther (This used to be commit e0312728a5ac5abd64622600f47967861a4e0183)
* Fix bug #5052 - not work cancel inheritance on share. We wereJeremy Allison2008-09-101-3/+10
| | | | | | | using the parent security descriptor type and flags instead of using the passed in SD. Jeremy. (This used to be commit 0d824d7188518aaa7b4e890885e6bc42e94397c5)
* Merge branch 'v3-devel' of ssh://jra@git.samba.org/data/git/samba into v3-develJeremy Allison2008-09-101-4/+4
|\ | | | | | | (This used to be commit a03b0dde01e4cebe07a65af3943d178dbdeda276)
| * packaging(RHEL): fix direction of link (.so) of nss libs.Michael Adam2008-09-101-4/+4
| | | | | | | | | | | | | | | | libnss_winbindd.so -> libnss_winbindd.so.2 libnss_wins.so -> libnss_wins.so.2 Michael (This used to be commit 295bfb6af8153e91ae881e2437cc707d5736bc97)
* | When requesting UNIX info levels on findfirst/findnext, don't play games ↵Jeremy Allison2008-09-101-1/+5
|/ | | | | | | | with write time, just return what the underlying filesystem says. Trying not to confuse UNIX apps any more than necessary. Jeremy. (This used to be commit b81a4dd003957a611ea190979d828b75d07a1f80)
* Fix blocker bug 5745 kerberos authentication with (lib)smbclient is broken.Jeremy Allison2008-09-101-2/+14
| | | | | Jeremy. (This used to be commit a59bd0e4854117a8646f4d388a0f7285362d5ba2)
* net: share_type is defined in net_rap.c, net_rpc.c needs to use that.Kai Blin2008-09-102-2/+3
| | | | | This fixes a crash in net rpc share that Günther Deschner found. (This used to be commit 50af6d609dcbbdadb9af44ede980d9c85ac834e3)
* Fix some bogus compiler warningsVolker Lendecke2008-09-101-5/+10
| | | | (This used to be commit 84ed752d9f17b2279bd60f534ce7c02b267a40b2)
* Fix make test on sparc and possibly also on AIXVolker Lendecke2008-09-091-1/+3
| | | | (This used to be commit 5721205bff539ed5f8592a86168679ec5a9c368e)
* Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develJelmer Vernooij2008-09-099-44/+814
|\ | | | | | | (This used to be commit c3d1b0097590566417bda3fa33a64e994c9c7526)
| * Convert cli_query_secdesc to the async trans callVolker Lendecke2008-09-091-21/+16
| | | | | | | | (This used to be commit ab41017896e08d32c8a87bf172654ff2db6b6f1a)
| * Convert cli_qfileinfo to the async trans callVolker Lendecke2008-09-091-21/+19
| | | | | | | | (This used to be commit ddc5e77b619db7c2369b3bf72b60360051797087)
| * Add async trans/trans2/nttrans calls to libsmbVolker Lendecke2008-09-092-0/+722
| | | | | | | | | | Logic stolen from Samba4, naturally the specific implementation differs a bit. (This used to be commit 4b8bc5b03d35d563104791c0d8317d9886e4f032)
| * Add some debug to reply_nttransVolker Lendecke2008-09-091-0/+11
| | | | | | | | (This used to be commit 23e9fed28cf9998534b3c55f4b20a562da507552)
| * Move setting the mid field in req->outbuf from _cork to _uncorkVolker Lendecke2008-09-091-1/+1
| | | | | | | | | | | | The async trans calls need this, as for secondary trans calls they have to modify the MID from what cli_request_chain() gave us. (This used to be commit c85de4b7b5db8b54b8bf0f91acbd6d08d1b0bc9d)
| * Add utility function cli_in_chain()Volker Lendecke2008-09-092-0/+16
| | | | | | | | | | | | This gives a hint whether a function is called from within the middle of a chain. In particular the trans calls don't really like this. (This used to be commit 4252b32db5ef7483f2c5c52312b6e6dc68d1d687)
| * make smb_bytes_push_str publicVolker Lendecke2008-09-092-1/+2
| | | | | | | | (This used to be commit d611f599b45ad9dad1027a16a0e8da7d4b96e608)
| * Add a utility function to append a DATA_BLOB to a talloc objectVolker Lendecke2008-09-092-0/+27
| | | | | | | | (This used to be commit d8259cbe666d96cc468203a64fb208c02a64849f)
* | Stop ignoring .svn directories when creating tags, since we no longer useJelmer Vernooij2008-09-091-2/+2
| | | | | | | | | | svn. (This used to be commit 151c78652a89146049a134f60aef509c2117c436)
* | Rename object variables to avoid clashes with Samba 4.Jelmer Vernooij2008-09-092-6/+8
|/ | | | (This used to be commit c77758de5d6df28abaffe3f8a1d7b5cbc615605e)
* packaging(RHEL): add makerpms.git.sh to build rpms from inside a git checkoutMichael Adam2008-09-091-0/+149
| | | | | | | | This expects a path to a release docs tarball (.tar.bz2) in the DOCS_TARBALL environment variable. The tarball should have a prefix of "docs/". Michael (This used to be commit d87c2192ab7b68b2f68442c50618d94146d77ad9)
* packaging(RHEL): use ccache if availableMichael Adam2008-09-091-6/+6
| | | | | Michael (This used to be commit e8abbfabde3da0844ffb4e2507084c139a70d503)
* packaging(RHEL): add ldbtools binaries and man pages to common packageMichael Adam2008-09-091-0/+12
| | | | | Michael (This used to be commit 206985dfda5a9f62df975629046b00a88ec666f5)
* packaging(RHEL): add cifs.upcall binary and manpage to client packageMichael Adam2008-09-091-0/+2
| | | | | Michael (This used to be commit f1b80bcb58b8aa5c586835dc201ce674b3417835)
* packaging(RHEL): fix installation of pam modules.Michael Adam2008-09-091-5/+2
| | | | | Michael (This used to be commit 0f045f18ebaa752b9d906afc64fd5badb3bf352c)
* packaging(RHEL): remove leftovers of smbmount from SPEC file.Michael Adam2008-09-091-4/+0
| | | | | Michael (This used to be commit 041875c64daba3d185b1954eb0eb9a21b2f41ee1)
* packaging(RHEL): add new libs (talloc, tdb, ...) to the common packageMichael Adam2008-09-091-0/+11
| | | | | Michael (This used to be commit f23183bbec55faf2d6496e04e73f8dd415a08d1c)
* packaging(RHEL): remove workaround code for libsmclient/sharemodes installationMichael Adam2008-09-091-15/+0
| | | | | | | | With 3.3.0, this is not needed any more (libdir/modulesdir separation and corrected library creation). Michael (This used to be commit 5348e28f6674cab643b42c1265c24983d9a9189d)
* packaging(RHEL): fix libdir installation by using _libarch/_libarchdirMichael Adam2008-09-091-30/+39
| | | | | Michael (This used to be commit 829f83c27ad03e4d2a7b5dc0b0459823fa4f3804)
* packaging(RHEL): remove libmsrpc stuff which is no more...Michael Adam2008-09-091-10/+0
| | | | | Michael (This used to be commit 3eaa33e9df6d58ef93f13a840b38a063649fffbc)
* packaging(RHEL): remove duplicate installation of pam_smbpass.soMichael Adam2008-09-091-3/+0
| | | | | Michael (This used to be commit cdc24fbb195b1a5460c05fcd20d7ba81ad69ef22)
* packaging(RHEL): remove smbmount related stuff from spec fileMichael Adam2008-09-091-10/+0
| | | | | Michael (This used to be commit 4420cf6199e3c718a3dea84fe814d6ad6e83c2d8)
* packaging(RHEL): don't make proto for samba 3.3Michael Adam2008-09-091-2/+0
| | | | | Michael (This used to be commit 75c28699496d843e21eefef564c72023b24975a1)