Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r22389: Start preparing for multiple encryption contexts in the | Jeremy Allison | 2007-04-19 | 6 | -25/+45 | |
| | | | | | | | | | | | | server. Allow server to reflect back to calling client the encryption context that was sent. Jeremy. | |||||
| * | r22388: clearer message, thanks David | Simo Sorce | 2007-04-19 | 1 | -1/+1 | |
| | | ||||||
| * | r22376: Make sure we use krb5 when we identify just an older heimdal lib (0.6.x) | Günther Deschner | 2007-04-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | Timur, please check. Guenther | |||||
| * | r22366: sync lib/talloc/ with samba4 | Stefan Metzmacher | 2007-04-19 | 4 | -8/+22 | |
| | | | | | | | | metze | |||||
| * | r22364: sync lib/tdb/ with samba4 | Stefan Metzmacher | 2007-04-19 | 10 | -82/+3300 | |
| | | | | | | | | | | | | there's no code change here... metze | |||||
| * | r22363: merge from samba4: | Stefan Metzmacher | 2007-04-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | fix compiler warning metze | |||||
| * | r22362: fix the build on othersystems | Stefan Metzmacher | 2007-04-19 | 1 | -1/+4 | |
| | | | | | | | | metze | |||||
| * | r22358: Use gss error to NTSTATUS mapping function for errors. | Jeremy Allison | 2007-04-19 | 1 | -4/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r22355: Ensure we get good debug messages from gss_XX calls. | Jeremy Allison | 2007-04-19 | 1 | -0/+3 | |
| | | | | | | | | Jeremy. | |||||
| * | r22354: Make client select krb5 encrpyt if krb5 already on. | Jeremy Allison | 2007-04-19 | 2 | -23/+33 | |
| | | | | | | | | Jeremy. | |||||
| * | r22353: Fix bad #ifdefs. | Jeremy Allison | 2007-04-19 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r22352: Wow - working gss SMB sealing ! | Jeremy Allison | 2007-04-19 | 1 | -0/+3 | |
| | | | | | | | | Jeremy. | |||||
| * | r22351: Making progress in tests... | Jeremy Allison | 2007-04-19 | 1 | -0/+7 | |
| | | | | | | | | Jeremy. | |||||
| * | r22350: Add some helpful debug messages. | Jeremy Allison | 2007-04-19 | 1 | -1/+7 | |
| | | | | | | | | Jeremy. | |||||
| * | r22349: Fix missing ) in #else path. | Jeremy Allison | 2007-04-18 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r22348: 3_0 as well | Simo Sorce | 2007-04-18 | 1 | -1/+1 | |
| | | ||||||
| * | r22345: Only use new krb5 OID. | Jeremy Allison | 2007-04-18 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r22344: Correctly create sub-struct for GSS encryption. | Jeremy Allison | 2007-04-18 | 1 | -0/+15 | |
| | | | | | | | | Jeremy. | |||||
| * | r22343: Commit to 3_0 as well after adapting the patch. | Simo Sorce | 2007-04-18 | 9 | -206/+352 | |
| | | | | | | | | (tdb_delete_bystring instead of tdb_delete is used here) | |||||
| * | r22341: Fix build of examples/VFS: adapt include for new place of tdb... | Michael Adam | 2007-04-18 | 1 | -1/+1 | |
| | | ||||||
| * | r22340: Fix another segfault in idmap_ldap.c caused by setting the iterator | Gerald Carter | 2007-04-18 | 1 | -1/+1 | |
| | | | | | | | | LDAPMessage * to NULL on each loop rotation. | |||||
| * | r22330: For my own convenience (changes discussed some weeks ago with | Michael Adam | 2007-04-18 | 1 | -24/+34 | |
| | | | | | | | | | | | | | | | | | | Jerry, who basically didn't care - now I can commit them myself;-): - Add a call to mkversion.sh to ensure sane version number even from a plain checkout. - Add a "nodocs" switch to allow for calling make-tarball.sh without the need of having samba-docs and using-samba around. | |||||
| * | r22327: Finish the gss-spnego part of the seal code. Now | Jeremy Allison | 2007-04-18 | 3 | -18/+201 | |
| | | | | | | | | | | for testing.... Jeremy. | |||||
| * | r22321: BUG 4509: Makefile fix linking the sfu.so and rfc2307.so | Gerald Carter | 2007-04-17 | 1 | -0/+3 | |
| | | | | | | | | plugins in $libdir/nss_info to idmap/ad.so | |||||
| * | r22320: Be more careful and check for the euid instead of the uid. | Lars Müller | 2007-04-17 | 1 | -1/+1 | |
| | | | | | | | | Thx for the hint James! | |||||
| * | r22318: If we're running as non root we might not be able to dump the core file | Lars Müller | 2007-04-17 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | to the corepath. Even the chdir() will fail if the LOGFILEBASE path is set 0700. If the currrent user doesn't have the permission to create the core file we end with: unable to change to <LOGFILEBASE> refusing to dump core The alternative would be to change the permissions of the directory. But taht would not ensure core dumps are working out of the box. | |||||
| * | r22317: add tdb_ prefix to non static function | Stefan Metzmacher | 2007-04-17 | 3 | -8/+8 | |
| | | | | | | | | metze | |||||
| * | r22316: merge from samba4: | Stefan Metzmacher | 2007-04-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | this function should be static metze | |||||
| * | r22315: move tdbback.c content into tdbbackup.c | Stefan Metzmacher | 2007-04-17 | 5 | -276/+171 | |
| | | | | | | | | | | | | | | | | and make the functions static. also use libreplace headers in tdbbackup.c metze | |||||
| * | r22314: use libreplace headers | Stefan Metzmacher | 2007-04-17 | 1 | -12/+4 | |
| | | | | | | | | metze | |||||
| * | r22313: as discussed with simo: | Stefan Metzmacher | 2007-04-17 | 1 | -28/+4 | |
| | | | | | | | | | | | | | | remove the only usage of backup_tdb() in samba3. As backup_tdb() will go completely soon. metze | |||||
| * | r22304: remove unused stuff completely to fix the build, sorry | Stefan Metzmacher | 2007-04-17 | 1 | -2/+2 | |
| | | | | | | | | metze | |||||
| * | r22302: fix the build when no shared-library support is detected | Stefan Metzmacher | 2007-04-17 | 2 | -1/+6 | |
| | | | | | | | | metze | |||||
| * | r22301: remove unused vars | Stefan Metzmacher | 2007-04-17 | 1 | -3/+0 | |
| | | | | | | | | metze | |||||
| * | r22298: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace | Stefan Metzmacher | 2007-04-17 | 4 | -31/+35 | |
| | | | | | | | | metze | |||||
| * | r22291: Fix off-by-one in tconX parsing. | Jeremy Allison | 2007-04-17 | 1 | -2/+11 | |
| | | | | | | | | Jeremy. | |||||
| * | r22285: Allow arbitrary bases in int and ulong parsing. | Jeremy Allison | 2007-04-16 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r22283: Remove very old bug where we assigned the online mode of | Gerald Carter | 2007-04-16 | 1 | -2/+0 | |
| | | | | | | | | the domain to queried to our own domain. | |||||
| * | r22282: Fix last few name -> servicename changes. | Jeremy Allison | 2007-04-16 | 3 | -4/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | r22280: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 1 | -56/+254 | |
| | | | | | | | | | | | | add a lot more detailed strtoll() and strtoull() tests metze | |||||
| * | r22277: __location__ is defined in libreplace now | Stefan Metzmacher | 2007-04-16 | 1 | -5/+0 | |
| | | | | | | | | metze | |||||
| * | r22276: Fix name -> servicename in messages.c | Jeremy Allison | 2007-04-16 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r22274: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 2 | -1/+11 | |
| | | | | | | | | | | | | | | | | - provide __LINESTR__ macro - add __STRINGSTRING() macro to really create a string of __LINE__ - fix __location__ macro metze | |||||
| * | r22271: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 2 | -0/+7 | |
| | | | | | | | | | | | | | | | | provide __location__ in replace.h and see how the build-farm likes this simpler version metze | |||||
| * | r22268: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 1 | -4/+6 | |
| | | | | | | | | | | | | protect #define __location__ with an #ifndef metze | |||||
| * | r22266: Fix bug #4512 - we were returning a volume label greater than | Jeremy Allison | 2007-04-16 | 4 | -12/+21 | |
| | | | | | | | | | | 32 unicode chars. Windows XP doesn't like that :-). Jeremy | |||||
| * | r22264: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0 and #ifndef doesn't work. metze | |||||
| * | r22262: fix the build on systems without GSS_C_NT_HOSTBASED_SERVICE | Stefan Metzmacher | 2007-04-16 | 1 | -1/+4 | |
| | | | | | | | | metze | |||||
| * | r22254: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 1 | -7/+56 | |
| | | | | | | | | | | | | | | - make the strtoll tests more verbose - add initial strtoull tests metze | |||||
| * | r22252: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 2 | -1/+7 | |
| | | | | | | | | | | | | add prototype of setenv metze |