summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* netapi: add new SERVER_INFO structures to public header.Günther Deschner2008-09-051-0/+31
| | | | Guenther
* re-run make idl.Günther Deschner2008-09-053-0/+183
| | | | Guenther
* netapi: add SERVER_INFO_100-102 to IDL.Günther Deschner2008-09-051-0/+30
| | | | Guenther
* netapi: fix NetGetJoinableOUs_r: do not tear down connection.Günther Deschner2008-09-051-4/+0
| | | | Guenther
* netapi: add NetShareEnum example code.Günther Deschner2008-09-052-1/+149
| | | | Guenther
* netapi: add NetShareEnum to public headers.Günther Deschner2008-09-051-0/+27
| | | | Guenther
* netapi: add NetShareEnum skeleton.Günther Deschner2008-09-053-0/+81
| | | | Guenther
* re-run make idl.Günther Deschner2008-09-053-1/+74
| | | | Guenther
* netapi: add NetShareEnum to IDL.Günther Deschner2008-09-051-0/+14
| | | | Guenther
* netapi: add new SHARE_INFO structs to public header.Günther Deschner2008-09-051-0/+29
| | | | Guenther
* re-run make idl.Günther Deschner2008-09-051-0/+29
| | | | Guenther
* netapi: add more SHARE_INFO_X levels.Günther Deschner2008-09-051-0/+29
| | | | Guenther
* net: use netapi for rpc_sh_share_delete as well.Günther Deschner2008-09-051-10/+1
| | | | Guenther
* net: use netapi for deleting shares.Günther Deschner2008-09-051-36/+2
| | | | Guenther
* netapi: implement NetShareDel_r.Günther Deschner2008-09-051-1/+32
| | | | Guenther
* netapi: add NetShareDel example code.Günther Deschner2008-09-052-1/+92
| | | | Guenther
* netapi: add NetShareDel to public header.Günther Deschner2008-09-051-0/+18
| | | | Guenther
* netapi: add NetShareDel skeleton.Günther Deschner2008-09-053-0/+70
| | | | Guenther
* re-run make idl.Günther Deschner2008-09-053-1/+44
| | | | Guenther
* netapi: add NetShareDel to IDL.Günther Deschner2008-09-051-0/+10
| | | | Guenther
* net: use netapi for rpc_sh_share_add as well.Günther Deschner2008-09-051-21/+15
| | | | Guenther
* net: use netapi to add shares.Günther Deschner2008-09-051-49/+43
| | | | Guenther
* netapi: fix return code in NetShareAdd_r.Günther Deschner2008-09-051-0/+3
| | | | Guenther
* Protect against a closed socketVolker Lendecke2008-09-051-0/+5
|
* Do proper error handling if the socket is closedVolker Lendecke2008-09-051-2/+8
|
* configure: fix typo in GNU ld version-script test.Michael Adam2008-09-051-1/+1
| | | | Michael
* Fix winbindd crash bug with trusted domains. Bug #5736James Ding2008-09-041-0/+2
|
* Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develHerb Lewis2008-09-042-11/+8
|\
| * Use different variable names for talloc and tdb object file names thanJelmer Vernooij2008-09-042-11/+8
| | | | | | | | Samba 4.
* | get rid of unneeded argument in get_methods and get_alloc_methodsHerb Lewis2008-09-041-14/+9
|/
* Merge branch 'v3-devel' of ssh://jra@git.samba.org/data/git/samba into v3-develJeremy Allison2008-09-041-3/+3
|\
| * kerberos: fix indent of enc type lines in generated krb5.conf files.Günther Deschner2008-09-041-3/+3
| | | | | | | | Guenther
* | Cleanup of DC enumeration in get_dcs()Steven Danneman2008-09-043-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 Allison2008-09-031-1/+1
| | | | Jeremy
* Revert "Split lookup_name() and create a new functiong called"Simo Sorce2008-09-035-117/+110
| | | | This reverts commit 8594edf666c29fd4ddf1780da842683dd81483b6.
* The msync manpage reports that msync *must* be called before munmap. Failure ↵Simo Sorce2008-09-032-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-develSimo Sorce2008-09-0362-1298/+4296
|\
| * factor prs_append_some_data out of prs_append_some_prs_dataVolker Lendecke2008-09-032-9/+19
| |
| * Tiny logic simplification: remove an else branchVolker Lendecke2008-09-031-36/+33
| |
| * winbindd: the ad trusted_domains call should return talloced strings.Günther Deschner2008-09-021-2/+5
| | | | | | | | Guenther
| * Remove unused CLI_DO_RPC macrosVolker Lendecke2008-09-021-48/+0
| |
| * doserr: add WERR_WRONG_PASSWORD.Günther Deschner2008-09-022-0/+3
| | | | | | | | Guenther
| * Fix some nonempty blank linesVolker Lendecke2008-09-013-33/+33
| |
| * Slightly simplify logic: remove an else branchVolker Lendecke2008-09-011-14/+11
| |
| * Fix typoVolker Lendecke2008-09-011-1/+1
| |
| * Fix Coverity ID 587Volker Lendecke2008-09-011-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 codeVolker Lendecke2008-08-311-0/+9
| |
| * Remove a duplicate retval checkVolker Lendecke2008-08-311-8/+2
| | | | | | | | Jeremy, please check!
| * Fix Coverity ID 592Volker Lendecke2008-08-311-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-develJeremy Allison2008-08-2931-763/+2718
| |\