summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2009-02-24libcli/ldap: move ldap_ndr from source4/ to toplevelStefan Metzmacher4-115/+2
2009-02-24libcli/ldap: move ldap_errors.h to the toplevel and install itStefan Metzmacher3-67/+2
2009-02-24libcli/ldap: move ldap_message.[ch] from source4/ to the toplevelStefan Metzmacher6-1702/+4
2009-02-24s4:libcli/ldap: remove reference to DEBUG()Stefan Metzmacher1-1/+0
2009-02-24s4:libcli: split out LIBCLI_LDAP_MESSAGE subsystemStefan Metzmacher6-287/+301
2009-02-24Added mmr and olc to the OpenLDAP backend provisioning-scriptsOliver Liebel13-63/+224
2009-02-24Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell30-97/+117
2009-02-24fixed the event context for net vampireAndrew Tridgell1-1/+1
2009-02-24added a missing linefeedAndrew Tridgell1-1/+1
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce28-38/+42
2009-02-23Make all transactions nested in ldb. The current samba4 code expects thisSimo Sorce2-59/+75
2009-02-21s4-smbtorture: fix eventlog getinformation test.Günther Deschner1-4/+4
2009-02-21Let --enable-external-libldb default to no (since linking againstJelmer Vernooij2-4/+5
2009-02-21Add --enable-external-* flags for libraries shipped with Samba, to allowJelmer Vernooij2-5/+26
2009-02-20s4 torture: Add comment to clarify testZack Kirsch1-0/+3
2009-02-20Moved become_daemon() and close_low_fds() to shared util libSteven Danneman1-1/+1
2009-02-20Added torture tests to RAW-NOTIFYSteven Danneman1-2/+150
2009-02-19s4:librpc/ndr: if uninitialized variable in string_array codeStefan Metzmacher1-1/+1
2009-02-18s4 torture: Add new test to create a file with a lot of streamsTim Prouty1-0/+45
2009-02-18s4 torture: Add additional streams create disposition testTim Prouty1-0/+20
2009-02-18s4-smbtorture: enable spoolss_AddPrinterDriverEx ndr test.Günther Deschner1-1/+1
2009-02-18s4:netlogon: don't mix in and out negotiate_flags in dcesrv_netr_ServerAuthen...Stefan Metzmacher1-3/+4
2009-02-18Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-develAndrew Bartlett8-11/+69
2009-02-18paper over failure to reprovision with os.unlink()Andrew Bartlett1-1/+2
2009-02-18Worked around a problem with select/poll/epoll and gnutls Andrew Tridgell5-1/+47
2009-02-18fixed some of the TLS problemsAndrew Tridgell3-10/+22
2009-02-17s4-smbtorture: fix spoolss test after count out,ref idl changes.Günther Deschner3-10/+38
2009-02-17s4-spoolss: fix spoolss server after out,ref count pointer changes.Günther Deschner2-15/+14
2009-02-17s4-spoolss: fix dcesrv_spoolss_RemoteFindFirstPrinterChangeNotifyEx server.Günther Deschner1-5/+6
2009-02-17s4-smbtorture: fix spoolss notify test.Günther Deschner1-14/+14
2009-02-16s4:netlogon: implement netr_LogonGetCapabilities with NT_STATUS_NOT_IMPLEMENTEDStefan Metzmacher1-4/+5
2009-02-16s4:netlogon: always return correct negotiate_flags in Authenticate[2|3]()Stefan Metzmacher1-1/+31
2009-02-14s4-smbtorture: fix test_PausePrinter and test_ResumePrinter.Günther Deschner1-8/+24
2009-02-13s4 torture: Add rename test to imitate the way OS X renames filesAravind Srinivasan1-0/+83
2009-02-13Fix the build. When you do "make distclean; ./autogen; ./configure; make" and...Jeremy Allison1-0/+4
2009-02-13s4:configure: require the same version for external and internal libteventStefan Metzmacher1-1/+1
2009-02-13s4:lib/socket: add socket_address_copy()Stefan Metzmacher2-0/+35
2009-02-13s4:ldb_ildap: remove compiler warningsStefan Metzmacher1-4/+9
2009-02-13s4:libcli/ldap: use const char * const *attributes as in all other placesStefan Metzmacher2-2/+2
2009-02-13s4:ntvfs_generic: use talloc_get_type() to remote compiler warningsStefan Metzmacher1-3/+5
2009-02-13s4:torture/samba3rpc: fix the build after get_myname() changesStefan Metzmacher1-3/+3
2009-02-13Remove the s4 version of smbspool.cVolker Lendecke1-353/+0
2009-02-13Replace get_myname() with the talloc version from v3-3-testVolker Lendecke2-4/+4
2009-02-13Remove useless invocation of messaging_init() in RPC-PAC testAndrew Bartlett1-9/+0
2009-02-13Push sam_get_server_info_principal into the auth subsystemAndrew Bartlett8-63/+122
2009-02-13Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett22-110/+230
2009-02-12Fix Coverity ID 871 -- do not dereference "sp" before checking for NULLVolker Lendecke1-1/+3
2009-02-12Fix Coverity ID 872 -- we have alread dereferenced "ac" 2 lines aboveVolker Lendecke1-1/+1
2009-02-12Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij5-18/+579
2009-02-12Provide a SamDB TestCase-class that can be used by OpenChange.Jelmer Vernooij1-0/+10