summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...Jeremy Allison2009-03-273-1/+31
* s3: ifdef sendfile code that's only used in other ifdef'ed sendfile codeBjörn Jacke2009-03-271-0/+2
* s4:torture/smb2: fix compiler warnings and bugsStefan Metzmacher2009-03-271-1/+3
* s4:torture/smb2: fix the buildStefan Metzmacher2009-03-271-5/+5
* s4:build: make it possible to pass down CTAGS_OPTIONS or ETAGS_OPTIONSStefan Metzmacher2009-03-271-2/+3
* s3:build: make it possible to pass down CTAGS_OPTIONS or ETAGS_OPTIONSStefan Metzmacher2009-03-271-2/+2
* tsocket: try to fix the build on solaris systemsStefan Metzmacher2009-03-271-18/+18
* Fix the build of nfsv4_acls.cVolker Lendecke2009-03-271-1/+1
* Add durable open / oplock interaction test. Rather than give it a chance to d...Zach Loafman2009-03-261-3/+109
* Reorganize old persistent_handles test into durable_open.c, turn it into a su...Zach Loafman2009-03-263-9/+20
* Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2009-03-261-4/+7
|\
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-03-2726-74/+188
| |\
| * | added a --wspp optionAndrew Tridgell2009-03-271-4/+7
* | | Try and fix the build farm RAW-STREAMS errors. Ordering ofJeremy Allison2009-03-261-2/+2
| |/ |/|
* | Revert 757d403dfff023fdb122a155f6a05d33daa76410 - moduleJeremy Allison2009-03-261-1/+1
* | This should fix the build farm RAW-STREAMS failure. streams_depot.soJeremy Allison2009-03-261-1/+1
* | Fix bug #6224 - nmbd waits 5 minutes at startup before checking if it needs t...Jeremy Allison2009-03-261-3/+0
* | configure: Use m4 defines for minimum library versions rather than shellJelmer Vernooij2009-03-263-11/+11
* | Merge branch 'copyright' of /home/jelmer/samba4Jelmer Vernooij2009-03-266-4/+89
|\ \
| * | selftest: Add copyright headersJelmer Vernooij2009-03-256-4/+89
* | | Merge branch 'displaysec' of /home/jelmer/samba4Jelmer Vernooij2009-03-264-44/+47
|\ \ \
| * \ \ Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysecJelmer Vernooij2009-03-2622-574/+236
| |\ \ \
| * | | | display_sec: Move to common libcli/security directory.Jelmer Vernooij2009-03-254-44/+47
| * | | | Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysecJelmer Vernooij2009-03-2580-1790/+5042
| |\ \ \ \
* | \ \ \ \ Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2009-03-2695-2325/+5239
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | s4:heimdal_build: provide heimdal_version and heimdal_long_version symbolsStefan Metzmacher2009-03-262-0/+7
| * | | | s4:heimdal_build: define HAVE_STRLCPY, HAVE_STRLCAT, HAVE_STRCASECMP and HAVE...Stefan Metzmacher2009-03-261-0/+16
| * | | | s4:kdc: use krb5_data_free()Stefan Metzmacher2009-03-261-1/+1
| * | | | s4:auth/credentials: use krb5_data_free()Stefan Metzmacher2009-03-261-5/+1
| * | | | s4:auth/credentials: include gssapi/gssapi_krb5.hStefan Metzmacher2009-03-261-0/+1
| * | | | Fix a talloc/malloc screwup in file_lines_ploadVolker Lendecke2009-03-261-1/+1
| * | | | error-codes: add WERR_DS_DRA_SOURCE_DISABLED.Günther Deschner2009-03-262-0/+2
| * | | | Fix a scary "fill_share_mode_lock failed" messageVolker Lendecke2009-03-261-1/+2
| | |_|/ | |/| |
| * | | Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-03-2610-33/+42
| |\ \ \
| | * | | s3-libnetapi: fix creds in libnetapi_open_ipc_connection().Günther Deschner2009-03-261-0/+5
| | * | | s3:rpc_parse: remove unused init_unistr().Günther Deschner2009-03-263-25/+4
| | * | | s3-net: Fix Bug #6102. NetQueryDisplayInformation could return wrong informat...Günther Deschner2009-03-261-6/+12
| | * | | Avahi disables a timer by tv=NULL in avahi_timeout_update(), do not crashVolker Lendecke2009-03-261-0/+7
| | * | | Ensure we never enter VFS_CREATE without having initializedJeremy Allison2009-03-253-0/+12
| | * | | Revert "s3/swat: don't link against zlib"Michael Adam2009-03-261-1/+1
| | * | | Revert "s3/smbd: don't link against zlib"Michael Adam2009-03-261-1/+1
| * | | | fixed possibleinferiors.py so it matches windows behaviourAndrew Tridgell2009-03-261-39/+127
| |/ / /
| * | | s3/ldbtools: don't neddlessly link against wbinbind libsBjörn Jacke2009-03-251-6/+6
| * | | s3/cifs: don't link cifs mount helpers agains poptBjörn Jacke2009-03-251-6/+6
| * | | s3/swat: don't link against zlibBjörn Jacke2009-03-251-1/+1
| * | | s3/smbd: don't link against zlibBjörn Jacke2009-03-251-1/+1
| * | | s3/pam_smbpass: don't link agains KRB5LIBSBjörn Jacke2009-03-251-1/+1
| * | | s3-rpc_parse: remove unused smb_io_domsid().Günther Deschner2009-03-252-39/+0
| * | | s3: remove unused rpc_parse/parse_sec.c file.Günther Deschner2009-03-253-442/+1
| * | | s3-registry: remove last sec_io_desc() caller.Günther Deschner2009-03-251-2/+24
| |/ /