Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | netapi: add new SERVER_INFO structures to public header. | Günther Deschner | 2008-09-05 | 1 | -0/+31 | |
| | | | | Guenther | |||||
* | re-run make idl. | Günther Deschner | 2008-09-05 | 3 | -0/+183 | |
| | | | | Guenther | |||||
* | netapi: add SERVER_INFO_100-102 to IDL. | Günther Deschner | 2008-09-05 | 1 | -0/+30 | |
| | | | | Guenther | |||||
* | netapi: fix NetGetJoinableOUs_r: do not tear down connection. | Günther Deschner | 2008-09-05 | 1 | -4/+0 | |
| | | | | Guenther | |||||
* | netapi: add NetShareEnum example code. | Günther Deschner | 2008-09-05 | 2 | -1/+149 | |
| | | | | Guenther | |||||
* | netapi: add NetShareEnum to public headers. | Günther Deschner | 2008-09-05 | 1 | -0/+27 | |
| | | | | Guenther | |||||
* | netapi: add NetShareEnum skeleton. | Günther Deschner | 2008-09-05 | 3 | -0/+81 | |
| | | | | Guenther | |||||
* | re-run make idl. | Günther Deschner | 2008-09-05 | 3 | -1/+74 | |
| | | | | Guenther | |||||
* | netapi: add NetShareEnum to IDL. | Günther Deschner | 2008-09-05 | 1 | -0/+14 | |
| | | | | Guenther | |||||
* | netapi: add new SHARE_INFO structs to public header. | Günther Deschner | 2008-09-05 | 1 | -0/+29 | |
| | | | | Guenther | |||||
* | re-run make idl. | Günther Deschner | 2008-09-05 | 1 | -0/+29 | |
| | | | | Guenther | |||||
* | netapi: add more SHARE_INFO_X levels. | Günther Deschner | 2008-09-05 | 1 | -0/+29 | |
| | | | | Guenther | |||||
* | net: use netapi for rpc_sh_share_delete as well. | Günther Deschner | 2008-09-05 | 1 | -10/+1 | |
| | | | | Guenther | |||||
* | net: use netapi for deleting shares. | Günther Deschner | 2008-09-05 | 1 | -36/+2 | |
| | | | | Guenther | |||||
* | netapi: implement NetShareDel_r. | Günther Deschner | 2008-09-05 | 1 | -1/+32 | |
| | | | | Guenther | |||||
* | netapi: add NetShareDel example code. | Günther Deschner | 2008-09-05 | 2 | -1/+92 | |
| | | | | Guenther | |||||
* | netapi: add NetShareDel to public header. | Günther Deschner | 2008-09-05 | 1 | -0/+18 | |
| | | | | Guenther | |||||
* | netapi: add NetShareDel skeleton. | Günther Deschner | 2008-09-05 | 3 | -0/+70 | |
| | | | | Guenther | |||||
* | re-run make idl. | Günther Deschner | 2008-09-05 | 3 | -1/+44 | |
| | | | | Guenther | |||||
* | netapi: add NetShareDel to IDL. | Günther Deschner | 2008-09-05 | 1 | -0/+10 | |
| | | | | Guenther | |||||
* | net: use netapi for rpc_sh_share_add as well. | Günther Deschner | 2008-09-05 | 1 | -21/+15 | |
| | | | | Guenther | |||||
* | net: use netapi to add shares. | Günther Deschner | 2008-09-05 | 1 | -49/+43 | |
| | | | | Guenther | |||||
* | netapi: fix return code in NetShareAdd_r. | Günther Deschner | 2008-09-05 | 1 | -0/+3 | |
| | | | | Guenther | |||||
* | Protect against a closed socket | Volker Lendecke | 2008-09-05 | 1 | -0/+5 | |
| | ||||||
* | Do proper error handling if the socket is closed | Volker Lendecke | 2008-09-05 | 1 | -2/+8 | |
| | ||||||
* | configure: fix typo in GNU ld version-script test. | Michael Adam | 2008-09-05 | 1 | -1/+1 | |
| | | | | Michael | |||||
* | Fix winbindd crash bug with trusted domains. Bug #5736 | James Ding | 2008-09-04 | 1 | -0/+2 | |
| | ||||||
* | Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel | Herb Lewis | 2008-09-04 | 2 | -11/+8 | |
|\ | ||||||
| * | Use different variable names for talloc and tdb object file names than | Jelmer Vernooij | 2008-09-04 | 2 | -11/+8 | |
| | | | | | | | | Samba 4. | |||||
* | | get rid of unneeded argument in get_methods and get_alloc_methods | Herb Lewis | 2008-09-04 | 1 | -14/+9 | |
|/ | ||||||
* | Merge branch 'v3-devel' of ssh://jra@git.samba.org/data/git/samba into v3-devel | Jeremy Allison | 2008-09-04 | 1 | -3/+3 | |
|\ | ||||||
| * | kerberos: fix indent of enc type lines in generated krb5.conf files. | Günther Deschner | 2008-09-04 | 1 | -3/+3 | |
| | | | | | | | | Guenther | |||||
* | | Cleanup of DC enumeration in get_dcs() | Steven Danneman | 2008-09-04 | 3 | -30/+91 | |
|/ | | | | | | | | | | | This is a fix for a few small inefficiencies/bugs in the get_dcs() path. * because the third add_one_dc_unique() loop was outside the ADS check all DCs returned from the non-sitename lookup were being tacked onto the dc_name_ip list twice. * add_one_dc_unique() now checks if the given IP address already exists before adding it to the list, making the returned list actually unique * added more thorough doxygen comment headers | |||||
* | Fix bug #5729. Explicitly allow "-valid". | Jeremy Allison | 2008-09-03 | 1 | -1/+1 | |
| | | | | Jeremy | |||||
* | Revert "Split lookup_name() and create a new functiong called" | Simo Sorce | 2008-09-03 | 5 | -117/+110 | |
| | | | | This reverts commit 8594edf666c29fd4ddf1780da842683dd81483b6. | |||||
* | The msync manpage reports that msync *must* be called before munmap. Failure ↵ | Simo Sorce | 2008-09-03 | 2 | -2/+8 | |
| | | | | to do so may result in lost data. Fix an ifdef check, I really think we meant to check HAVE_MMAP here. | |||||
* | Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel | Simo Sorce | 2008-09-03 | 62 | -1298/+4296 | |
|\ | ||||||
| * | factor prs_append_some_data out of prs_append_some_prs_data | Volker Lendecke | 2008-09-03 | 2 | -9/+19 | |
| | | ||||||
| * | Tiny logic simplification: remove an else branch | Volker Lendecke | 2008-09-03 | 1 | -36/+33 | |
| | | ||||||
| * | winbindd: the ad trusted_domains call should return talloced strings. | Günther Deschner | 2008-09-02 | 1 | -2/+5 | |
| | | | | | | | | Guenther | |||||
| * | Remove unused CLI_DO_RPC macros | Volker Lendecke | 2008-09-02 | 1 | -48/+0 | |
| | | ||||||
| * | doserr: add WERR_WRONG_PASSWORD. | Günther Deschner | 2008-09-02 | 2 | -0/+3 | |
| | | | | | | | | Guenther | |||||
| * | Fix some nonempty blank lines | Volker Lendecke | 2008-09-01 | 3 | -33/+33 | |
| | | ||||||
| * | Slightly simplify logic: remove an else branch | Volker Lendecke | 2008-09-01 | 1 | -14/+11 | |
| | | ||||||
| * | Fix typo | Volker Lendecke | 2008-09-01 | 1 | -1/+1 | |
| | | ||||||
| * | Fix Coverity ID 587 | Volker Lendecke | 2008-09-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following test program prints "8" on 64-bit :-) static void print_size(const char lenbuf[4]) { printf("sizeof(lenbuf) = %d\n", (int)sizeof(lenbuf)); } int main(void) { const char lenbuf[4]; print_size(lenbuf); return 0; } Jeremy, please check :-) Volker | |||||
| * | Fix Coverity ID 589, dead code | Volker Lendecke | 2008-08-31 | 1 | -0/+9 | |
| | | ||||||
| * | Remove a duplicate retval check | Volker Lendecke | 2008-08-31 | 1 | -8/+2 | |
| | | | | | | | | Jeremy, please check! | |||||
| * | Fix Coverity ID 592 | Volker Lendecke | 2008-08-31 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | The scanner did not figure out that we always have a primary domain, so it complained about us potentially passing a NULL pointer down to set_domain_online_request() where it is dereferenced. Make the code a bit clearer. | |||||
| * | Merge branch 'v3-devel' of ssh://jra@git.samba.org/data/git/samba into v3-devel | Jeremy Allison | 2008-08-29 | 31 | -763/+2718 | |
| |\ |