summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-09-11netapi: add NetGroupSetUsers to public header.Günther Deschner1-0/+22
Guenther (This used to be commit 72a0b27aecc9113445dd03bdcd549ac50dd988aa)
2008-09-11netapi: add skeleton for NetGroupSetUsers.Günther Deschner3-0/+75
Guenther (This used to be commit 4d92d000a1676d2da45e8113ade60250c6c7eebe)
2008-09-11re-run make idl.Günther Deschner3-16/+66
Guenther (This used to be commit 00af97de407e2c0447714095340bd9494cc53b0f)
2008-09-11netapi: add IDL for NetGroupSetUsers.Günther Deschner1-0/+12
Guenther (This used to be commit 5040f6af41250220c5ccf1cbdc206c4b6e7025a5)
2008-09-11netapi: implement NetUserSetGroups_r.Günther Deschner1-2/+242
Guenther (This used to be commit 2ddee7577de1d6d2b7a39b949ed6a925da2e9db8)
2008-09-11netapi: add example code for NetUserSetGroups.Günther Deschner2-0/+150
Guenther (This used to be commit 1355939b4c9c2883f9542ef4189cac7418104b68)
2008-09-11netapi: add NetUserSetGroups to public header.Günther Deschner1-0/+22
Guenther (This used to be commit 3e96cd229c1536a7e16441f600c379ceb651b2b3)
2008-09-11netapi: add skeleton for NetUserSetGroups.Günther Deschner3-0/+76
Guenther (This used to be commit 165be948fab1c64526421b44b08de700849bba25)
2008-09-11re-run make idl.Günther Deschner3-27/+77
Guenther (This used to be commit 4efbd569478d6d98078833084aaae5a97cd5182b)
2008-09-11netapi: add IDL for NetUserSetGroups.Günther Deschner1-0/+12
Guenther (This used to be commit 6b35856c21d300bf20dd7bc7c27c5e12aca6b2ff)
2008-09-11netapi: make add_GROUP_USERS_INFO_X_buffer non-static.Günther Deschner2-6/+13
Guenther (This used to be commit 87fc15d9b52bbb15550015cb106062d24c5674ba)
2008-09-11netapi: fix NetShareEnum_r.Günther Deschner1-1/+4
Guenther (This used to be commit 7e8903b53beba3ad1bb8617ed435249257724be3)
2008-09-11netapi: fix NetShareGetInfo_r.Günther Deschner1-1/+1
Guenther (This used to be commit b42408f54ea61ad47f5a33085ab1532c67ceee83)
2008-09-11net: use netapi for NetShareEnum.Günther Deschner1-66/+36
Guenther (This used to be commit f4cb75b1e2b030055b9c566f941277286095b8a7)
2008-09-11netapi: fix NetShareEnum_r which in fact enumerates all shares.Günther Deschner1-7/+7
Guenther (This used to be commit 0637ad872e5d30f71b6ea1ec2d243ec8e8836c31)
2008-09-11netapi: fix doxygen warning.Günther Deschner1-1/+1
Guenther (This used to be commit e0312728a5ac5abd64622600f47967861a4e0183)
2008-09-11Remove the complexity of transactions from the attributes-setting code.Andrew Bartlett1-16/+1
I think it is just too complex and error prone to init and cancel transactions during the module init code. Instead, this isn't prone to races as it will always achieve a steady state (eventually), and most cases will never do the write. Andrew Bartlett (This used to be commit d60977cc7f89f89f34187f310c91d1ab7db6ccf2)
2008-09-11Make cn=aggregate output less pretty, by more like Win2008.Andrew Bartlett1-2/+2
I'm not sure if this fixes bug #5713, as this is not consistantly reproducably on my equipment. Andrew Bartlett (This used to be commit 02d6645efc84179efd652dd29ab32f62ae310147)
2008-09-11Fix failures in the winbind struct-based test.Andrew Bartlett4-15/+0
Don't try to pass the 'privileged' socket directory around for expected value testing - it is just too hard... A better test (once we unify the winbind protocol with Samba3) would be a operation to see if you are on the priv pipe, and that will give acutal end-to-end testing. Andrew Bartlett (This used to be commit 2d4103518ab8a7286e65347b8b9b0ccb660e69f6)
2008-09-10Fix bug #5052 - not work cancel inheritance on share. We wereJeremy Allison1-3/+10
using the parent security descriptor type and flags instead of using the passed in SD. Jeremy. (This used to be commit 0d824d7188518aaa7b4e890885e6bc42e94397c5)
2008-09-10Merge branch 'v3-devel' of ssh://jra@git.samba.org/data/git/samba into v3-develJeremy Allison1-4/+4
(This used to be commit a03b0dde01e4cebe07a65af3943d178dbdeda276)
2008-09-10When requesting UNIX info levels on findfirst/findnext, don't play games ↵Jeremy Allison1-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)
2008-09-10packaging(RHEL): fix direction of link (.so) of nss libs.Michael Adam1-4/+4
libnss_winbindd.so -> libnss_winbindd.so.2 libnss_wins.so -> libnss_wins.so.2 Michael (This used to be commit 295bfb6af8153e91ae881e2437cc707d5736bc97)
2008-09-10Fix blocker bug 5745 kerberos authentication with (lib)smbclient is broken.Jeremy Allison1-2/+14
Jeremy. (This used to be commit a59bd0e4854117a8646f4d388a0f7285362d5ba2)
2008-09-10net: share_type is defined in net_rap.c, net_rpc.c needs to use that.Kai Blin2-2/+3
This fixes a crash in net rpc share that Günther Deschner found. (This used to be commit 50af6d609dcbbdadb9af44ede980d9c85ac834e3)
2008-09-10Fix some bogus compiler warningsVolker Lendecke1-5/+10
(This used to be commit 84ed752d9f17b2279bd60f534ce7c02b267a40b2)
2008-09-09Merge branch 'v4-0-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison3-3/+6
v4-0-test (This used to be commit 7cd0977a28e9973ff71e9e0146fef6e6771a72b5)
2008-09-09A truncate write must be a smbcli_smbwrite, not aJeremy Allison1-1/+1
smbcli_write. Jeremy. (This used to be commit 8cebd4d36c862dcdc6551dc6bf4dda2342dfede7)
2008-09-10Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett12-66/+107
(This used to be commit ed26195d0eda6dd1ca14508cfd31a48dde79d44f)
2008-09-10Return the same privilaged winbindd socket as we actually use.Andrew Bartlett3-3/+6
Andrew Bartlett (This used to be commit 2209787812fd9224d104f332e25d8ce64ef9ee95)
2008-09-10Fix uninstalling of binaries.Matthias Dieter Wallnöfer1-3/+3
(This used to be commit 6ad94d10f79f206fcdeb23cf71595e38c7a77855)
2008-09-10Merge branch 'v4-0-regClient' of git://repo.or.cz/Samba/mdw into manpageJelmer Vernooij4-16/+15
(This used to be commit 6ac32d0a10a9a27abceca362fcab04bcfc55c33f)
2008-09-09Only try with -LPYTHONDIR/lib when python-config output didn't work.Jelmer Vernooij1-3/+8
(This used to be commit 62d76356c10b4223236425c4db32c2fc5105d155)
2008-09-09Attempt to correctly find python on host sunxVolker Lendecke1-2/+3
(This used to be commit 59b62280d27a9e0a72241e4b60022be07e4cbce2)
2008-09-09Fix make test on sparc and possibly also on AIXVolker Lendecke1-1/+3
(This used to be commit 5721205bff539ed5f8592a86168679ec5a9c368e)
2008-09-09Remove unused scripts for installing binaries.Jelmer Vernooij3-39/+1
(This used to be commit 677179234ecaa6980dedc2bb6f77c525b56b532f)
2008-09-09Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develJelmer Vernooij9-44/+814
(This used to be commit c3d1b0097590566417bda3fa33a64e994c9c7526)
2008-09-09Stop ignoring .svn directories when creating tags, since we no longer useJelmer Vernooij1-2/+2
svn. (This used to be commit 151c78652a89146049a134f60aef509c2117c436)
2008-09-09Rename object variables to avoid clashes with Samba 4.Jelmer Vernooij2-6/+8
(This used to be commit c77758de5d6df28abaffe3f8a1d7b5cbc615605e)
2008-09-09Fix up the "reg_common_open_remote" callMatthias Dieter Wallnöfer4-8/+9
This fixes up the "reg_common_open_remote" call because it didn't work anymore without the event context. (This used to be commit 42ab865fc937a625d1eece45abe96bf354ddff8b)
2008-09-09Two useful "regshell" improvementsMatthias Dieter Wallnöfer1-8/+6
This patch corrects the "change key" command (Follow up isn't supported yet) and adds a newline in a error message. (This used to be commit d1052dc42ef591208cfbf7059b28a078f6d4f0bf)
2008-09-09Convert cli_query_secdesc to the async trans callVolker Lendecke1-21/+16
(This used to be commit ab41017896e08d32c8a87bf172654ff2db6b6f1a)
2008-09-09Convert cli_qfileinfo to the async trans callVolker Lendecke1-21/+19
(This used to be commit ddc5e77b619db7c2369b3bf72b60360051797087)
2008-09-09Add async trans/trans2/nttrans calls to libsmbVolker Lendecke2-0/+722
Logic stolen from Samba4, naturally the specific implementation differs a bit. (This used to be commit 4b8bc5b03d35d563104791c0d8317d9886e4f032)
2008-09-09Add some debug to reply_nttransVolker Lendecke1-0/+11
(This used to be commit 23e9fed28cf9998534b3c55f4b20a562da507552)
2008-09-09Move setting the mid field in req->outbuf from _cork to _uncorkVolker Lendecke1-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)
2008-09-09Add utility function cli_in_chain()Volker Lendecke2-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)
2008-09-09make smb_bytes_push_str publicVolker Lendecke2-1/+2
(This used to be commit d611f599b45ad9dad1027a16a0e8da7d4b96e608)
2008-09-09Add a utility function to append a DATA_BLOB to a talloc objectVolker Lendecke2-0/+27
(This used to be commit d8259cbe666d96cc468203a64fb208c02a64849f)
2008-09-09Remove calls to unused uninstallbin.shJelmer Vernooij1-2/+0
(This used to be commit 69956a5597b0339b7c0ee3f394d649421f037f03)