summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | fixed the event context for net vampireAndrew Tridgell2009-02-241-1/+1
* | added a missing linefeedAndrew Tridgell2009-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
|\
| * Worked around a problem with select/poll/epoll and gnutls Andrew Tridgell2009-02-185-1/+47
| * fixed some of the TLS problemsAndrew Tridgell2009-02-183-10/+22
* | paper over failure to reprovision with os.unlink()Andrew Bartlett2009-02-181-1/+2
|/
* s4-smbtorture: fix spoolss test after count out,ref idl changes.Günther Deschner2009-02-173-10/+38
* s4-spoolss: fix spoolss server after out,ref count pointer changes.Günther Deschner2009-02-172-15/+14
* s4-spoolss: fix dcesrv_spoolss_RemoteFindFirstPrinterChangeNotifyEx server.Günther Deschner2009-02-171-5/+6
* s4-smbtorture: fix spoolss notify test.Günther Deschner2009-02-171-14/+14
* s4:netlogon: implement netr_LogonGetCapabilities with NT_STATUS_NOT_IMPLEMENTEDStefan Metzmacher2009-02-161-4/+5
* s4:netlogon: always return correct negotiate_flags in Authenticate[2|3]()Stefan Metzmacher2009-02-161-1/+31
* s4-smbtorture: fix test_PausePrinter and test_ResumePrinter.Günther Deschner2009-02-141-8/+24
* s4 torture: Add rename test to imitate the way OS X renames filesAravind Srinivasan2009-02-131-0/+83
* Fix the build. When you do "make distclean; ./autogen; ./configure; make" and...Jeremy Allison2009-02-131-0/+4
* s4:configure: require the same version for external and internal libteventStefan Metzmacher2009-02-131-1/+1
* s4:lib/socket: add socket_address_copy()Stefan Metzmacher2009-02-132-0/+35
* s4:ldb_ildap: remove compiler warningsStefan Metzmacher2009-02-131-4/+9
* s4:libcli/ldap: use const char * const *attributes as in all other placesStefan Metzmacher2009-02-132-2/+2
* s4:ntvfs_generic: use talloc_get_type() to remote compiler warningsStefan Metzmacher2009-02-131-3/+5
* s4:torture/samba3rpc: fix the build after get_myname() changesStefan Metzmacher2009-02-131-3/+3
* Remove the s4 version of smbspool.cVolker Lendecke2009-02-131-353/+0
* Replace get_myname() with the talloc version from v3-3-testVolker Lendecke2009-02-132-4/+4
* Remove useless invocation of messaging_init() in RPC-PAC testAndrew Bartlett2009-02-131-9/+0