summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-09-05netdomjoin-gui: test all NetServerGetInfo levels until we get comment.Günther Deschner1-17/+48
2008-09-05netdomjoin-gui: add support to remotely join/unjoin workstations.Günther Deschner1-38/+60
2008-09-05netapi: add support for local query of level 101 in NetServerGetInfo.Günther Deschner1-0/+25
2008-09-05netapi: add support for more infolevels in NetServerGetInfo_r.Günther Deschner1-3/+90
2008-09-05netapi: add NetServerGetInfo example code.Günther Deschner2-0/+134
2008-09-05netapi: add new SERVER_INFO structures to public header.Günther Deschner1-0/+31
2008-09-05re-run make idl.Günther Deschner3-0/+183
2008-09-05netapi: add SERVER_INFO_100-102 to IDL.Günther Deschner1-0/+30
2008-09-05netapi: fix NetGetJoinableOUs_r: do not tear down connection.Günther Deschner1-4/+0
2008-09-05netapi: add NetShareEnum example code.Günther Deschner2-1/+149
2008-09-05netapi: add NetShareEnum to public headers.Günther Deschner1-0/+27
2008-09-05netapi: add NetShareEnum skeleton.Günther Deschner3-0/+81
2008-09-05re-run make idl.Günther Deschner3-1/+74
2008-09-05netapi: add NetShareEnum to IDL.Günther Deschner1-0/+14
2008-09-05netapi: add new SHARE_INFO structs to public header.Günther Deschner1-0/+29
2008-09-05re-run make idl.Günther Deschner1-0/+29
2008-09-05netapi: add more SHARE_INFO_X levels.Günther Deschner1-0/+29
2008-09-05net: use netapi for rpc_sh_share_delete as well.Günther Deschner1-10/+1
2008-09-05net: use netapi for deleting shares.Günther Deschner1-36/+2
2008-09-05netapi: implement NetShareDel_r.Günther Deschner1-1/+32
2008-09-05netapi: add NetShareDel example code.Günther Deschner2-1/+92
2008-09-05netapi: add NetShareDel to public header.Günther Deschner1-0/+18
2008-09-05netapi: add NetShareDel skeleton.Günther Deschner3-0/+70
2008-09-05re-run make idl.Günther Deschner3-1/+44
2008-09-05netapi: add NetShareDel to IDL.Günther Deschner1-0/+10
2008-09-05net: use netapi for rpc_sh_share_add as well.Günther Deschner1-21/+15
2008-09-05net: use netapi to add shares.Günther Deschner1-49/+43
2008-09-05netapi: fix return code in NetShareAdd_r.Günther Deschner1-0/+3
2008-09-05Protect against a closed socketVolker Lendecke1-0/+5
2008-09-05Do proper error handling if the socket is closedVolker Lendecke1-2/+8
2008-09-05configure: fix typo in GNU ld version-script test.Michael Adam1-1/+1
2008-09-04Fix winbindd crash bug with trusted domains. Bug #5736James Ding1-0/+2
2008-09-04Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develHerb Lewis2-11/+8
2008-09-04Use different variable names for talloc and tdb object file names thanJelmer Vernooij2-11/+8
2008-09-04get rid of unneeded argument in get_methods and get_alloc_methodsHerb Lewis1-14/+9
2008-09-04Merge branch 'v3-devel' of ssh://jra@git.samba.org/data/git/samba into v3-develJeremy Allison1-3/+3
2008-09-04Cleanup of DC enumeration in get_dcs()Steven Danneman3-30/+91
2008-09-04kerberos: fix indent of enc type lines in generated krb5.conf files.Günther Deschner1-3/+3
2008-09-03Fix bug #5729. Explicitly allow "-valid".Jeremy Allison1-1/+1
2008-09-03Revert "Split lookup_name() and create a new functiong called"Simo Sorce5-117/+110
2008-09-03The msync manpage reports that msync *must* be called before munmap. Failure ...Simo Sorce2-2/+8
2008-09-03Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce62-1298/+4296
2008-09-03factor prs_append_some_data out of prs_append_some_prs_dataVolker Lendecke2-9/+19
2008-09-03Tiny logic simplification: remove an else branchVolker Lendecke1-36/+33
2008-09-02winbindd: the ad trusted_domains call should return talloced strings.Günther Deschner1-2/+5
2008-09-02Remove unused CLI_DO_RPC macrosVolker Lendecke1-48/+0
2008-09-02doserr: add WERR_WRONG_PASSWORD.Günther Deschner2-0/+3
2008-09-01Fix some nonempty blank linesVolker Lendecke3-33/+33
2008-09-01Slightly simplify logic: remove an else branchVolker Lendecke1-14/+11
2008-09-01Fix typoVolker Lendecke1-1/+1