summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* r14778: Fix coverity null deref bugs #268 - #271.Jeremy Allison2007-10-101-1/+24
* r14776: Fix coverity #263 - #267. No one was checking tallocJeremy Allison2007-10-101-7/+88
* r14774: Fix null deref coverity bugs #260, #261, #262.Jeremy Allison2007-10-101-2/+13
* r14772: Fix coverity bug #258. Seems coverity has discovered talloc :-).Jeremy Allison2007-10-101-0/+14
* r14770: Fix coverity bug #257. Possible null deref.Jeremy Allison2007-10-101-1/+9
* r14768: Fix potential null deref coverity bugs #255, #256.Jeremy Allison2007-10-101-17/+25
* r14766: Fix possible NULL deref. Coverity #254.Jeremy Allison2007-10-101-8/+9
* r14764: Fix possible null pointer deref. Coverity #253.Jeremy Allison2007-10-101-2/+4
* r14763: Add a new tuning parameter, open files database hash size,Jeremy Allison2007-10-104-4/+11
* r14760: Fix #3642, ensure we don't call FD_SET on read with fd == -1.Jeremy Allison2007-10-101-0/+4
* r14758: Fix broken LDAP search filter.Günther Deschner2007-10-101-1/+1
* r14757: Make sure we only send out a CLDAP request to an connected AD server.Günther Deschner2007-10-101-4/+6
* r14756: Make smbpasswd -a root work for eDirectory where there is no "account"Günther Deschner2007-10-101-5/+18
* r14753: Fix the kerberized pam_auth: As we could have created a new credentialGünther Deschner2007-10-101-14/+26
* r14751: Use the noreturn attribute to try and tell coverity thatJeremy Allison2007-10-102-9/+21
* r14748: store the name/ip address combination when we doa reverse look up in ...Gerald Carter2007-10-101-2/+11
* r14746: Add the Samba4 replacements for opendir/readdir etc. toJeremy Allison2007-10-106-8/+352
* r14744: allow ./timelimit 5 ./timelimit 20 ./ignore_all_signalsStefan Metzmacher2007-10-101-3/+11
* r14743: Fix coverity bug #227. Possible deref of null pointerJeremy Allison2007-10-101-5/+10
* r14703: Clarify the return codes for the POSIX locking case. ThisJeremy Allison2007-10-102-3/+7
* r14699: allow 'net sam addmem' to accept a SID for the memberGerald Carter2007-10-101-5/+19
* r14698: Make sure we expand our own local groups and notGerald Carter2007-10-101-1/+13
* r14696: make pdb_find_backend_entry public (for use by an external "multi" pd...Jelmer Vernooij2007-10-101-3/+1
* r14695: Patch from Björn Jacke:Volker Lendecke2007-10-102-8/+26
* r14683: Get rid of hardcoded output file. With no arg, print to stdout,Jim McDonough2007-10-101-75/+59
* r14682: Small cleanup in ads_verify_ticket.Günther Deschner2007-10-101-6/+5
* r14681: Get rid of hardcoded /tmp/add.ldif and /tmp/mod.ldif files. Is there aJim McDonough2007-10-101-14/+19
* r14678: - we need to use 127.0.0.2/8 as interface for the serverStefan Metzmacher2007-10-106-18/+104
* r14676: add make valgrindtest and remove old 'make check' and old 'make test'Stefan Metzmacher2007-10-101-39/+20
* r14675: Protect against null sids and rids in the cached credentials functions.Günther Deschner2007-10-101-2/+28
* r14674: Further cleanup for cached logins, only dump hashes with DEBUG_PASSWORD.Günther Deschner2007-10-103-1/+9
* r14669: Remove duplicate source caused by running patch(1) once too often.James Peach2007-10-101-272/+0
* r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach2007-10-1013-7/+677
* r14664: r13868@cabra: derrell | 2006-03-22 17:04:30 -0500Derrell Lipman2007-10-103-24/+187
* r14659: Fix installpammodules for shells where aLars Müller2007-10-102-5/+11
* r14646: Adding samr querygroup infolevels 2 & 5.Günther Deschner2007-10-104-13/+152
* r14645: No idea how this happened, fixing the build.Günther Deschner2007-10-101-55/+0
* r14643: Merge dcerpc_errstr from Samba 4.Günther Deschner2007-10-105-4/+146
* r14634: Many bug fixes thanks to train rides and overnight stays in airportsGerald Carter2007-10-108-27/+162
* r14632: add basic 'make test' using samba4's smbtortureStefan Metzmacher2007-10-109-274/+478
* r14631: Add {,un}installpammodules rule and add it to the install rule.Lars Müller2007-10-102-2/+37
* r14628: sync timelimit.c with the version from the build-farm repositoryStefan Metzmacher2007-10-101-20/+39
* r14627: Adapt the linkage text from pam_smbpass to pam_winbind.Lars Müller2007-10-101-1/+1
* r14626: Only set libdir and mandir to the defaults if we haven't used --libdirLars Müller2007-10-101-2/+2
* r14624: - add timelimit.cStefan Metzmacher2007-10-103-0/+120
* r14618: add --no-process-group to all server programmsStefan Metzmacher2007-10-105-12/+19
* r14617: Fix typo in comment.Lars Müller2007-10-101-1/+1
* r14611: Fix init_creds_opts issue jerry discovered when using MIT krb5 1.3:Günther Deschner2007-10-102-11/+1
* r14602: Fix another logic bug in new oplock handling. JustJeremy Allison2007-10-101-12/+17
* r14600: Refactor capability interface from being IRIX-specific to using onlyJames Peach2007-10-107-88/+111