summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* Mark as the Samba 4.0 alpha7 releasesamba-4.0.0alpha7Andrew 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
| |\
| | * Updates to the recent cn=config support for the OpenLDAP backendOliver Liebel2009-02-253-31/+9
| * | Added torture test from a usage case from the Apple OS/X client.Jeremy Allison2009-02-241-0/+119
| |/
| * Make S4 build on OpenSolaris.Jeremy Allison2009-02-242-1/+3
| * Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2009-02-241-11/+22
| |\
| | * Fix some C++ warningsVolker Lendecke2009-02-241-11/+22
| * | Fix the build. Looks like no one ever compiled this on a systemJeremy Allison2009-02-243-0/+16
| |/
| * Start fixing Solaris build failures.Jeremy Allison2009-02-243-3/+4
| * libcli/ldap: move generic ldap control encoding code to ldap_message.cStefan Metzmacher2009-02-244-137/+14
| * s4:libcli/ldap: don't use 'void **out' as arguments as the behavior is not de...Stefan Metzmacher2009-02-241-17/+32
| * libcli/ldap: move ldap_ndr from source4/ to toplevelStefan Metzmacher2009-02-244-115/+2
| * libcli/ldap: move ldap_errors.h to the toplevel and install itStefan Metzmacher2009-02-243-67/+2
| * libcli/ldap: move ldap_message.[ch] from source4/ to the toplevelStefan Metzmacher2009-02-246-1702/+4
| * s4:libcli/ldap: remove reference to DEBUG()Stefan Metzmacher2009-02-241-1/+0
| * s4:libcli: split out LIBCLI_LDAP_MESSAGE subsystemStefan Metzmacher2009-02-246-287/+301
| * Added mmr and olc to the OpenLDAP backend provisioning-scriptsOliver Liebel2009-02-2413-63/+224
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-02-2430-97/+117
| |\
| * | fixed the event context for net vampireAndrew Tridgell2009-02-241-1/+1
| * | added a missing linefeedAndrew Tridgell2009-02-241-1/+1
* | | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-02-2430-97/+117
|\ \ \ | | |/ | |/|
| * | Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-2328-38/+42
| * | Make all transactions nested in ldb. The current samba4 code expects thisSimo Sorce2009-02-232-59/+75
| |/
* | 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
|/
* s4-smbtorture: fix eventlog getinformation test.Günther Deschner2009-02-211-4/+4
* Let --enable-external-libldb default to no (since linking againstJelmer Vernooij2009-02-212-4/+5
* Add --enable-external-* flags for libraries shipped with Samba, to allowJelmer Vernooij2009-02-212-5/+26
* s4 torture: Add comment to clarify testZack Kirsch2009-02-201-0/+3
* Moved become_daemon() and close_low_fds() to shared util libSteven Danneman2009-02-201-1/+1
* Added torture tests to RAW-NOTIFYSteven Danneman2009-02-201-2/+150
* s4:librpc/ndr: if uninitialized variable in string_array codeStefan Metzmacher2009-02-191-1/+1
* s4 torture: Add new test to create a file with a lot of streamsTim Prouty2009-02-181-0/+45
* s4 torture: Add additional streams create disposition testTim Prouty2009-02-181-0/+20
* s4-smbtorture: enable spoolss_AddPrinterDriverEx ndr test.Günther Deschner2009-02-181-1/+1
* s4:netlogon: don't mix in and out negotiate_flags in dcesrv_netr_ServerAuthen...Stefan Metzmacher2009-02-181-3/+4
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-develAndrew Bartlett2009-02-188-11/+69
|\