summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2008-10-13Share ndr.c implementation.Jelmer Vernooij1-1/+1
2008-10-13Share ndrdump implementation.Jelmer Vernooij1-1/+1
2008-10-13Share uuid implementations.Jelmer Vernooij1-1/+1
2008-10-13Share ndr_misc implementations.Jelmer Vernooij1-1/+1
2008-10-13Share ndr_basic implementation.Jelmer Vernooij1-1/+1
2008-10-13Move code specific to Samba 3 to a separate file.Jelmer Vernooij1-1/+2
2008-10-12Fix other paths to binding.o.Jelmer Vernooij1-4/+4
2008-10-12Share RPC binding string utility functions.Jelmer Vernooij1-1/+1
2008-10-12Use common util_file code.Jelmer Vernooij1-1/+1
2008-10-12Sync util_tdb implementations.Jelmer Vernooij1-1/+1
2008-10-12Move rbtree.[ch] to lib/util.Jelmer Vernooij1-1/+1
2008-10-12Fix "make etags" -- args list was too long for my etagsVolker Lendecke1-1/+3
2008-10-12Use common signal helper implementation.Jelmer Vernooij1-1/+1
2008-10-12Share data_blob implementation.Jelmer Vernooij1-1/+1
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-2/+2
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-0/+1
2008-10-11Use xfile from common lib/util in Samba 3.Jelmer Vernooij1-1/+1
Conflicts: source3/Makefile.in
2008-10-11Clean up properly.Jelmer Vernooij1-1/+3
2008-10-11Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij1-5/+45
2008-10-10pam_winbind: prepare to use libwbclient inside pam_winbind.Günther Deschner1-2/+2
Guenther
2008-10-10pam_winbind: convert to use talloc.Günther Deschner1-2/+2
Guenther
2008-10-10krb5_locator: use wbcLookupDomainControllerEx() for query.Günther Deschner1-3/+3
Guenther
2008-10-09remove common lib object files on make cleanlib from source3Tim Prouty1-0/+4
source4 already cleans up the object files on make clean. This patch modifies source3 to also do this.
2008-10-09wbclient: add wbcGuidToString and wbcStringToGuid helper functions.Günther Deschner1-0/+1
Guenther
2008-10-09build: add "make test_wbpad" for checking winbind 32/64bit structure padding.Günther Deschner1-0/+4
Guenther
2008-10-06Add netlogond auth methodVolker Lendecke1-0/+5
This authenticates against a local running samba4 using SamLogonEx. We retrieve the machine password using samba4's mymachinepwd script and store the schannel key for re-use in secrets.tdb.
2008-10-06Add dyn_NCALRPCDIRVolker Lendecke1-0/+2
2008-09-27[s3]build: build the new test_lp_load command.Michael Adam1-0/+11
Michael
2008-09-27libgpo: add security CSE skeleton.Günther Deschner1-0/+6
Guenther
2008-09-25idmap_hash: Fix the nss_info link during "make install"Gerald W. Carter1-0/+1
2008-09-25idmap_adex: Fix the nss_info install link.Gerald W. Carter1-0/+1
2008-09-24SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com>Holger Hetterich1-0/+5
Used to gather data to feed to a database for live and historical analysis of usage per user, per share, etc. Helper apps to read the data still to come. This one still needs to be made ipv6 enabled (connection is made to the helper app).
2008-09-24Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij1-1/+1
Conflicts: source3/include/includes.h
2008-09-24Use common crc32 implementation.Jelmer Vernooij1-1/+1
2008-09-24Use common arcfour implementation.Jelmer Vernooij1-2/+2
2008-09-24Use shared copy of hmac5 implementation.Jelmer Vernooij1-1/+1
2008-09-24Use common md4 implementation.Jelmer Vernooij1-1/+1
2008-09-24Use common MD5.Jelmer Vernooij1-1/+1
2008-09-24s3-nbt: use the new generated nbt.Günther Deschner1-0/+2
Guenther
2008-09-23s3-build: let ctags/etags start from the toplevel dir.Günther Deschner1-2/+2
Guenther
2008-09-23s3-nbt: use ../libcli/nbt helper.Günther Deschner1-1/+1
Guenther
2008-09-22idmap_adex: Add new idmap plugin for support RFC2307 enabled AD forests.Gerald (Jerry) Carter1-0/+12
The adex idmap/nss_info plugin is an adapation of the Likewise Enterprise plugin with support for OU based cells removed (since the Windows pieces to manage the cells are not available). This plugin supports * The RFC2307 schema for users and groups. * Connections to trusted domains * Global catalog searches * Cross forest trusts * User and group aliases Prerequiste: Add the following attributes to the Partial Attribute Set in global catalog: * uidNumber * uid * gidNumber A basic config using the current trunk code would look like [global] idmap backend = adex idmap uid = 10000 - 19999 idmap gid = 20000 - 29999 idmap config US:backend = adex idmap config US:range = 20000 - 29999 winbind nss info = adex winbind normalize names = yes winbind refresh tickets = yes template homedir = /home/%D/%U template shell = /bin/bash
2008-09-22s3: link @tallocdir@/testsuite_main.o into talloctortStefan Metzmacher1-2/+2
metze
2008-09-22s3: link libreplace/test/main.c into replacetortStefan Metzmacher1-0/+1
metze
2008-09-17[s3]build: add dependency to libsmbclient to libsmbclient_examples targetMichael Adam1-1/+1
Michael
2008-09-17[s3]build: fix building bin/replacetort (lib/replace has moved)Michael Adam1-4/+4
Michael
2008-09-17Makefile: add targets [clean_]libnetapi_examples to top lvl MakefileMichael Adam1-0/+6
Michael
2008-09-17Move pidl to top-level directory.Jelmer Vernooij1-3/+3
2008-09-17Merge branch 'master' of ssh://git.samba.org/data/git/samba into singlelibJelmer Vernooij1-0/+13
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-1/+1