Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/tdb: sync build system changes and python code from samba4v3-devel | Stefan Metzmacher | 2008-09-14 | 16 | -415/+5308 |
| | | | | metze | ||||
* | lib/talloc: sync build system changes from samba4 | Stefan Metzmacher | 2008-09-14 | 5 | -13/+27 |
| | | | | metze | ||||
* | Skip strcmp() on 2 NULL pointers. | Andrew Bartlett | 2008-09-14 | 1 | -1/+2 |
| | | | | | Andrew Bartlett (cherry picked from commit 7b9a647ebbbe9ec9e1b82b42e3a8916396f91273) | ||||
* | r26514: Revert the talloc.c part of r26511, as talloc.h already takes care ↵ | Kai Blin | 2008-09-14 | 1 | -3/+0 |
| | | | | | | | of thois. Thanks to metze for pointing this out (cherry picked from commit 4a5e1047fff0620aa534b147ac7e0bd0416a8fe7) | ||||
* | r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_v | Stefan Metzmacher | 2008-09-14 | 1 | -2/+5 |
| | | | | | | While at it, also add a PRINTF_ATTRIBUTE for talloc_vasprintf. (partialy cherry picked from commit 5b3a8c8ae195e6a98357a407a0699493f54a8b79) metze | ||||
* | Update homepages for talloc, tdb and ldb subprojects | Simo Sorce | 2008-09-14 | 3 | -34/+24 |
| | | | | (cherry picked from commit 8cb07814bc6627fc8eba228eafd13336e3ca3758) | ||||
* | Adapt source code checkout information to git repo in talloc website. | Michael Adam | 2008-09-14 | 1 | -4/+5 |
| | | | | | Michael (cherry picked from commit 254be79799acc69db88a5500a2f755c84553f8ef) | ||||
* | Fix paths for talloc into unpacked directory (rsync commands). | Michael Adam | 2008-09-14 | 1 | -2/+2 |
| | | | | | Michael (cherry picked from commit 2839d7f67a0d3ed5b4841bf3c12ce73972636b88) | ||||
* | Fix path to talloc guide. Noted by "teferi" on irc. | Michael Adam | 2008-09-14 | 1 | -1/+1 |
| | | | | | Michael (cherry picked from commit bc4e03f2ddb669758e27e2a5c32e15c7d6c5257d) | ||||
* | r25614: Add trivial tdb website. | Jelmer Vernooij | 2008-09-14 | 1 | -0/+44 |
| | | | | (cherry picked from commit 6f88c41c31271fd4b634b6393dc4ca44563a88d2) | ||||
* | libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headers | Stefan Metzmacher | 2008-09-14 | 1 | -2/+3 |
| | | | | | metze (partialy cherry picked from commit cffed8e19e22a1fa7b7a322b153df5d54e4c3be2) | ||||
* | Fix extra dash in command line flag. | Jelmer Vernooij | 2008-09-14 | 1 | -1/+1 |
| | | | | (cherry picked from commit c823cfadb0b20a0782fc4a8a0b63dcb9116f82be) | ||||
* | netapi: fix NetUserGetLocalGroups. | Günther Deschner | 2008-09-12 | 1 | -2/+0 |
| | | | | Guenther | ||||
* | netapi: fix NetGroupGetUsers (only enumerates users). | Günther Deschner | 2008-09-12 | 1 | -1/+6 |
| | | | | Guenther | ||||
* | netapi: fix NetUserSetGroups. | Günther Deschner | 2008-09-12 | 1 | -20/+22 |
| | | | | Guenther | ||||
* | netapi: fix NetGroupSetUsers. | Günther Deschner | 2008-09-12 | 1 | -20/+22 |
| | | | | Guenther | ||||
* | Reorder defines for version for consistency with Samba 4. | Jelmer Vernooij | 2008-09-12 | 1 | -12/+1 |
| | |||||
* | netapi: implement NetFileEnum_r. | Günther Deschner | 2008-09-11 | 1 | -1/+93 |
| | | | | Guenther | ||||
* | netapi: add NetFileEnum example code. | Günther Deschner | 2008-09-11 | 2 | -1/+153 |
| | | | | Guenther | ||||
* | netapi: add NetFileEnum to public header. | Günther Deschner | 2008-09-11 | 1 | -0/+31 |
| | | | | Guenther | ||||
* | netapi: add NetFileEnum skeleton. | Günther Deschner | 2008-09-11 | 3 | -0/+88 |
| | | | | Guenther | ||||
* | netapi: add NetFileGetInfo example code. | Günther Deschner | 2008-09-11 | 2 | -1/+119 |
| | | | | Guenther | ||||
* | netapi: add NetFileGetInfo to public header. | Günther Deschner | 2008-09-11 | 1 | -0/+32 |
| | | | | Guenther | ||||
* | netapi: implement NetFileGetInfo_r. | Günther Deschner | 2008-09-11 | 1 | -1/+93 |
| | | | | Guenther | ||||
* | netapi: add NetFileGetInfo skeleton. | Günther Deschner | 2008-09-11 | 3 | -0/+72 |
| | | | | Guenther | ||||
* | netapi: implement NetFileClose_r. | Günther Deschner | 2008-09-11 | 1 | -1/+27 |
| | | | | Guenther | ||||
* | netapi: add NetFileClose example code. | Günther Deschner | 2008-09-11 | 2 | -1/+90 |
| | | | | Guenther | ||||
* | netapi: add NetFileClose to public header. | Günther Deschner | 2008-09-11 | 1 | -0/+16 |
| | | | | Guenther | ||||
* | netapi: add NetFileClose skeleton. | Günther Deschner | 2008-09-11 | 3 | -0/+91 |
| | | | | 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 | ||||
* | 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 | ||||
* | 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 | ||||
* | 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 | ||||
* | 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 | ||||
* | Add a utility function to append a DATA_BLOB to a talloc object | Volker Lendecke | 2008-09-09 | 1 | -0/+26 |
| | |||||
* | Thanks metze for pointing out the missing extern :-) | Volker Lendecke | 2008-09-08 | 1 | -1/+1 |
| |