summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* packaging(RHEL): use --libdir and --with-modulesdir instead of --with-libdirMichael Adam2008-09-091-1/+2
| | | | | Michael (This used to be commit dc6625637fb9de7d64d4416a1eb43f214590d393)
* packaging(RHEL): fix version of GPL (2 --> 3)Michael Adam2008-09-091-1/+1
| | | | | Michael (This used to be commit c015e8e0cf4131f21305451943df13b81f51ea6a)
* Fix a memleak in cli_qfilename (only used in smbtorture)Volker Lendecke2008-09-091-0/+5
| | | | (This used to be commit 7e0cca19fec078c0b46807492a7a035f4fab612b)
* Fix calculation of useable_space for trans2 and nttrans repliesVolker Lendecke2008-09-082-18/+19
| | | | | | | When alignment was in place, we pretended to send more data/params according to the param_offset/param_length and data_offset/data_length parameters than would actually fit into the SMB according to the NBSS length field. (This used to be commit ef3c132b8455c6fe4d0bb9f0be881040a806a4ed)
* When setting an NFSv4 ACL, map generic bitsVolker Lendecke2008-09-081-0/+4
| | | | (This used to be commit dbe7a61be2beac50d1665e38ac374cefbbabec00)
* Thanks metze for pointing out the missing extern :-)Volker Lendecke2008-09-081-1/+1
| | | | (This used to be commit b62540cd48212a80c8cb4a264f740591a0229944)
* smbd: some write time fixesStefan Metzmacher2008-09-082-8/+8
| | | | | | | | | | | | | | | - only the first non truncating write causes the write time update with 2 seconds delay. It's not enough to check for an existing update event as it will be NULL after the event was triggered. - SMBwrite truncates always update the write time unless the sticky write time is set. - SMBwrite truncates don't trigger a write time update on close. metze (This used to be commit 3d17089b6dc773303c8c553f3f6140e60e348fb7)
* Remove some duplicate codeVolker Lendecke2008-09-081-6/+1
| | | | (This used to be commit 564bfe94ac87c918482ade65980270326dc8ed6d)
* packaging(RHEL-CTDB): add fix for versions containing "-" signs.Michael Adam2008-09-081-0/+1
| | | | | | Michael (cherry picked from commit 423105e29aaef449dbc40d124900a3f654b7266b) (This used to be commit 4bebce268a430a537215b46947e37a8b0225e49d)
* packaging(RHEL-CTDB): extend and slightly reformat comment header blockMichael Adam2008-09-081-4/+5
| | | | | | Michael (cherry picked from commit 1bfc8cc575cd84f24ceb6f6c5d13c9171c0895a5) (This used to be commit 5354e420677eacd62a5297bc38d62cd6b53642b5)
* packaging(RHEL-CTDB): unify and extend (C) headerMichael Adam2008-09-081-1/+2
| | | | | | Michael (cherry picked from commit e051c1cbf7a993e3885c4a515e516da3574a1f57) (This used to be commit 68ec025d06058bcd1c7050ee5d8f7232a3eb901a)
* packaging(RHEL-CTDB): autodetect the samba version number from version.hMichael Adam2008-09-082-2/+28
| | | | | | | | | | Generate version.h first. Create samba.spec from (new) samba.spec.tmpl, replacing PVERSION by the version string. (as is done with update-pkginfo called from the create-tarball release script) Michael (This used to be commit f1f3d1bef0440f4294f7278c0c38e13a10b6fb48)