Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | netapi: add NetFileClose skeleton. | Günther Deschner | 2008-09-11 | 4 | -1/+93 | |
| | | | | Guenther | |||||
* | re-run make idl. | Günther Deschner | 2008-09-11 | 3 | -1/+42 | |
| | | | | Guenther | |||||
* | netapi: add NetFileClose to IDL. | Günther Deschner | 2008-09-11 | 1 | -0/+9 | |
| | | | | Guenther | |||||
* | netapi: implement NetUserGetLocalGroups_r. | Günther Deschner | 2008-09-11 | 1 | -0/+238 | |
| | | | | Guenther | |||||
* | netapi: add NetUserGetLocalGroups example code. | Günther Deschner | 2008-09-11 | 2 | -0/+128 | |
| | | | | Guenther | |||||
* | netapi: add NetUserGetLocalGroups to public header. | Günther Deschner | 2008-09-11 | 1 | -0/+32 | |
| | | | | Guenther | |||||
* | netapi: add NetUserGetLocalGroups skeleton. | Günther Deschner | 2008-09-11 | 3 | -0/+84 | |
| | | | | Guenther | |||||
* | re-run make idl. | Günther Deschner | 2008-09-11 | 3 | -28/+100 | |
| | | | | Guenther | |||||
* | netapi: add NetUserGetLocalGroups to IDL. | Günther Deschner | 2008-09-11 | 1 | -0/+21 | |
| | | | | Guenther | |||||
* | netapi: fix group_getusers example. | Günther Deschner | 2008-09-11 | 1 | -2/+2 | |
| | | | | Guenther | |||||
* | netapi: implement NetGroupGetUsers_r. | Günther Deschner | 2008-09-11 | 1 | -1/+136 | |
| | | | | Guenther | |||||
* | netapi: implement NetGroupSetUsers_r. | Günther Deschner | 2008-09-11 | 1 | -1/+227 | |
| | | | | Guenther | |||||
* | netapi: add example code for NetGroupSetUsers. | Günther Deschner | 2008-09-11 | 2 | -0/+148 | |
| | | | | Guenther | |||||
* | netapi: add NetGroupSetUsers to public header. | Günther Deschner | 2008-09-11 | 1 | -0/+22 | |
| | | | | Guenther | |||||
* | netapi: add skeleton for NetGroupSetUsers. | Günther Deschner | 2008-09-11 | 3 | -0/+75 | |
| | | | | Guenther | |||||
* | re-run make idl. | Günther Deschner | 2008-09-11 | 3 | -16/+66 | |
| | | | | Guenther | |||||
* | netapi: add IDL for NetGroupSetUsers. | Günther Deschner | 2008-09-11 | 1 | -0/+12 | |
| | | | | Guenther | |||||
* | netapi: implement NetUserSetGroups_r. | Günther Deschner | 2008-09-11 | 1 | -2/+242 | |
| | | | | Guenther | |||||
* | netapi: add example code for NetUserSetGroups. | Günther Deschner | 2008-09-11 | 2 | -0/+150 | |
| | | | | Guenther | |||||
* | netapi: add NetUserSetGroups to public header. | Günther Deschner | 2008-09-11 | 1 | -0/+22 | |
| | | | | Guenther | |||||
* | netapi: add skeleton for NetUserSetGroups. | Günther Deschner | 2008-09-11 | 3 | -0/+76 | |
| | | | | Guenther | |||||
* | re-run make idl. | Günther Deschner | 2008-09-11 | 3 | -27/+77 | |
| | | | | Guenther | |||||
* | netapi: add IDL for NetUserSetGroups. | Günther Deschner | 2008-09-11 | 1 | -0/+12 | |
| | | | | Guenther | |||||
* | netapi: make add_GROUP_USERS_INFO_X_buffer non-static. | Günther Deschner | 2008-09-11 | 2 | -6/+13 | |
| | | | | Guenther | |||||
* | netapi: fix NetShareEnum_r. | Günther Deschner | 2008-09-11 | 1 | -1/+4 | |
| | | | | Guenther | |||||
* | netapi: fix NetShareGetInfo_r. | Günther Deschner | 2008-09-11 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | net: use netapi for NetShareEnum. | Günther Deschner | 2008-09-11 | 1 | -66/+36 | |
| | | | | Guenther | |||||
* | netapi: fix NetShareEnum_r which in fact enumerates all shares. | Günther Deschner | 2008-09-11 | 1 | -7/+7 | |
| | | | | Guenther | |||||
* | netapi: fix doxygen warning. | Günther Deschner | 2008-09-11 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | Fix bug #5052 - not work cancel inheritance on share. We were | Jeremy Allison | 2008-09-10 | 1 | -3/+10 | |
| | | | | | | using the parent security descriptor type and flags instead of using the passed in SD. Jeremy. | |||||
* | Merge branch 'v3-devel' of ssh://jra@git.samba.org/data/git/samba into v3-devel | Jeremy Allison | 2008-09-10 | 1 | -4/+4 | |
|\ | ||||||
| * | packaging(RHEL): fix direction of link (.so) of nss libs. | Michael Adam | 2008-09-10 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | libnss_winbindd.so -> libnss_winbindd.so.2 libnss_wins.so -> libnss_wins.so.2 Michael | |||||
* | | When requesting UNIX info levels on findfirst/findnext, don't play games ↵ | Jeremy Allison | 2008-09-10 | 1 | -1/+5 | |
|/ | | | | | | | with write time, just return what the underlying filesystem says. Trying not to confuse UNIX apps any more than necessary. Jeremy. | |||||
* | Fix blocker bug 5745 kerberos authentication with (lib)smbclient is broken. | Jeremy Allison | 2008-09-10 | 1 | -2/+14 | |
| | | | | Jeremy. | |||||
* | net: share_type is defined in net_rap.c, net_rpc.c needs to use that. | Kai Blin | 2008-09-10 | 2 | -2/+3 | |
| | | | | This fixes a crash in net rpc share that Günther Deschner found. | |||||
* | Fix some bogus compiler warnings | Volker Lendecke | 2008-09-10 | 1 | -5/+10 | |
| | ||||||
* | Fix make test on sparc and possibly also on AIX | Volker Lendecke | 2008-09-09 | 1 | -1/+3 | |
| | ||||||
* | Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel | Jelmer Vernooij | 2008-09-09 | 9 | -44/+814 | |
|\ | ||||||
| * | Convert cli_query_secdesc to the async trans call | Volker Lendecke | 2008-09-09 | 1 | -21/+16 | |
| | | ||||||
| * | Convert cli_qfileinfo to the async trans call | Volker Lendecke | 2008-09-09 | 1 | -21/+19 | |
| | | ||||||
| * | Add async trans/trans2/nttrans calls to libsmb | Volker Lendecke | 2008-09-09 | 2 | -0/+722 | |
| | | | | | | | | Logic stolen from Samba4, naturally the specific implementation differs a bit. | |||||
| * | Add some debug to reply_nttrans | Volker Lendecke | 2008-09-09 | 1 | -0/+11 | |
| | | ||||||
| * | Move setting the mid field in req->outbuf from _cork to _uncork | Volker Lendecke | 2008-09-09 | 1 | -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. | |||||
| * | Add utility function cli_in_chain() | Volker Lendecke | 2008-09-09 | 2 | -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. | |||||
| * | make smb_bytes_push_str public | Volker Lendecke | 2008-09-09 | 2 | -1/+2 | |
| | | ||||||
| * | Add a utility function to append a DATA_BLOB to a talloc object | Volker Lendecke | 2008-09-09 | 2 | -0/+27 | |
| | | ||||||
* | | Stop ignoring .svn directories when creating tags, since we no longer use | Jelmer Vernooij | 2008-09-09 | 1 | -2/+2 | |
| | | | | | | | | svn. | |||||
* | | Rename object variables to avoid clashes with Samba 4. | Jelmer Vernooij | 2008-09-09 | 2 | -6/+8 | |
|/ | ||||||
* | packaging(RHEL): add makerpms.git.sh to build rpms from inside a git checkout | Michael Adam | 2008-09-09 | 1 | -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 | |||||
* | packaging(RHEL): use ccache if available | Michael Adam | 2008-09-09 | 1 | -6/+6 | |
| | | | | Michael |