summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-23Add missing dependency on com_err.Jelmer Vernooij1-1/+1
2011-04-23Add check for krb5_free_unparsed_name, when using external heimdal.Jelmer Vernooij1-2/+3
2011-04-23s3: Fix Coverity ID 2478, UNINITVolker Lendecke1-1/+1
2011-04-23s3:include/vfs.h: remove very old hints for vfs modules with interface versio...Stefan Metzmacher1-8/+0
2011-04-23Revert "s3-vfs: another attempt to fix the Tru64 build."Stefan Metzmacher3-8/+0
2011-04-23s3:smbd/nttrans: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher1-44/+5
2011-04-23s3:lib/sysquota: remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher1-24/+0
2011-04-23s3:libsmb: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher1-57/+5
2011-04-23Support the 'PYTHON' environment variable.Jelmer Vernooij3-0/+8
2011-04-22script/librelease: display the permission on the serverStefan Metzmacher1-0/+1
2011-04-22script/librelease: add more error checkingStefan Metzmacher1-3/+9
2011-04-22script/librelease: set umask 0022Stefan Metzmacher1-0/+1
2011-04-22script/librelease: use a GPG_KEYID variable to hold the signing keyStefan Metzmacher1-1/+2
2011-04-22s3: Fix Coverity ID 2047, UNUSED_VALUEVolker Lendecke1-2/+0
2011-04-22s3: Fix Coverity ID 2325, RESOURCE_LEAKVolker Lendecke1-0/+4
2011-04-22s3: Fix Coverity ID 2336, NULL_RETURNSVolker Lendecke1-0/+4
2011-04-22s3: Fix Coverity ID 2335, CHECKED_RETURNVolker Lendecke1-1/+3
2011-04-22asn1: Fix Coverity ID 2299, CHECKED_RETURNVolker Lendecke1-1/+5
2011-04-22s3: Fix Coverity ID 2307, NULL_RETURNSVolker Lendecke1-0/+4
2011-04-22s3: Fix Coverity ID 986, BUFFER_SIZE_WARNINGVolker Lendecke1-1/+1
2011-04-22s3: Fix Coverity ID 1340, NULL_RETURNSVolker Lendecke1-0/+4
2011-04-22Cosmetic. Fix bad indentation.Jeremy Allison1-18/+18
2011-04-21Fix compiler warning in debug message.Jeremy Allison1-2/+2
2011-04-21Remove duplicate code - move to parent_dirname() as a common function.Jeremy Allison1-25/+14
2011-04-22s3-vfs: another attempt to fix the Tru64 build.Günther Deschner3-0/+8
2011-04-22s3-waf: try to fix the build on sunos5.Günther Deschner1-0/+2
2011-04-22s3-waf: fix typo in comment.Günther Deschner1-1/+1
2011-04-22Revert "s3-vfs: try to fix the Tru64 build."Günther Deschner1-6/+0
2011-04-21s3-vfs: try to fix the Tru64 build.Günther Deschner1-0/+6
2011-04-21s3-proto: move more rpc client prototypes to cli_pipe.h.Günther Deschner2-7/+9
2011-04-21script: add hardcoded library release key idStefan Metzmacher1-1/+1
2011-04-21s4:ldb: change version to 1.1.0 after adding new functions:Stefan Metzmacher2-1/+254
2011-04-21ldb: add custom flags and functions for the application that wants to manipul...Matthieu Patou3-0/+54
2011-04-21s4:ldb/tests: add tests for ldbmodify and 'modrdn'Stefan Metzmacher2-1/+16
2011-04-21s4:ldb/tools: add support for "modrdn" to ldbmodifyStefan Metzmacher1-1/+23
2011-04-21s4:ldb/ldif: add support for "modrdn"Stefan Metzmacher2-1/+226
2011-04-21s3-vfs: rename open function to open_fn.Günther Deschner24-34/+28
2011-04-20s3-build: move MAP_FILE define to the only place used.Günther Deschner2-4/+4
2011-04-20s3-smbd: fix the AIX 5.3 build.Günther Deschner4-0/+9
2011-04-20s4-smbtorture: restructure documentname handling in spoolss test a bit.Günther Deschner1-3/+4
2011-04-20s3-spoolss: fix debug statement in spoolss_addprinterex_level_2().Günther Deschner1-2/+2
2011-04-20lib/util/charset Always set *converted_size even on failureAndrew Bartlett1-4/+2
2011-04-20lib/util/charset create _handle functions for convert_string() et alAndrew Bartlett3-42/+86
2011-04-20libcli/auth Move PAC parsing and verification in common.Andrew Bartlett12-689/+408
2011-04-20libcli/auth: Move more kerberos wrapping in commonAndrew Bartlett3-229/+230
2011-04-20s3-gse: Allow the GSSAPI wrapper to load a keytab using gss_krb5_import_cred()Andrew Bartlett5-24/+32
2011-04-19tdb_backup: avoid transaction on backup file, use lockallSimo Sorce1-8/+13
2011-04-19Fix Bug #8099 setpwent() actually does endpwent() and vice versa on FreeBSDSergey Korsak1-4/+4
2011-04-19tdb: make sure we skip over recovery area correctly.Rusty Russell3-17/+44
2011-04-18tdb_expand: limit the expansion with huge recordsSimo Sorce1-5/+20