summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* smbd: create the messaging conntext earlierStefan Metzmacher2008-04-181-11/+16
* smbd: call reinit_after_fork() in the needed placesStefan Metzmacher2008-04-181-16/+6
* loadparm: make it possible to just load the config without following "include...Stefan Metzmacher2008-04-181-10/+43
* util: add reinit_after_fork() functionStefan Metzmacher2008-04-181-0/+30
* smbd: merge "smbd:backgroundqueue=no" option from the v3-0-ctdb treeStefan Metzmacher2008-04-181-2/+4
* messages_ctdbd: autocreate a ctdb connection, this will fix segfaults in the ...Stefan Metzmacher2008-04-181-0/+18
* messages_ctdbd: make sure a ctdbd connection is only used in the process that...Stefan Metzmacher2008-04-181-1/+11
* IDL: make idl.Günther Deschner2008-04-182-0/+19
* IDL: Add type 23 in nbt_ntlogon_request reply packets.Günther Deschner2008-04-181-0/+1
* Janitor for tridge. Keep lib/replace in sync with the gcc4Jeremy Allison2008-04-184-5/+6
* IDL: Re-run make idl and hand merge some required functions from Samba 4.Günther Deschner2008-04-175-38/+94
* IDL: add dom_sid0 to security.idl (hand merge from samba4).Günther Deschner2008-04-171-0/+3
* loadparm: reactivate special semantics of "include = registry" for now.Michael Adam2008-04-171-0/+18
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-04-177-110/+306
|\
| * Merge commit 'samba/v3-2-test' into wbc-testGerald W. Carter2008-04-1727-372/+9321
| |\
| | * nbt.idl: fix parsing und pushing of dom_sids by using dom_sid0Stefan Metzmacher2008-04-171-6/+4
| * | Remove unused variable from wbcCheckTrustCredentials().Gerald W. Carter2008-04-171-1/+0
| * | Convert "wbinfo -m" to use wbcListTrusts() API call.Gerald W. Carter2008-04-171-84/+50
| * | Add wbcListTrusts() API call to libwbclient.soGerald W. Carter2008-04-172-6/+238
| * | Follow error code name convention in libwbclient.Gerald W. Carter2008-04-174-14/+14
* | | Fix the problem when -L is used with IPv6 addresses. Don't try toJeremy Allison2008-04-171-0/+8
| |/ |/|
* | rpc_parse: Use UUIDs from librpc/gen_ndr/ when possible to reduceJelmer Vernooij2008-04-174-196/+33
* | Fix gcc uninitialized variable used warning.Jeremy Allison2008-04-171-6/+5
* | build: add missing dependency for libtdb.so to pam_smbpassMichael Adam2008-04-171-1/+1
* | Move GETDC mailslot out of winbindd.Günther Deschner2008-04-172-162/+167
* | IDL: build generated nbt code.Günther Deschner2008-04-175-3/+23
* | IDL: Add autogenerated nbt files.Günther Deschner2008-04-175-0/+5963
* | IDL: Build nbt.idl always.Günther Deschner2008-04-171-1/+1
* | IDL: Add nbt.idl from Samba4.Günther Deschner2008-04-171-0/+700
* | wbclient: Remove unused string.Günther Deschner2008-04-171-1/+0
* | libnetapi: Disable talloc_enable_leak_report.Günther Deschner2008-04-171-1/+1
* | netdomjoin-gui: Fix label alignment showing up with lower screen-resolution.Günther Deschner2008-04-171-1/+1
* | libgpo: try nicer output when dumping gpo registry values.Günther Deschner2008-04-171-1/+1
* | libgpo: Fallback to NTLMSSP fails while pulling policy from SYSVOL.Günther Deschner2008-04-171-1/+2
* | Add some comments.Jelmer Vernooij2008-04-172-5/+23
* | Remove copying of interface syntax id.Jelmer Vernooij2008-04-172-6/+2
* | fix return code.Jelmer Vernooij2008-04-171-1/+3
* | Actually connect to RPC.Jelmer Vernooij2008-04-173-5/+50
* | Add simple implementation of several functions in the Samba 4 RPCJelmer Vernooij2008-04-176-1/+2366
|/
* wbinfo: use wbcCheckTrustCredentials()Stefan Metzmacher2008-04-171-10/+12
* libwbclient: add wbcCheckTrustCredentials()Stefan Metzmacher2008-04-172-0/+58
* wbinfo: use wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher2008-04-171-26/+16
* libwbclient: add wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher2008-04-172-0/+87
* net: Be more tolerant while joining.Günther Deschner2008-04-171-4/+9
* NetrUnjoinDomain2: Honor registry config to try config changes.Günther Deschner2008-04-171-0/+1
* dsgetdcname: Fix discover_dc_dns.Günther Deschner2008-04-171-14/+26
* libsmbconf: fix segfault in listing share names / config.Michael Adam2008-04-161-1/+1
* add AC_TRY_RUN_STRICT support for Sun Studio compilerBjörn Jacke2008-04-161-0/+12
* Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Gerald W. Carter2008-04-163-8/+8
* libnetapi: Add initial inline doxygen comments.Günther Deschner2008-04-161-36/+195