summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* Sort output of schema for OpenLDAP during conversionAndrew Bartlett2009-03-061-98/+132
* Allow ms_schema.py to produce output much like minschema_wsppSreepathi Pai2009-03-051-0/+15
* Remove ad2oLschema, insted call it directly from provision-backendAndrew Bartlett2009-03-057-225/+113
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schemaAndrew Bartlett2009-03-0558-292/+718
|\
| * Remove parse_control from header, long after the function was removedAndrew Bartlett2009-03-051-1/+0
| * Update talloc version so we don't fail on system talloc 1.2.0Andrew Bartlett2009-03-051-1/+1
| * Pull in all the schema information during DRS schema fetchAndrew Bartlett2009-03-041-9/+38
| * Don't print the admin password if we don't set one.Andrew Bartlett2009-03-041-1/+2
| * Allow 'net vampire' to work without an existing smb.confAndrew Bartlett2009-03-042-3/+7
| * make man page (un)install more portableBjörn Jacke2009-03-022-2/+2
| * some shells are picky about ^ without quotesBjörn Jacke2009-03-021-2/+2
| * Fix test_surrounding in samba4.rpcecho.python.Jelmer Vernooij2009-03-021-1/+1
| * Merge branch 'master' of git://git.samba.org/samba into convenienceJelmer Vernooij2009-03-012-2/+5
| |\
| | * Add header files for secace and secacl.Jelmer Vernooij2009-03-011-1/+2
| | * Move secacl to top-level.Jelmer Vernooij2009-03-011-1/+2
| | * Move secace.c to top-level.Jelmer Vernooij2009-03-011-1/+2
| * | Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij2009-03-016-39/+44
| * | s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-0121-148/+124
| |/
| * Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-0121-49/+49
| * And the prize for the most pain caused in the build farm for a simpleJeremy Allison2009-02-271-1/+1
| * don't hardcode python pathBjörn Jacke2009-02-261-1/+5
| * Add another torture test inspired by George @ Apple.Jeremy Allison2009-02-261-0/+86
| * s4:heimdal_build: correrctly switch closefrom() and get/setprogname() replace...Stefan Metzmacher2009-02-261-4/+6
| * s4:Makefile: try to fix 'make installheaders' on *BSD systemsStefan Metzmacher2009-02-261-1/+1
| * s4:heimdal_build: don't always build setprogname.oStefan Metzmacher2009-02-262-17/+34
| * s4:ldb_map: include ldb_includes.h first to get replace.h as first headerStefan Metzmacher2009-02-263-0/+3
| * s4:VERSION: mark as 4.0.0-alpha8 gitsnapshotStefan Metzmacher2009-02-261-2/+2
| * Mark as the Samba 4.0 alpha7 releaseAndrew Bartlett2009-02-261-1/+1
| * A simple hack to avoid the segfault in #6138Andrew Bartlett2009-02-261-1/+1
| * s4-spoolss: implement dcesrv_spoolss_AddJob which always is a dummy.Günther Deschner2009-02-251-1/+5
| * s4-smbtorture: add test_AddJob test to RPC-SPOOLSS test.Günther Deschner2009-02-251-0/+29
| * s4-spoolss: implement dcesrv_spoolss_GetPrintProcessorDirectory.Günther Deschner2009-02-254-1/+68
| * s4-smbtorture: expand RPC-SPOOLSS enumform and getform tests for level 2 forms.Günther Deschner2009-02-251-32/+42
| * s4-smbtorture: add test_GetPrintProcessorDirectory to RPC-SPOOLSS.Günther Deschner2009-02-251-0/+64
| * s4: make libintl a build dependency of heimdal_krb5 so all dependent binaries...Tim Prouty2009-02-251-1/+1
| * Use stdbool.h instead of manually defining boolSimo Sorce2009-02-251-10/+1
| * s4:lib/events: map TEVENT_DEBUG_TRACE to debug level 10Stefan Metzmacher2009-02-251-1/+1
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-02-2539-2078/+408
| |\
| | * s4 heimdal: Link libintl correctlyTim Prouty2009-02-251-0/+6
| | * s4:build: add some comments to the SMB_EXT_LIB() definitionStefan Metzmacher2009-02-251-0/+7
| | * Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2009-02-243-31/+9
| | |\
| | * | Added torture test from a usage case from the Apple OS/X client.Jeremy Allison2009-02-241-0/+119
| * | | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-02-2430-97/+117
| |\ \ \
| * | | | expand tabs in python file, consistent with the rest of the file.Jelmer Vernooij2009-02-244-9/+9
| * | | | expand tabs in python file, consistent with the rest of the file.Jelmer Vernooij2009-02-241-39/+39
| * | | | Fix finding of setup data.Jelmer Vernooij2009-02-241-1/+1
* | | | | Add the new, updated AD schema file from MicrosoftAndrew Bartlett2009-02-254-1623/+1585
* | | | | Don't parse the schema data twiceAndrew Bartlett2009-02-251-12/+8
* | | | | Tolerate more whitespace errorsAndrew Bartlett2009-02-251-0/+1
* | | | | Create schema.ldif at runtime directly from ad-schema filesSreepathi Pai2009-02-252-5/+278
| |_|_|/ |/| | |