Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-12 | Share data_blob implementation. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-11 | Cope with changed signature of http_timestring(). | Jelmer Vernooij | 1 | -0/+1 | |
2008-10-11 | Use xfile from common lib/util in Samba 3. | Jelmer Vernooij | 1 | -1/+1 | |
Conflicts: source3/Makefile.in | |||||
2008-10-11 | Clean up properly. | Jelmer Vernooij | 1 | -1/+3 | |
2008-10-11 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4 | Jelmer Vernooij | 1 | -5/+45 | |
2008-10-10 | pam_winbind: prepare to use libwbclient inside pam_winbind. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-10-10 | pam_winbind: convert to use talloc. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-10-10 | krb5_locator: use wbcLookupDomainControllerEx() for query. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-10-09 | remove common lib object files on make cleanlib from source3 | Tim Prouty | 1 | -0/+4 | |
source4 already cleans up the object files on make clean. This patch modifies source3 to also do this. | |||||
2008-10-09 | wbclient: add wbcGuidToString and wbcStringToGuid helper functions. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-10-09 | build: add "make test_wbpad" for checking winbind 32/64bit structure padding. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2008-10-06 | Add netlogond auth method | Volker Lendecke | 1 | -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-06 | Add dyn_NCALRPCDIR | Volker Lendecke | 1 | -0/+2 | |
2008-09-27 | [s3]build: build the new test_lp_load command. | Michael Adam | 1 | -0/+11 | |
Michael | |||||
2008-09-27 | libgpo: add security CSE skeleton. | Günther Deschner | 1 | -0/+6 | |
Guenther | |||||
2008-09-25 | idmap_hash: Fix the nss_info link during "make install" | Gerald W. Carter | 1 | -0/+1 | |
2008-09-25 | idmap_adex: Fix the nss_info install link. | Gerald W. Carter | 1 | -0/+1 | |
2008-09-24 | SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com> | Holger Hetterich | 1 | -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-24 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4 | Jelmer Vernooij | 1 | -1/+1 | |
Conflicts: source3/include/includes.h | |||||
2008-09-24 | Use common crc32 implementation. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-24 | Use common arcfour implementation. | Jelmer Vernooij | 1 | -2/+2 | |
2008-09-24 | Use shared copy of hmac5 implementation. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-24 | Use common md4 implementation. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-24 | Use common MD5. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-24 | s3-nbt: use the new generated nbt. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2008-09-23 | s3-build: let ctags/etags start from the toplevel dir. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-09-23 | s3-nbt: use ../libcli/nbt helper. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-09-22 | idmap_adex: Add new idmap plugin for support RFC2307 enabled AD forests. | Gerald (Jerry) Carter | 1 | -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-22 | s3: link @tallocdir@/testsuite_main.o into talloctort | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2008-09-22 | s3: link libreplace/test/main.c into replacetort | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2008-09-17 | [s3]build: add dependency to libsmbclient to libsmbclient_examples target | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2008-09-17 | [s3]build: fix building bin/replacetort (lib/replace has moved) | Michael Adam | 1 | -4/+4 | |
Michael | |||||
2008-09-17 | Makefile: add targets [clean_]libnetapi_examples to top lvl Makefile | Michael Adam | 1 | -0/+6 | |
Michael | |||||
2008-09-17 | Move pidl to top-level directory. | Jelmer Vernooij | 1 | -3/+3 | |
2008-09-17 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into singlelib | Jelmer Vernooij | 1 | -0/+13 | |
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Make the correct module name. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2008-09-16 | First (incomplete) cut of this module. Based on Volker's original work. | Jeremy Allison | 1 | -0/+5 | |
Jeremy. | |||||
2008-09-16 | idmap_hash: Add the idmap/nss-info provider from Likewise Open. | Gerald (Jerry) Carter | 1 | -0/+8 | |
* Port the Likewise Open idmap/nss_info provider (renamed to idmap_hash). * uids & gids are generated based on a hashing algorithm that collapse the Domain SID to a 31 bit number. The reverse mapping from the high order 11 bits to the originat8ing sdomain SID is stored in a has table initialized at start up. * Includes support for "idmap_hash:name_map = <filename>" for the name aliasing layer. The name map file consist of entries in the form "alias = DOMAIN\name" | |||||
2008-09-16 | Merge branch 'singlecompression' into single | Jelmer Vernooij | 1 | -2/+2 | |
2008-09-16 | Use single copy of compression library in Samba3,4. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Use pidl from Samba 4 from Samba 3 rather than hoping there is one installed ↵ | Jelmer Vernooij | 1 | -1/+1 | |
on the system. | |||||
2008-09-16 | Use a single copy of popt in samba3 and samba4. | Jelmer Vernooij | 1 | -2/+2 | |
2008-09-15 | Ignore generated build files. | Jelmer Vernooij | 1 | -2/+2 | |
2008-09-15 | Import merged build patch. | Jelmer Vernooij | 1 | -25/+13 | |
2008-09-11 | build: don't install the cifs.upcall binary twice. | Günther Deschner | 1 | -1/+1 | |
Guenther (This used to be commit 1f44b4aaa5f700827ee2ab272ae4b59e559b094b) | |||||
2008-09-11 | netapi: add NetFileClose skeleton. | Günther Deschner | 1 | -1/+2 | |
Guenther (This used to be commit 4a006ae644bd85b670aab835dc7d90dadaec3503) | |||||
2008-09-09 | Stop ignoring .svn directories when creating tags, since we no longer use | Jelmer Vernooij | 1 | -2/+2 | |
svn. (This used to be commit 151c78652a89146049a134f60aef509c2117c436) | |||||
2008-09-09 | Rename object variables to avoid clashes with Samba 4. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit c77758de5d6df28abaffe3f8a1d7b5cbc615605e) |