summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.1.8 release.samba-4.1.8Karolin Seeger2014-06-031-1/+1
* WHATSNEW: Add release notes for Samba 4.1.8.Karolin Seeger2014-06-031-2/+119
* printing: fix purge of all print jobsDavid Disseldorp2014-06-021-4/+19
* s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...Jeremy Allison2014-05-271-42/+43
* s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...Jeremy Allison2014-05-271-70/+57
* bug #10609: CVE-2014-0239 Don't reply to repliesKai Blin2014-05-202-0/+35
* lib-util: rename memdup to smb_memdup and fix all callers (bug #10556)Björn Baumbach2014-05-2011-15/+15
* ad-dc: use exit_daemon() to communicate status of startup to systemdAlexander Bokovoy2014-05-201-12/+7
* winbindd: use exit_daemon() to pass startup status to systemdAlexander Bokovoy2014-05-201-9/+4
* nmbd: use exit_daemon() to report status to systemdAlexander Bokovoy2014-05-201-25/+14
* smbd: use exit_daemon() to support reporting to systemd from smbdAlexander Bokovoy2014-05-201-25/+19
* add systemd integrationAlexander Bokovoy2014-05-2012-10/+97
* pidl/lib/wscript_build: make use of PERL_LIB_INSTALL_DIRStefan Metzmacher2014-05-201-2/+2
* script/autobuild: make use of --with-perl-{arch,lib}-install-dirStefan Metzmacher2014-05-201-1/+3
* wafsamba: Fail with error message if perl doesn't provide valid dirs.Stefan Metzmacher2014-05-201-19/+39
* wafsamba: If perl can't provide defaults, define them.Andreas Schneider2014-05-201-2/+8
* FSCTL_GET_SHADOW_COPY_DATA: Don't return 4 extra bytes at endChristof Schmitt2014-05-191-2/+2
* FSCTL_GET_SHADOW_COPY_DATA: Initialize output array to zeroChristof Schmitt2014-05-191-1/+1
* s3: smbd : Fix wildcard unlink to fail if we get an error rather than trying ...Jeremy Allison2014-05-191-1/+2
* s3: smbd: Remove open_file_fchmod().Jeremy Allison2014-05-192-36/+0
* s3: smbd: change file_set_dosmode() to use get_file_handle_for_metadata() ins...Jeremy Allison2014-05-191-12/+92
* s3: smbd : Ensure file_new doesn't call into smbXsrv_open_create() for INTERN...Jeremy Allison2014-05-192-4/+15
* s3 : smbd : Protect all possible code paths from fsp->op == NULL.Jeremy Allison2014-05-195-2/+41
* byteorder: do not assume PowerPC is big-endianDavid Disseldorp2014-05-191-4/+6
* Fix an empty if statement.Jose A. Rivera2014-05-191-1/+1
* Minor typo fix in source3/wscript.Jose A. Rivera2014-05-191-1/+1
* s3: smbd - smb1 - fix read of deleted memory in reply_writeclose().Noel Power2014-05-061-11/+13
* idmap_autorid: fix failure in reverse lookup if ID is from domain range index #0Abhidnya Joshi2014-05-061-1/+1
* dsdb: Do checks for invalid renames in samldb, before repl_meta_dataAndrew Bartlett2014-05-062-238/+271
* build: fix ordering problems with lib-provided and internal RPATHsMichael Adam2014-04-291-0/+13
* s4:torture/netlogon: Test netlogon with additional attrsBenjamin Franzke2014-04-291-0/+83
* s4:torture/ldap: Add test for netlogon over tcpBenjamin Franzke2014-04-294-330/+519
* libcli/cldap: Add utility to create netlogon filterBenjamin Franzke2014-04-292-40/+52
* s4:dsdb: Move cldap netlogon functions into samdb/ldb_modulesBenjamin Franzke2014-04-2910-34/+10
* s4:cldap_server: Do not handle netlogon ourself anymoreBenjamin Franzke2014-04-293-62/+5
* s4:dsdb/rootdse: Support netlogon requestBenjamin Franzke2014-04-293-11/+77
* s4:dsdb/rootdse: Pass rootdse context to rootdse_add_dynamicBenjamin Franzke2014-04-291-20/+19
* provision: Fix string replacement orderingBenjamin Franzke2014-04-291-1/+1
* s4:cldap_server: Move netlogon parsing into utility functionBenjamin Franzke2014-04-292-34/+73
* s4:torture/cldap: Fix a typoBenjamin Franzke2014-04-291-1/+1
* s3-lib/util: fix logic inside set_namearray loops.Jeremy Allison2014-04-291-10/+16
* s3-lib/util: fix read across end of namelist stringBjörn Baumbach2014-04-291-2/+5
* s3-nmbd: reset debug settings after reading config file (bug #10239)Björn Baumbach2014-04-291-0/+4
* VERSION: Bump version number up to 4.1.8...Karolin Seeger2014-04-171-2/+2
* WHATSNEW: Add release notes for Samba 4.1.7.samba-4.1.7Karolin Seeger2014-04-171-2/+115
* s3: messages: Implement cleanup of dead records.Jeremy Allison2014-04-044-0/+68
* s3:libsmb: SMBC_getatr() if no method worked, try all methods again on next a...Gregor Beck2014-04-041-3/+5
* client: use cli_qpathinfo3 for allinfoGregor Beck2014-04-041-2/+2
* s3:libsmb: cli_qpathinfo3 use cli_qpathinfo2 for smb2Gregor Beck2014-04-041-1/+7
* client: remove a write only variableGregor Beck2014-04-041-2/+1