summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3-kerberos: next step to resolve Bug #6929: build with recent heimdal.Günther Deschner2009-11-261-3/+3
* Fix warnings with talloc_asprintf.Jeremy Allison2009-11-251-3/+3
* Make us pass RAW-CHKPATH with a case sensitive share.Jeremy Allison2009-11-251-42/+105
* Add RAW-CHKPATH test with case-sensitive share.Jeremy Allison2009-11-252-0/+7
* s3-build: try to fix QNX build ("delay" is defined in lib headers).Günther Deschner2009-11-251-7/+7
* s3-registry: fix REG_MULTI_SZ handling in registry_push_value.Günther Deschner2009-11-251-3/+20
* s3-kerberos: add check for prerequisite krb5/krb5.h header while checking for...Günther Deschner2009-11-251-2/+7
* Fix bug 6892 - When a chown operation is issued via Windows Explorer, all ACL...Jeremy Allison2009-11-251-15/+36
* Fix crash due to uninitialized pointer (not a problem in 3.4.x or below).Jeremy Allison2009-11-251-2/+1
* s3 selftest: Add RAW-SFILEINFO-END-OF-FILE to selftestTim Prouty2009-11-251-1/+1
* s3 setfileinfo: Open with FILE_WRITE_DATA when setting the file sizeTim Prouty2009-11-251-1/+1
* s4 torture: Split up the torture suite setup for RAW-SFILEINFOTim Prouty2009-11-251-2/+2
* Remove call into reduce_name if case sensitive. This allows us to passJeremy Allison2009-11-241-2/+1
* Allow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMANTICS set or withJeremy Allison2009-11-242-4/+13
* Fix make test. Only do POSIX case conversion if FILE_FLAG_POSIX_SEMANTICS set...Jeremy Allison2009-11-241-8/+12
* s3: Always try SamLogonExVolker Lendecke2009-11-241-2/+6
* s3-spoolss: re-arrange driver info level fillup functions.Günther Deschner2009-11-241-95/+95
* s3-spoolss: fixes for _spoolss_EnumPrinterKey client and server.Günther Deschner2009-11-242-3/+3
* s3-registry: use push_reg_multi_sz() in registry_push_value().Günther Deschner2009-11-241-59/+3
* s3-registry: remove reg_pull_multi_sz().Günther Deschner2009-11-243-30/+18
* s3:torture: use timeval_current/timeval_elapsed instead of start_timer/end_timerStefan Metzmacher2009-11-242-33/+19
* s3:torture/nbio: use timeval_current/timeval_elapsed instead of start_timer/e...Stefan Metzmacher2009-11-241-2/+5
* s3:dbwrap_torture: use timeval_current/timeval_elapsed instead of start_timer...Stefan Metzmacher2009-11-241-16/+3
* s3:fix the merged build of bin/smbtorture4Michael Adam2009-11-247-6/+6
* Restore NtCreateX case handling with FILE_FLAG_POSIX_SEMANTICS to the wayJeremy Allison2009-11-231-5/+68
* Remove unused code.Jeremy Allison2009-11-232-49/+0
* Proper fix for #6898 - Samba duplicates file content on appending. Pointed ou...Jeremy Allison2009-11-233-13/+21
* s3: add dbwrap_torture - a tool to stress test tdb transactions through dbwrapMichael Adam2009-11-232-1/+369
* s3:torture: move the torture-specific headers to new torture/torture.hMichael Adam2009-11-238-55/+87
* s3:idmap_ldap: fix indentation: tab/space mixupMichael Adam2009-11-231-14/+14
* Fix bug #6898 - Samba duplicates file content on appendingJeremy Allison2009-11-231-0/+10
* s3-spoolss: Fix GetPrinter level 101.Günther Deschner2009-11-231-1/+1
* Revert "s3: Make the implicit reference to Protocol in mask_match() explicit"Volker Lendecke2009-11-235-18/+10
* Revert "s3: Make the implicit reference to Protocol in mask_match_list() expl...Volker Lendecke2009-11-233-12/+6
* Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke2009-11-2310-22/+15
* Revert "s3: Make the implicit reference to get_Protocol in lp_use_sendfile() ...Volker Lendecke2009-11-233-9/+5
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-2319-66/+53
* s3-winbind: In _wbint_CheckMachineAccount, there is only one child domain everVolker Lendecke2009-11-231-1/+1
* s3: Move a variable declaration to its only useVolker Lendecke2009-11-231-1/+1
* s3-printing: remove duplicate code while cleaning up driver structs.Günther Deschner2009-11-231-68/+39
* s3-spoolss: move more defines out of nt_printing.h to spoolss.idl where they ...Günther Deschner2009-11-231-67/+0
* s3-printing: remove unused NT_PRINTER_DRIVER_INFO_LEVEL structs.Günther Deschner2009-11-231-41/+0
* s3-printing: use spoolss types and structs while getting and deleting drivers.Günther Deschner2009-11-235-375/+362
* s3-printing: use spoolss types and structs while adding drivers.Günther Deschner2009-11-233-484/+184
* s3-spoolss: fix spoolss_EnumPrinterKey client and server code.Günther Deschner2009-11-232-7/+40
* s3: Fix bug 6338 -- net rpc trustdom list always display "none"Volker Lendecke2009-11-221-10/+23
* s3: Fix some nonempty blank linesVolker Lendecke2009-11-219-568/+468
* s3: Remove a struct typedefVolker Lendecke2009-11-213-9/+9
* s3: Make alloc_sub_basic() staticVolker Lendecke2009-11-213-20/+22
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-2119-53/+66