summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3:configure: fix syntax error in avahi configure testBjörn Jacke2009-07-031-1/+1
* s4: Don't install epdump, since it no longer exists.Jelmer Vernooij2009-07-031-2/+1
* Revert "[s3]pidfile_create: use check is_default_dyn_CONFIGFILE() since we ha...Michael Adam2009-07-031-1/+1
* do not redefine _INT32Matt Kraai2009-07-032-4/+8
* s3:configure: define _LARGEFILE64_SOURCE on QNXMatt Kraai2009-07-031-0/+4
* s3:pam_smbpass: fix build error on some Linux distrosBjörn Jacke2009-07-031-1/+1
* s4 docs: Git has revision SHA's, not numbers.Jelmer Vernooij2009-07-031-1/+1
* s4: Remove stub endpoint mapper script.Jelmer Vernooij2009-07-031-24/+0
* TOSHARG: Fix typo: s/aquire/acquire/Jelmer Vernooij2009-07-031-1/+1
* pidl: Don't run compile tests inside the tree, won't work yet.Jelmer Vernooij2009-07-031-4/+8
* s3:smbd: add marshalling layer for SMB2 Lock supportStefan Metzmacher2009-07-024-1/+232
* s4:libcli: move SMB2 lock flags to smb2_constants.hStefan Metzmacher2009-07-022-7/+8
* s3:smbd: add marshalling layer for SMB2 Find (QueryDirectory) supportStefan Metzmacher2009-07-024-1/+265
* s3:smbd: add marshalling layer for SMB2 Break support (SMB 2.002 only)Stefan Metzmacher2009-07-024-1/+217
* s3:smbd: add marshalling layer for SMB2 SetInfo supportStefan Metzmacher2009-07-024-1/+222
* s3:smbd: add marshalling layer for SMB2 GetInfo supportStefan Metzmacher2009-07-024-1/+261
* spoolss: the flags in spoolss_PrinterInfo1 are in fact spoolss_PrinterAttribu...Günther Deschner2009-07-024-55/+55
* s4-smbtorture: fix getjob test in RPC-SPOOLSS.Günther Deschner2009-07-021-0/+5
* doserrors: print out some more werrors.Günther Deschner2009-07-021-0/+5
* talloc: change TALLOC_MAGIC for version 2.0.0Stefan Metzmacher2009-07-021-1/+12
* show attribute values in sorted order to make comparison easierAndrew Tridgell2009-07-021-0/+5
* s3:smbd: add support for SMB2 NotifyStefan Metzmacher2009-07-024-1/+378
* s3:smbd: make change_notify_reply() more generic and hide send_nt_replies() b...Stefan Metzmacher2009-07-023-17/+42
* s3:smbd: simplify the notify code a bit and always reply via change_notify_re...Stefan Metzmacher2009-07-023-35/+30
* s3:smbd: push nttrans and trans2 responses with no data to the clientStefan Metzmacher2009-07-022-0/+16
* s3:smbd: restore the 3.0.x bahavior of send_nt_replies()Stefan Metzmacher2009-07-021-0/+5
* s3:smbd: move global notify_changes_by_mid to smbd_server_connectionStefan Metzmacher2009-07-023-7/+8
* s3:smbd: allow the offset to the path being 0 in SMB2 createStefan Metzmacher2009-07-021-1/+3
* we can't use the unique index code for samAccountNameAndrew Tridgell2009-07-022-8/+75
* decrypt all objects in a DRS record, not just the first oneAndrew Tridgell2009-07-021-2/+5
* change talloc to 2.0.0Andrew Tridgell2009-07-023-3/+3
* Changed ldb.ERR_NO_SUCH_OBJECT to LDB_ERR_NO_SUCH_OBJECT.Andrew Tridgell2009-07-021-5/+5
* fixed the pull of drs schema elementsAndrew Tridgell2009-07-023-33/+108
* the settings structure needs to be initialisedAndrew Tridgell2009-07-021-0/+1
* LDB_ERR_INVALID_DN_SYNTAX doesn't exist ...Andrew Tridgell2009-07-021-1/+1
* s4:param use talloc_unlink() to free iconv context holding referencesAndrew Bartlett2009-07-021-1/+1
* [SAMBA 4 directory] Changes "forceLogoff" and corrects the "subRefs"Matthias Dieter Wallnöfer2009-07-021-2/+4
* Ensure we don't use delayed writes on POSIX opened files.Jeremy Allison2009-07-012-0/+15
* Fix bug #6520 time stamps - e.g. last mod time is not preserved when "unix ex...Jeremy Allison2009-07-011-3/+31
* s3:util: let parent_dirname() correctly return toplevel filenamesStefan Metzmacher2009-07-011-1/+1
* s3:onefs_open: remove unused variable passed to parent_dirname()Stefan Metzmacher2009-07-011-2/+1
* s3:smbd: remove unused variables passed to parent_dirname()Stefan Metzmacher2009-07-012-5/+3
* s3:build: remove the libgpo objects upon "make clean"Michael Adam2009-07-011-1/+2
* s3:build: remove ../libcli/nbt/tools/nmblookup.o and friends in make cleanMichael Adam2009-07-011-1/+1
* lib/util: fix order of includes in tevent_ntstatus.cMichael Adam2009-07-011-1/+1
* fixed the talloc testsuite for the recent changesAndrew Tridgell2009-07-011-6/+10
* a talloc_realloc() to zero size needs to use an unambiguous freeAndrew Tridgell2009-07-011-1/+1
* s3/docs: Fix typo.Matt Kraai2009-07-011-1/+1
* removed a generated fileAndrew Tridgell2009-07-011-74/+0
* use a talloc_reparent in a very ugly wayAndrew Tridgell2009-07-011-2/+11